Click or drag to resize

lemmaSemanticCloudGetWebLemma Method (webLemmaTerm, freeGraphNodeBase, lemmaExpansionOptions)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Gets the web lemma.

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

Parameters

parent
Type: imbNLP.PartOfSpeech.TFModels.webLemma.tablewebLemmaTerm
The parent.
node
Type: freeGraphNodeBase
The node.
options
Type: imbNLP.PartOfSpeech.TFModels.semanticCloudlemmaExpansionOptions
The options.

Return Value

Type: webLemmaTerm

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

See Also