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

B

BasicContextGenerator - Class in opennlp.maxent
Generate contexts for maxent decisions, assuming that the input given to the getContext() method is a String containing contextual predicates separated by spaces.
BasicContextGenerator() - Constructor for class opennlp.maxent.BasicContextGenerator
 
BasicEventStream - Class in opennlp.maxent
A object which can deliver a stream of training events assuming that each event is represented as a space separated list containing all the contextual predicates, with the last item being the outcome.
BasicEventStream(DataStream) - Constructor for class opennlp.maxent.BasicEventStream
 
BinaryGISModelReader - Class in opennlp.maxent.io
A reader for GIS models stored in binary format.
BinaryGISModelReader(DataInputStream) - Constructor for class opennlp.maxent.io.BinaryGISModelReader
Constructor which directly instantiates the DataInputStream containing the model contents.
BinaryGISModelReader(File) - Constructor for class opennlp.maxent.io.BinaryGISModelReader
Constructor which takes a File and creates a reader for it.
BinaryGISModelWriter - Class in opennlp.maxent.io
Model writer that saves models in binary format.
BinaryGISModelWriter(GISModel, File) - Constructor for class opennlp.maxent.io.BinaryGISModelWriter
Constructor which takes a GISModel and a File and prepares itself to write the model to that file.
BinaryGISModelWriter(GISModel, DataOutputStream) - Constructor for class opennlp.maxent.io.BinaryGISModelWriter
Constructor which takes a GISModel and a DataOutputStream and prepares itself to write the model to that stream.
BinToAscii - Class in opennlp.maxent
A program to convert from java binary doubles to ascii
BinToAscii() - Constructor for class opennlp.maxent.BinToAscii
 
BinToAscii - Class in opennlp.maxent.io
A program to convert from java binary doubles to ascii.
BinToAscii() - Constructor for class opennlp.maxent.io.BinToAscii
 

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.