Click or drag to resize

lemmaSemanticCloudGetWebLemmaDictionary Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Gets the web lemma dictionary.

Namespace:  imbNLP.PartOfSpeech.TFModels.semanticCloud
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public static Dictionary<string, webLemmaTerm> GetWebLemmaDictionary(
	IEnumerable<freeGraphNodeBase> nodes
)

Parameters

nodes
Type: System.Collections.GenericIEnumerablefreeGraphNodeBase
The nodes.

Return Value

Type: DictionaryString, webLemmaTerm

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.TFModels.semanticCloud.lemmaSemanticCloud.GetWebLemmaDictionary(System.Collections.Generic.IEnumerable{imbSCI.Graph.FreeGraph.freeGraphNodeBase})"]

See Also