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