A simple named entity recognizer, trained on Ontonotes data.
A finite-state named entity recognizer, trained on CoNLL 2003 data.
A TokenSpan covering a named entity.
A categorical variable holding the named entity type of a TokenSpan.
An abstract class for a variable holding the part-of-speech tag of a Token.
Example main function for training NER1 from CoNLL 2003 data.
The default NER1 with parameters loaded from resources in the classpath.
The default NER1 with parameters loaded from resources in the classpath.