Class BrownCluster.BrownClusterSerializer

Namespace
NOpenNLP.Tools.Util.Featuregen
Assembly
NOpenNLP.Tools.dll
public class BrownCluster.BrownClusterSerializer : IArtifactSerializer<BrownCluster>, IArtifactSerializer
Inheritance
BrownCluster.BrownClusterSerializer
Implements
Inherited Members

Methods

Create(Stream)

Creates the artifact from the provided Stream.

The Stream remains open.

public virtual BrownCluster Create(Stream @in)

Parameters

in Stream

Returns

BrownCluster

the artifact

Serialize(BrownCluster, Stream)

Serializes the artifact to the provided Stream.

The Stream remains open.

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

Parameters

artifact BrownCluster
out Stream