Click or drag to resize

TokenDictionaryGetTokenFrequency Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets frequency of the token

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

Parameters

token
Type: SystemString
The token.

Return Value

Type: Int32

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

See Also