unitxt icon indicating copy to clipboard operation
unitxt copied to clipboard

Added new NER metric using fuzzywuzzy logic

Open sarathsgvr opened this issue 1 year ago • 3 comments

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.

sarathsgvr avatar May 08 '24 12:05 sarathsgvr

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?

yoavkatz avatar May 13 '24 06:05 yoavkatz

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.

rrajkumar1990 avatar May 13 '24 12:05 rrajkumar1990

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?

yoavkatz avatar May 16 '24 06:05 yoavkatz