Added new NER metric using fuzzywuzzy logic
Added a new metric using fuzzywuzzy logic for NER evaluation. This will help to compare the predictions with actual using string match based on predefined threshold.
Hi. I think primary what's left is to update the test value, and move the import to where it is used. Is this right?
Hi. I think primary what's left is to update the test value, and move the import to where it is used. Is this right?
We have changed the Test values and changed the import inside the custom method.
Hi. I think primary what's left is to update the test value, and move the import to where it is used. Is this right?
We have changed the Test values and changed the import inside the custom method.
I saw you moved the import. But I don't see changes in the test values. Am I missing anything?