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 AncoraSpanishHeadRules
create(InputStream in)
Creates the artifact from the providedInputStream
.void
serialize(AncoraSpanishHeadRules artifact, OutputStream out)
Serializes the artifact to the providedOutputStream
.
-
-
-
Method Detail
-
create
public AncoraSpanishHeadRules create(InputStream in) throws IOException
Description copied from interface:ArtifactSerializer
Creates the artifact from the providedInputStream
. TheInputStream
remains open.- Specified by:
create
in interfaceArtifactSerializer<AncoraSpanishHeadRules>
- Returns:
- the artifact
- Throws:
IOException
-
serialize
public void serialize(AncoraSpanishHeadRules artifact, OutputStream out) throws IOException
Description copied from interface:ArtifactSerializer
Serializes the artifact to the providedOutputStream
. TheOutputStream
remains open.- Specified by:
serialize
in interfaceArtifactSerializer<AncoraSpanishHeadRules>
- Throws:
IOException
-
-