Click or drag to resize

TokenDictionaryCountTokens Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Counts the tokens.

Namespace:  imbNLP.Toolkit.Processing
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.30
Syntax
C#
public void CountTokens(
	IEnumerable<string> tokens
)

Parameters

tokens
Type: System.Collections.GenericIEnumerableString
The tokens.
See Also