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 
QNModelReader that reads models from a binary format.- 
Constructor SummaryConstructorsConstructorDescriptionInstantiatesBinaryQNModelReadervia aDataInputStreamcontaining the model contents.
- 
Method SummaryMethods inherited from class opennlp.tools.ml.maxent.io.QNModelReadercheckModelType, constructModelMethods inherited from class opennlp.tools.ml.model.AbstractModelReadergetModel, readDouble, readInt, readUTF
- 
Constructor Details- 
BinaryQNModelReaderInstantiatesBinaryQNModelReadervia aDataInputStreamcontaining the model contents.- Parameters:
- dis- The- DataInputStreamcontaining the model information. It must be open and have bytes available.
 
 
-