Click or drag to resize

lemmaSemanticCloudGetWebLemma Method (freeGraphNodeBase)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Converts the graph node into webLemmaTerm instance

Namespace:  imbNLP.PartOfSpeech.TFModels.semanticCloud
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public static webLemmaTerm GetWebLemma(
	freeGraphNodeBase node
)

Parameters

node
Type: freeGraphNodeBase
The node.

Return Value

Type: webLemmaTerm

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.TFModels.semanticCloud.lemmaSemanticCloud.GetWebLemma(imbSCI.Graph.FreeGraph.freeGraphNodeBase)"]

See Also