Package opennlp.tools.ml.maxent.io
Klasse 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.-
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungInstantiatesBinaryQNModelReadervia aDataInputStreamcontaining the model contents. -
Methodenübersicht
Von Klasse geerbte Methoden opennlp.tools.ml.maxent.io.QNModelReader
checkModelType, constructModelVon Klasse geerbte Methoden opennlp.tools.ml.model.AbstractModelReader
getModel, readDouble, readInt, readUTF
-
Konstruktordetails
-
BinaryQNModelReader
InstantiatesBinaryQNModelReadervia aDataInputStreamcontaining the model contents.- Parameter:
dis- TheDataInputStreamcontaining the model information. It must be open and have bytes available.
-