Click or drag to resize

TokenDictionaryGetRankedTokenFrequency Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Gets ranked list of tokens and their absolute frequencies

Namespace:  imbNLP.Toolkit.Processing
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntax
C#
public List<KeyValuePair<string, int>> GetRankedTokenFrequency(
	int limit = -1
)

Parameters

limit (Optional)
Type: SystemInt32
The limit.

Return Value

Type: ListKeyValuePairString, Int32

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

See Also