Click or drag to resize

webLemmaTermPair Constructor

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Initializes a new instance of the webLemmaTermPair class

Namespace:  imbNLP.PartOfSpeech.TFModels.webLemma.table
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
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