 | ILemmaCollectionContainsKey Method |
imbSCI | imbACE | imbNLP | imbWEM | imbWBI [This is preliminary documentation and is subject to change.]
Determines whether the specified key contains key.
Namespace:
imbNLP.PartOfSpeech.TFModels
Assembly:
imbNLP.PartOfSpeech (in imbNLP.PartOfSpeech.dll) Version: 0.2.18
Syntaxbool ContainsKey(
string key
)
Parameters
- key
- Type: SystemString
The key.
Return Value
Type:
Booleantrue if the specified key contains key; otherwise,
false.
See Also