Click or drag to resize

bagOfWordsAddBan Method

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Adds words to banned list: the same words will be ignored in any future Add call

Namespace:  imbSCI.DataComplex.special
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public void AddBan(
	params string[] words
)
Request Example View Source

Parameters

words
Type: SystemString
The words.
See Also