- 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
-
- BasicContextGenerator(String) - 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 separated list containing
all the contextual predicates, with the last item being the
outcome.
- BasicEventStream(DataStream, String) - Constructor for class opennlp.maxent.BasicEventStream
-
- 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.
- BinaryGISModelWriter - Class in opennlp.maxent.io
-
Model writer that saves models in binary format.
- BinaryGISModelWriter(AbstractModel, 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(AbstractModel, 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
-