Package opennlp.tools.doccat

Package for classifying a document into a category.

See:
          Description

Interface Summary
DocumentCategorizer Interface for classes which categorize documents.
FeatureGenerator Interface for generating features for document categorization.
 

Class Summary
BagOfWordsFeatureGenerator Generates a feature for each word in a document.
DocumentCategorizerEventStream Iterator-like class for modeling document classification events.
DocumentCategorizerME Maxent implementation of DocumentCategorizer.
DocumentSample Class which holds a classified document and its category.
 

Package opennlp.tools.doccat Description

Package for classifying a document into a category.



Copyright 2008 Jason Baldridge, Gann Bierner, and Thomas Morton. All Rights Reserved.