Package opennlp.tools.ml.maxent.io
Class QNModelWriter
java.lang.Object
opennlp.tools.ml.model.AbstractModelWriter
opennlp.tools.ml.maxent.io.GISModelWriter
opennlp.tools.ml.maxent.io.QNModelWriter
- Direct Known Subclasses:
BinaryQNModelWriter
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpersist()Writes the model to disk, using thewriteX()methods provided by extending classes.Methods inherited from class opennlp.tools.ml.model.AbstractModelWriter
close, writeDouble, writeInt, writeUTF
-
Constructor Details
-
QNModelWriter
-
-
Method Details
-
persist
Description copied from class:GISModelWriterWrites the model to disk, using thewriteX()methods provided by extending classes.If you wish to create a GISModelWriter which uses a different structure, it will be necessary to override the persist method in addition to implementing the
writeX()methods.- Overrides:
persistin classGISModelWriter- Throws:
IOException
-