CogComp / cogcomp-nlp

CogComp's Natural Language Processing Libraries and Demos: Modules include lemmatizer, ner, pos, prep-srl, quantifier, question type, relation-extraction, similarity, temporal normalizer, tokenizer, transliteration, verb-sense, and more.
http://nlp.cogcomp.org/
Other
471 stars 144 forks source link

Add standoff output format to NER main #724

Open jnothman opened 4 years ago

jnothman commented 4 years ago

While the Main script here is very usefully designed, I found it frustrating that it wouldn't interoperate at a character level with other tools, because it offered me two output formats with tokenized surface forms.

This change adds a standoff annotation format for output.