Click or drag to resize

ILemmaCollectionItem Property

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Gets the webLemmaTerm with the specified key.

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