Click or drag to resize

pipelinePostprocessBaseT, TSettingsprocess Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Processes the specified input.

Namespace:  imbNLP.PartOfSpeech.pipeline.postprocessor
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
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