Class LeipzigLanguageSampleStreamFactory

Namespace
NOpenNLP.Tools.Formats.Leipzig
Assembly
NOpenNLP.Tools.dll

Note: Do not use this class, internal use only!

public class LeipzigLanguageSampleStreamFactory : AbstractSampleStreamFactory<LanguageSample?>, IObjectStreamFactory<LanguageSample?>
Inheritance
LeipzigLanguageSampleStreamFactory
Implements
Inherited Members

Properties

Parameters

The parameters this format accepts, in the order they should be listed in help.

public override IEnumerable<IFormatParameter> Parameters { get; }

Property Value

IEnumerable<IFormatParameter>

Methods

Create(IFormatParameterValues)

Creates the IObjectStream<T> over the corpus named by values.

public override IObjectStream<LanguageSample?> Create(IFormatParameterValues values)

Parameters

values IFormatParameterValues

the parsed values of Parameters

Returns

IObjectStream<LanguageSample>

a stream of samples

RegisterFactory()

public static void RegisterFactory()