Package opennlp.tools.ml.model
Class GenericModelWriter
java.lang.Object
opennlp.tools.ml.model.AbstractModelWriter
opennlp.tools.ml.model.GenericModelWriter
-
Constructor Summary
ConstructorsConstructorDescriptionGenericModelWriter(AbstractModel model, DataOutputStream dos) GenericModelWriter(AbstractModel model, File file) -
Method Summary
-
Constructor Details
-
GenericModelWriter
- Throws:
IOException
-
GenericModelWriter
-
-
Method Details
-
close
- Specified by:
closein classAbstractModelWriter- Throws:
IOException
-
persist
- Specified by:
persistin classAbstractModelWriter- Throws:
IOException
-
writeDouble
- Specified by:
writeDoublein classAbstractModelWriter- Throws:
IOException
-
writeInt
- Specified by:
writeIntin classAbstractModelWriter- Throws:
IOException
-
writeUTF
- Specified by:
writeUTFin classAbstractModelWriter- Throws:
IOException
-