Package opennlp.tools.util.model
Class ChunkerModelSerializer
java.lang.Object
opennlp.tools.util.model.ChunkerModelSerializer
- All Implemented Interfaces:
ArtifactSerializer<ChunkerModel>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncreate(InputStream in) Creates the artifact from the providedInputStream.voidserialize(ChunkerModel artifact, OutputStream out) Serializes the artifact to the providedOutputStream.
-
Constructor Details
-
ChunkerModelSerializer
public ChunkerModelSerializer()
-
-
Method Details
-
create
Description copied from interface:ArtifactSerializerCreates the artifact from the providedInputStream. TheInputStreamremains open.- Specified by:
createin interfaceArtifactSerializer<ChunkerModel>- Returns:
- the artifact
- Throws:
IOException
-
serialize
Description copied from interface:ArtifactSerializerSerializes the artifact to the providedOutputStream. TheOutputStreamremains open.- Specified by:
serializein interfaceArtifactSerializer<ChunkerModel>- Parameters:
artifact-out-- Throws:
IOException
-