Click or drag to resize

streamConstructorTFprepareCounter Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Prepares the counter.

Namespace:  imbNLP.PartOfSpeech.TFModels.webLemma
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public TFDFCounter prepareCounter(
	IEnumerable<IPipelineTaskSubject> source
)

Parameters

source
Type: System.Collections.GenericIEnumerableIPipelineTaskSubject
The source.

Return Value

Type: TFDFCounter

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.TFModels.webLemma.streamConstructorTF.prepareCounter(System.Collections.Generic.IEnumerable{imbNLP.PartOfSpeech.pipeline.machine.IPipelineTaskSubject})"]

See Also