Click or drag to resize

pipelinePostprocessBaseT, TSettingsprocess Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Processes the specified input.

Namespace:  imbNLP.PartOfSpeech.pipeline.postprocessor
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public virtual List<T> process(
	IEnumerable<T> _input,
	ILogBuilder logger
)

Parameters

_input
Type: System.Collections.GenericIEnumerableT
The input.
logger
Type: ILogBuilder
The logger.

Return Value

Type: ListT

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.pipeline.postprocessor.pipelinePostprocessBase`2.process(System.Collections.Generic.IEnumerable{`0},imbSCI.Core.reporting.ILogBuilder)"]

See Also