Click or drag to resize

lemmaSemanticCloudGetWebLemmaDictionary Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the web lemma dictionary.

Namespace:  imbNLP.PartOfSpeech.TFModels.semanticCloud
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
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