Class NKJPSentenceSampleStreamFactory
public class NKJPSentenceSampleStreamFactory : AbstractSampleStreamFactory<SentenceSample?>, IObjectStreamFactory<SentenceSample?>
- Inheritance
-
NKJPSentenceSampleStreamFactory
- 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
Methods
Create(IFormatParameterValues)
Creates the IObjectStream<T> over the corpus named by
values.
public override IObjectStream<SentenceSample?> Create(IFormatParameterValues values)
Parameters
valuesIFormatParameterValuesthe parsed values of Parameters
Returns
- IObjectStream<SentenceSample>
a stream of samples
RegisterFactory()
public static void RegisterFactory()