Click or drag to resize

webLemmaTermTableGetMatchingTerms Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Gets lemmas that are common between this and specified tableB

Namespace:  imbNLP.PartOfSpeech.TFModels.webLemma.table
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public webLemmaTermPairCollection GetMatchingTerms(
	ILemmaCollection tableB,
	bool reverse = false,
	ILogBuilder logger = null
)

Parameters

tableB
Type: imbNLP.PartOfSpeech.TFModelsILemmaCollection
The table b.
reverse (Optional)
Type: SystemBoolean

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

logger (Optional)
Type: ILogBuilder
The logger.

Return Value

Type: webLemmaTermPairCollection

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

Implements

ILemmaCollectionGetMatchingTerms(ILemmaCollection, Boolean, ILogBuilder)
See Also