A B C D E F G H I K L M N O P R S T U V W

O

ObjectGISModelReader - Class in opennlp.maxent.io
 
ObjectGISModelReader(ObjectInputStream) - Constructor for class opennlp.maxent.io.ObjectGISModelReader
Constructor which directly instantiates the ObjectInputStream containing the model contents.
ObjectGISModelWriter - Class in opennlp.maxent.io
 
ObjectGISModelWriter(GISModel, ObjectOutputStream) - Constructor for class opennlp.maxent.io.ObjectGISModelWriter
Constructor which takes a GISModel and a ObjectOutputStream and prepares itself to write the model to that stream.
OldFormatGISModelReader - Class in opennlp.maxent.io
A reader for GIS models stored in the format used in v1.0 of Maxent.
OldFormatGISModelReader(String) - Constructor for class opennlp.maxent.io.OldFormatGISModelReader
Constructor which takes the name of the model without any suffixes, such as ".mei.gz" or ".mep.gz".
OnePassDataIndexer - Class in opennlp.maxent
An indexer for maxent model data which handles cutoffs for uncommon contextual predicates and provides a unique integer index for each of the predicates.
OnePassDataIndexer(EventStream) - Constructor for class opennlp.maxent.OnePassDataIndexer
One argument constructor for DataIndexer which calls the two argument constructor assuming no cutoff.
OnePassDataIndexer(EventStream, int) - Constructor for class opennlp.maxent.OnePassDataIndexer
Two argument constructor for DataIndexer.
OnePassRealValueDataIndexer - Class in opennlp.maxent
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.
OnePassRealValueDataIndexer(EventStream, int) - Constructor for class opennlp.maxent.OnePassRealValueDataIndexer
Two argument constructor for DataIndexer.
opennlp.maxent - package opennlp.maxent
Provides main functionality of the maxent package including data structures and algorithms for parameter estimation.
opennlp.maxent.io - package opennlp.maxent.io
Provides the I/O functionality of the maxent package including reading and writting models in several formats.
outcome - Variable in class opennlp.maxent.ComparableEvent
 
OUTCOME_LABELS - Variable in class opennlp.maxent.io.GISModelWriter
 
outcomeLabels - Variable in class opennlp.maxent.AbstractDataIndexer
The names of the outcomes.
outcomeList - Variable in class opennlp.maxent.AbstractDataIndexer
The integer outcome associated with each unique event.
outcomes - Variable in class opennlp.maxent.ComparablePredicate
 
outcomes - Variable in class opennlp.maxent.Context
The outcomes which occur with this context.
output - Variable in class opennlp.maxent.io.ObjectGISModelWriter
 

A B C D E F G H I K L M N O P R S T U V W
Copyright © 2005 Jason Baldridge, Gann Bierner, and Thomas Morton. All Rights Reserved.