Click or drag to resize

ITokenComposerprocess Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

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

Parameters

stream
Type: imbMCStream

[Missing <param name="stream"/> documentation for "M:imbNLP.PartOfSpeech.decomposing.token.ITokenComposer.process(imbMiningContext.MCDocumentStructure.imbMCStream)"]

Return Value

Type: ListimbMCToken

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

See Also