Click or drag to resize

TokenDictionaryCountToken Method

Home | imbSCI | imbACE | imbNLP | imbWEM | imbWBI
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.30
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