Click or drag to resize

ILemmaCollectionAdd Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Adds the specified term.

Namespace:  imbNLP.PartOfSpeech.TFModels
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntax
C#
void Add(
	webLemmaTerm term
)

Parameters

term
Type: imbNLP.PartOfSpeech.TFModels.webLemma.tablewebLemmaTerm
The term.
See Also