| Class | Description |
|---|---|
| AbstractSequenceClassifier<IN extends CoreMap> |
This class provides common functionality for (probabilistic) sequence models.
|
| AcquisitionsPrior<IN extends CoreMap> | |
| EmpiricalNERPrior<IN extends CoreMap> | |
| EmpiricalNERPriorBIO<IN extends CoreMap> | |
| EntityCachingAbstractSequencePrior<IN extends CoreMap> |
This class keeps track of all labeled entities and updates the
its list whenever the label at a point gets changed.
|
| 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.
|
| SeminarsPrior<IN extends CoreMap> | |
| UniformPrior<IN extends CoreMap> |
Uniform prior to be used for generic Gibbs inference in the ie.crf.CRFClassifier
|