Class POSTaggerFactory.POSDictionarySerializer

Namespace
NOpenNLP.Tools.Postag
Assembly
NOpenNLP.Tools.dll
public class POSTaggerFactory.POSDictionarySerializer : IArtifactSerializer<POSDictionary>, IArtifactSerializer
Inheritance
POSTaggerFactory.POSDictionarySerializer
Implements
Inherited Members

Methods

Create(Stream)

Creates the artifact from the provided Stream.

The Stream remains open.

public virtual POSDictionary Create(Stream @in)

Parameters

in Stream

Returns

POSDictionary

the artifact

Serialize(POSDictionary, Stream)

Serializes the artifact to the provided Stream.

The Stream remains open.

public virtual void Serialize(POSDictionary artifact, Stream @out)

Parameters

artifact POSDictionary
out Stream