Uses of Class
opennlp.maxent.AbstractDataIndexer

Packages that use AbstractDataIndexer
opennlp.maxent Provides main functionality of the maxent package including data structures and algorithms for parameter estimation. 
 

Uses of AbstractDataIndexer in opennlp.maxent
 

Subclasses of AbstractDataIndexer in opennlp.maxent
 class OnePassDataIndexer
          An indexer for maxent model data which handles cutoffs for uncommon contextual predicates and provides a unique integer index for each of the predicates.
 class OnePassRealValueDataIndexer
          An indexer for maxent model data which handles cutoffs for uncommon contextual predicates and provides a unique integer index for each of the predicates and maintains event values.
 class TwoPassDataIndexer
          Collecting event and context counts by making two passes over the events.
 



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