| Interface | Description |
|---|---|
| DocumentClassifier |
Interface for classes which classifies documents.
|
| DocumentClassifierContextGenerator |
Context generator for the Document Classifier.
|
| DocumentClassifierEvaluationMonitor |
EvaluationMonitor for the document classifier. |
| Class | Description |
|---|---|
| DefaultDocumentClassifierContextGenerator |
Class for determining contextual features for a tag/chunk style named-entity
recognizer.
|
| DocClassifierCrossValidator |
Cross validator for document classification.
|
| DocSample |
Class which holds a classified document and its category.
|
| DocSampleStream |
This class reads in string encoded training samples, parses them and
outputs
DocSample objects. |
| DocumentClassifierEvaluator |
The
DocumentClassifierEvaluator measures the performance of
the given DocumentClassifier with the provided reference
DocSamples. |
| DocumentClassifierEventStream |
Iterator-like class for modeling document classification events.
|
| DocumentClassifierFactory | |
| DocumentClassifierME |
Statistical implementation of
DocumentClassifier. |
| DocumentClassifierModel |
A model for document classification.
|
| Exception | Description |
|---|---|
| DocumentClassifierModel.FeatureGeneratorCreationError |
Copyright © 2017 IXA pipes. All rights reserved.