wikilinks / conll03_nel_eval

Python evaluation scripts for AIDA-formatted CoNLL data
Apache License 2.0
20 stars 4 forks source link

Add per-NE type evaluation #25

Closed jnothman closed 10 years ago

jnothman commented 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:

This can be used to filter over NE type, POS sequence, token text, etc.

jnothman commented 10 years ago

This would need to be run for each system and gold data to compare.

jnothman commented 10 years ago

Solved in #34