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