module documentation
A module for interfacing with the Stanford taggers.
Tagger models need to be downloaded from https://nlp.stanford.edu/software and the STANFORD_MODELS environment variable set (a colon-separated list of paths).
For more details see the documentation for StanfordPOSTagger and StanfordNERTagger.
Class |
|
A class for Named-Entity Tagging with Stanford Tagger. The input is the paths to: |
Class |
|
a model trained on training data |
Class |
|
An interface to Stanford taggers. Subclasses must define: |
Variable | _stanford |
Undocumented |