Package org.cogroo.tools.featurizer

Package related to finding non-recursive syntactic annotation such as noun phrase chunks.

See:
          Description

Interface Summary
Featurizer The interface for featurizers which provide feature annotation for a sequence of tokens.
FeaturizerContextGenerator Interface for the context generator used in syntactic chunking.
FeaturizerEvaluationMonitor  
 

Class Summary
DefaultFeaturizerContextGenerator A context generator for the Featurizer.
DefaultFeaturizerFactory  
DefaultFeaturizerSequenceValidator  
FeatureSample Class for holding features for a single unit of text.
FeatureSampleStream Parses a featurizer training data.
FeaturizerCrossValidator  
FeaturizerEvaluator The FeaturizerEvaluator measures the performance of the given Featurizer with the provided reference FeatureSamples.
FeaturizerEventStream Class for creating an event stream out of data files for training a chunker.
FeaturizerFactory  
FeaturizerME The class represents a maximum-entropy-based chunker.
FeaturizerModel The FeaturizerModel is the model used by a learnable Featurizer.
FSAFeaturizerFactory  
WordTag  
 

Package org.cogroo.tools.featurizer Description

Package related to finding non-recursive syntactic annotation such as noun phrase chunks.



Copyright © 2012-2013 CoGrOO. All Rights Reserved.