Package opennlp.tools.ml.maxent.io
Class BinaryQNModelReader
java.lang.Object
opennlp.tools.ml.model.AbstractModelReader
opennlp.tools.ml.maxent.io.GISModelReader
opennlp.tools.ml.maxent.io.QNModelReader
opennlp.tools.ml.maxent.io.BinaryQNModelReader
A reader for quasi-newton models stored in binary format.
-
Constructor Summary
ConstructorsConstructorDescriptionConstructor which directly instantiates the DataInputStream containing the model contents. -
Method Summary
Methods inherited from class opennlp.tools.ml.maxent.io.QNModelReader
checkModelType, constructModelMethods inherited from class opennlp.tools.ml.model.AbstractModelReader
getModel, readDouble, readInt, readUTF
-
Constructor Details
-
BinaryQNModelReader
Constructor which directly instantiates the DataInputStream containing the model contents.- Parameters:
dis- The DataInputStream containing the model information.
-