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
-
public class BinaryQNModelReader extends QNModelReader
AQNModelReaderthat reads models from a binary format.
-
-
Constructor Summary
Constructors Constructor Description BinaryQNModelReader(DataInputStream dis)InstantiatesBinaryQNModelReadervia aDataInputStreamcontaining the model contents.
-
Method Summary
-
Methods inherited from class opennlp.tools.ml.maxent.io.QNModelReader
checkModelType, constructModel
-
Methods inherited from class opennlp.tools.ml.model.AbstractModelReader
getModel, readDouble, readInt, readUTF
-
-
-
-
Constructor Detail
-
BinaryQNModelReader
public BinaryQNModelReader(DataInputStream dis)
InstantiatesBinaryQNModelReadervia aDataInputStreamcontaining the model contents.- Parameters:
dis- TheDataInputStreamcontaining the model information. It must be open and have bytes available.
-
-