Click or drag to resize

ILemmaCollectionItem Property

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the webLemmaTerm with the specified key.

Namespace:  imbNLP.PartOfSpeech.TFModels
Assembly:  imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.30
Syntax
C#
webLemmaTerm this[
	string key
] { get; }

Parameters

key
Type: SystemString
The key.

Property Value

Type: webLemmaTerm
The webLemmaTerm.

Return Value

Type: webLemmaTerm
See Also