| Interface | Description |
|---|---|
| PriorModelFactory<IN extends CoreMap> |
| Class | Description |
|---|---|
| AbstractSequenceClassifier<IN extends CoreMap> |
This class provides common functionality for (probabilistic) sequence models.
|
| ClassifierCombiner<IN extends CoreMap & HasWord> |
Merges the outputs of two or more AbstractSequenceClassifiers according to
a simple precedence scheme: any given base classifier contributes only
classifications of labels that do not exist in the base classifiers specified
before, and that do not have any token overlap with labels assigned by
higher priority classifiers.
|
| EmpiricalNERPriorBIO<IN extends CoreMap> | |
| EntityCachingAbstractSequencePriorBIO<IN extends CoreMap> |
This class keeps track of all labeled entities and updates the
its list whenever the label at a point gets changed.
|
| NERFeatureFactory<IN extends CoreLabel> |
Features for Named Entity Recognition.
|
| NERServer |
A named-entity recognizer server for Stanford's NER.
|
| NERServer.NERClient |
This example sends material to the NER server one line at a time.
|