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

P

parameters - Variable in class opennlp.maxent.Context
The real valued parameters or expected values for this context.
params - Variable in class opennlp.maxent.ComparablePredicate
 
PARAMS - Variable in class opennlp.maxent.io.GISModelWriter
 
parseContexts(String[]) - Static method in class opennlp.maxent.RealValueFileEventStream
Parses the specified contexts and re-populates context array with features and returns the values for these features.
passesCutoff(int) - Method in class opennlp.maxent.Counter
 
persist() - Method in class opennlp.maxent.io.GISModelWriter
Writes the model to disk, using the writeX() methods provided by extending classes.
PlainTextByLineDataStream - Class in opennlp.maxent
This DataStream implementation will take care of reading a plain text file and returning the Strings between each new line character, which is what many Maxent applications need in order to create EventStreams.
PlainTextByLineDataStream(Reader) - Constructor for class opennlp.maxent.PlainTextByLineDataStream
 
PlainTextGISModelReader - Class in opennlp.maxent.io
A reader for GIS models stored in plain text format.
PlainTextGISModelReader(BufferedReader) - Constructor for class opennlp.maxent.io.PlainTextGISModelReader
Constructor which directly instantiates the BufferedReader containing the model contents.
PlainTextGISModelReader(File) - Constructor for class opennlp.maxent.io.PlainTextGISModelReader
Constructor which takes a File and creates a reader for it.
PlainTextGISModelWriter - Class in opennlp.maxent.io
Model writer that saves models in plain text format.
PlainTextGISModelWriter(GISModel, File) - Constructor for class opennlp.maxent.io.PlainTextGISModelWriter
Constructor which takes a GISModel and a File and prepares itself to write the model to that file.
PlainTextGISModelWriter(GISModel, BufferedWriter) - Constructor for class opennlp.maxent.io.PlainTextGISModelWriter
Constructor which takes a GISModel and a BufferedWriter and prepares itself to write the model to that writer.
PooledGISModelReader - Class in opennlp.maxent.io
This class works exactly like the SuffisSensitiveGISModelReader except that it attempts to pool all context strings.
PooledGISModelReader(File) - Constructor for class opennlp.maxent.io.PooledGISModelReader
A reader for GIS models which inspects the filename and invokes the appropriate GISModelReader depending on the filename's suffixes.
PRED_LABELS - Variable in class opennlp.maxent.io.GISModelWriter
 
predCounts - Variable in class opennlp.maxent.AbstractDataIndexer
The number of times each predicate occured.
predIndexes - Variable in class opennlp.maxent.ComparableEvent
 
predLabels - Variable in class opennlp.maxent.AbstractDataIndexer
The predicate/context names.
PRINT_MESSAGES - Static variable in class opennlp.maxent.GIS
Set this to false if you don't want messages about the progress of model training displayed.
Prior - Interface in opennlp.maxent
This interface allows one to implement a prior distribution for use in maximum entropy model training.

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.