Click or drag to resize

ILemmaCollectionGetMatchingTerms Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Gets the matching terms.

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

Parameters

lemmas
Type: imbNLP.PartOfSpeech.TFModelsILemmaCollection
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.ILemmaCollection.GetMatchingTerms(imbNLP.PartOfSpeech.TFModels.ILemmaCollection,System.Boolean,imbSCI.Core.reporting.ILogBuilder)"]

See Also