Click or drag to resize

lemmaSemanticCloudGetMatchingTerms Method (ILemmaCollection, Boolean, ILogBuilder)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

[Missing <summary> documentation for "M:imbNLP.PartOfSpeech.TFModels.semanticCloud.lemmaSemanticCloud.GetMatchingTerms(imbNLP.PartOfSpeech.TFModels.ILemmaCollection,System.Boolean,imbSCI.Core.reporting.ILogBuilder)"]

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

Parameters

lemmas
Type: imbNLP.PartOfSpeech.TFModelsILemmaCollection

[Missing <param name="lemmas"/> documentation for "M:imbNLP.PartOfSpeech.TFModels.semanticCloud.lemmaSemanticCloud.GetMatchingTerms(imbNLP.PartOfSpeech.TFModels.ILemmaCollection,System.Boolean,imbSCI.Core.reporting.ILogBuilder)"]

reverse (Optional)
Type: SystemBoolean

[Missing <param name="reverse"/> documentation for "M:imbNLP.PartOfSpeech.TFModels.semanticCloud.lemmaSemanticCloud.GetMatchingTerms(imbNLP.PartOfSpeech.TFModels.ILemmaCollection,System.Boolean,imbSCI.Core.reporting.ILogBuilder)"]

loger (Optional)
Type: ILogBuilder

[Missing <param name="loger"/> documentation for "M:imbNLP.PartOfSpeech.TFModels.semanticCloud.lemmaSemanticCloud.GetMatchingTerms(imbNLP.PartOfSpeech.TFModels.ILemmaCollection,System.Boolean,imbSCI.Core.reporting.ILogBuilder)"]

Return Value

Type: webLemmaTermPairCollection

[Missing <returns> documentation for "M:imbNLP.PartOfSpeech.TFModels.semanticCloud.lemmaSemanticCloud.GetMatchingTerms(imbNLP.PartOfSpeech.TFModels.ILemmaCollection,System.Boolean,imbSCI.Core.reporting.ILogBuilder)"]

Implements

ILemmaCollectionGetMatchingTerms(ILemmaCollection, Boolean, ILogBuilder)
See Also