Class OnePassDataIndexer
java.lang.Object
opennlp.tools.ml.model.AbstractDataIndexer<TrainingParameters>
opennlp.tools.ml.model.OnePassDataIndexer
- All Implemented Interfaces:
opennlp.tools.ml.model.DataIndexer<TrainingParameters>
- Direct Known Subclasses:
OnePassRealValueDataIndexer
A
DataIndexer for maxent model data which handles cutoffs for uncommon
contextual predicates and provides a unique integer index for each of the
predicates.- See Also:
-
Field Summary
Fields inherited from class AbstractDataIndexer
SORT_DEFAULT, SORT_PARAM -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidindex(opennlp.tools.util.ObjectStream<opennlp.tools.ml.model.Event> eventStream) Methods inherited from class AbstractDataIndexer
getContexts, getNumEvents, getNumTimesEventsSeen, getOutcomeLabels, getOutcomeList, getPredCounts, getPredLabels, getValues, init
-
Constructor Details
-
OnePassDataIndexer
public OnePassDataIndexer()
-
-
Method Details
-
index
public void index(opennlp.tools.util.ObjectStream<opennlp.tools.ml.model.Event> eventStream) throws IOException - Throws:
IOException
-