Click or drag to resize

TokenDictionaryGetTokenID Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

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

Returns ID of the token specified

Namespace:  imbNLP.Toolkit.Processing
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.16
Syntax
C#
public int GetTokenID(
	string str
)

Parameters

str
Type: SystemString
The token

Return Value

Type: Int32

[Missing <returns> documentation for "M:imbNLP.Toolkit.Processing.TokenDictionary.GetTokenID(System.String)"]

See Also