- PARAMS - Variable in class opennlp.maxent.io.GISModelWriter
-
- 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(AbstractModel, 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(AbstractModel, 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
-
- 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.