Click or drag to resize

TokenDictionaryGetTokenByID Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets the token by identifier.

Namespace:  imbNLP.Toolkit.Processing
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntax
C#
public string GetTokenByID(
	int id
)

Parameters

id
Type: SystemInt32
The identifier.

Return Value

Type: String

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

See Also