Click or drag to resize

TokenDictionaryCountToken Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI

[This is preliminary documentation and is subject to change.]

Adds oscore point/s to the token frequency. If the token wasn't registered with the dictionary, it will register it automatically.

Namespace:  imbNLP.Toolkit.Processing
Assembly:  imbNLP.Toolkit (in imbNLP.Toolkit.dll) Version: 0.2.16
Syntax
C#
public void CountToken(
	string token,
	int score = 1
)

Parameters

token
Type: SystemString
The token - token in the dictionary
score (Optional)
Type: SystemInt32
The score - points to be added.
See Also