Package opennlp.tools.parser.lang.es
Class AncoraSpanishHeadRules.HeadRulesSerializer
- java.lang.Object
-
- opennlp.tools.parser.lang.es.AncoraSpanishHeadRules.HeadRulesSerializer
-
- All Implemented Interfaces:
ArtifactSerializer<AncoraSpanishHeadRules>
- Enclosing class:
- AncoraSpanishHeadRules
public static class AncoraSpanishHeadRules.HeadRulesSerializer extends Object implements ArtifactSerializer<AncoraSpanishHeadRules>
-
-
Constructor Summary
Constructors Constructor Description HeadRulesSerializer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AncoraSpanishHeadRulescreate(InputStream in)Creates the artifact from the providedInputStream.voidserialize(AncoraSpanishHeadRules artifact, OutputStream out)Serializes the artifact to the providedOutputStream.
-
-
-
Method Detail
-
create
public AncoraSpanishHeadRules create(InputStream in) throws IOException
Description copied from interface:ArtifactSerializerCreates the artifact from the providedInputStream. TheInputStreamremains open.- Specified by:
createin interfaceArtifactSerializer<AncoraSpanishHeadRules>- Returns:
- the artifact
- Throws:
IOException
-
serialize
public void serialize(AncoraSpanishHeadRules artifact, OutputStream out) throws IOException
Description copied from interface:ArtifactSerializerSerializes the artifact to the providedOutputStream. TheOutputStreamremains open.- Specified by:
serializein interfaceArtifactSerializer<AncoraSpanishHeadRules>- Throws:
IOException
-
-