Click or drag to resize

TokenDictionaryGetTokenID Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Returns ID of the token specified

Namespace:  imbNLP.Toolkit.Processing
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
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