Click or drag to resize

ILemmaCollectionAdd Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds the specified term.

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

Parameters

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