Interface | Description |
---|---|
DoccatEvaluationMonitor | |
DocumentCategorizer |
Interface for classes which categorize documents.
|
FeatureGenerator |
Interface for generating features for document categorization.
|
Class | Description |
---|---|
BagOfWordsFeatureGenerator |
Generates a feature for each word in a document.
|
DoccatCrossValidator | |
DoccatFactory |
The factory that provides Doccat default implementations and resources
|
DoccatModel | |
DocumentCategorizerEvaluator |
The
DocumentCategorizerEvaluator measures the performance of
the given DocumentCategorizer with the provided reference
DocumentSample s. |
DocumentCategorizerEventStream |
Iterator-like class for modeling document classification events.
|
DocumentCategorizerME |
Maxent implementation of
DocumentCategorizer . |
DocumentSample |
Class which holds a classified document and its category.
|
DocumentSampleStream |
This class reads in string encoded training samples, parses them and outputs
DocumentSample objects. |
NGramFeatureGenerator |
Copyright © 2015 The Apache Software Foundation. All rights reserved.