Class LanguageSampleStreamFactory<T>

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

Stream factory for those streams which carry language.

public abstract class LanguageSampleStreamFactory<T> : AbstractSampleStreamFactory<T>, IObjectStreamFactory<T>

Type Parameters

T
Inheritance
LanguageSampleStreamFactory<T>
Implements
Derived
Inherited Members

Fields

language

protected string? language

Field Value

string

Properties

Lang

The language of the samples this factory produces.

public override string Lang { get; }

Property Value

string