MantisAI / nervaluate

Full named-entity (i.e., not tag/token) evaluation metrics based on SemEval’13
MIT License
154 stars 19 forks source link

What CoNLL format can exactly be used? #67

Open solscale opened 1 year ago

solscale commented 1 year ago

Hi, I'm trying to evaluate a NER model with annotations I did but I can't seem to find the exact CoNLL format you used in the example "word\tO\nword\tO\B-PER\nword\tI-PER\n" Here are the formats available for me to export. Thank you for your help!! image