Click or drag to resize

tokenComposerBasicprocess Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Processes the specified stream.

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

Parameters

stream
Type: imbMCStream
The stream.

Return Value

Type: ListimbMCToken

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.decomposing.token.tokenComposerBasic.process(imbMiningContext.MCDocumentStructure.imbMCStream)"]

Implements

ITokenComposerprocess(imbMCStream)
See Also