Class POSModelSerializer
java.lang.Object
opennlp.tools.util.model.POSModelSerializer
- All Implemented Interfaces:
opennlp.tools.util.model.ArtifactSerializer<POSModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(InputStream in) voidserialize(POSModel artifact, OutputStream out)
-
Constructor Details
-
POSModelSerializer
public POSModelSerializer()
-
-
Method Details
-
create
- Specified by:
createin interfaceopennlp.tools.util.model.ArtifactSerializer<POSModel>- Throws:
IOException
-
serialize
- Specified by:
serializein interfaceopennlp.tools.util.model.ArtifactSerializer<POSModel>- Throws:
IOException
-