Click or drag to resize

chunkComposerBasicprocess Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[Missing <summary> documentation for "M:imbNLP.PartOfSpeech.decomposing.chunk.chunkComposerBasic.process(System.Collections.Generic.IEnumerable{imbNLP.PartOfSpeech.pipelineForPos.subject.pipelineTaskSubjectContentToken},imbSCI.Core.reporting.ILogBuilder)"]

Namespace:  imbNLP.PartOfSpeech.decomposing.chunk
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
public override List<pipelineTaskSubjectContentToken> process(
	IEnumerable<pipelineTaskSubjectContentToken> _input,
	ILogBuilder logger
)

Parameters

_input
Type: System.Collections.GenericIEnumerablepipelineTaskSubjectContentToken

[Missing <param name="_input"/> documentation for "M:imbNLP.PartOfSpeech.decomposing.chunk.chunkComposerBasic.process(System.Collections.Generic.IEnumerable{imbNLP.PartOfSpeech.pipelineForPos.subject.pipelineTaskSubjectContentToken},imbSCI.Core.reporting.ILogBuilder)"]

logger
Type: ILogBuilder

[Missing <param name="logger"/> documentation for "M:imbNLP.PartOfSpeech.decomposing.chunk.chunkComposerBasic.process(System.Collections.Generic.IEnumerable{imbNLP.PartOfSpeech.pipelineForPos.subject.pipelineTaskSubjectContentToken},imbSCI.Core.reporting.ILogBuilder)"]

Return Value

Type: ListpipelineTaskSubjectContentToken

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.decomposing.chunk.chunkComposerBasic.process(System.Collections.Generic.IEnumerable{imbNLP.PartOfSpeech.pipelineForPos.subject.pipelineTaskSubjectContentToken},imbSCI.Core.reporting.ILogBuilder)"]

See Also