Click or drag to resize

webLemmaTermPair Constructor

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Initializes a new instance of the webLemmaTermPair class

Namespace:  imbNLP.PartOfSpeech.TFModels.webLemma.table
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
public webLemmaTermPair(
	webLemmaTerm _entryA,
	webLemmaTerm _entryB
)

Parameters

_entryA
Type: imbNLP.PartOfSpeech.TFModels.webLemma.tablewebLemmaTerm

[Missing <param name="_entryA"/> documentation for "M:imbNLP.PartOfSpeech.TFModels.webLemma.table.webLemmaTermPair.#ctor(imbNLP.PartOfSpeech.TFModels.webLemma.table.webLemmaTerm,imbNLP.PartOfSpeech.TFModels.webLemma.table.webLemmaTerm)"]

_entryB
Type: imbNLP.PartOfSpeech.TFModels.webLemma.tablewebLemmaTerm

[Missing <param name="_entryB"/> documentation for "M:imbNLP.PartOfSpeech.TFModels.webLemma.table.webLemmaTermPair.#ctor(imbNLP.PartOfSpeech.TFModels.webLemma.table.webLemmaTerm,imbNLP.PartOfSpeech.TFModels.webLemma.table.webLemmaTerm)"]

See Also