Click or drag to resize

streamComposerBasicprocess Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Processes the specified block.

Namespace:  imbNLP.PartOfSpeech.decomposing.stream
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public List<imbMCStream> process(
	imbMCBlock block
)

Parameters

block
Type: imbMCBlock
The block.

Return Value

Type: ListimbMCStream

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.decomposing.stream.streamComposerBasic.process(imbMiningContext.MCDocumentStructure.imbMCBlock)"]

Implements

IStreamComposerprocess(imbMCBlock)
See Also