Click or drag to resize

lemmaSemanticCloudGetMatchingTerms Method (IEnumerablewebLemmaTerm, Boolean, ILogBuilder)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Gets the matching terms against list of nodes.

Namespace:  imbNLP.PartOfSpeech.TFModels.semanticCloud
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public webLemmaTermPairCollection GetMatchingTerms(
	IEnumerable<webLemmaTerm> lemmas,
	bool reverse = false,
	ILogBuilder loger = null
)

Parameters

lemmas
Type: System.Collections.GenericIEnumerablewebLemmaTerm
The lemmas.
reverse (Optional)
Type: SystemBoolean
if set to true [reverse].
loger (Optional)
Type: ILogBuilder
The loger.

Return Value

Type: webLemmaTermPairCollection

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.TFModels.semanticCloud.lemmaSemanticCloud.GetMatchingTerms(System.Collections.Generic.IEnumerable{imbNLP.PartOfSpeech.TFModels.webLemma.table.webLemmaTerm},System.Boolean,imbSCI.Core.reporting.ILogBuilder)"]

See Also