opennlp.maxent.io
Class BinaryQNModelReader
java.lang.Object
opennlp.model.AbstractModelReader
opennlp.maxent.io.QNModelReader
opennlp.maxent.io.BinaryQNModelReader
public class BinaryQNModelReader
- extends QNModelReader
A reader for quasi-newton models stored in binary format.
BinaryQNModelReader
public BinaryQNModelReader(DataInputStream dis)
- Constructor which directly instantiates the DataInputStream containing the
model contents.
- Parameters:
dis
- The DataInputStream containing the model information.
Copyright © 2013 The Apache Software Foundation. All Rights Reserved.