Click or drag to resize

lemmaSemanticWeaverProcess Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Processes the specified cloud.

Namespace:  imbNLP.PartOfSpeech.TFModels.semanticCloudWeaver
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public lemmaSemanticWeaverResult Process(
	lemmaSemanticCloud cloud,
	ILogBuilder logger
)

Parameters

cloud
Type: imbNLP.PartOfSpeech.TFModels.semanticCloudlemmaSemanticCloud
The cloud.
logger
Type: ILogBuilder
The logger.

Return Value

Type: lemmaSemanticWeaverResult

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.TFModels.semanticCloudWeaver.lemmaSemanticWeaver.Process(imbNLP.PartOfSpeech.TFModels.semanticCloud.lemmaSemanticCloud,imbSCI.Core.reporting.ILogBuilder)"]

See Also