Closed jnothman closed 10 years ago
Proposed interface: the ability to grep over the mention text or auxiliary data in CoNLL 2003 format.
For example
cne grep --conll eng.testb --ner LOC input.testb.linked
would:
evaluate
This can be used to filter over NE type, POS sequence, token text, etc.
This would need to be run for each system and gold data to compare.
Solved in #34
Proposed interface: the ability to grep over the mention text or auxiliary data in CoNLL 2003 format.
For example
would:
evaluate
formatThis can be used to filter over NE type, POS sequence, token text, etc.