Click or drag to resize

bagOfWordsRemove Method (String)

imbSCI | imbACE | imbNLP | imbWEM | imbWBI
Removes the specified word or all words from the line.

Namespace:  imbSCI.DataComplex.special
Assembly:  imbSCI.DataComplex (in imbSCI.DataComplex.dll) Version: 0.3.70.
Syntax
C#
public void Remove(
	string wordOrLine
)
Request Example View Source

Parameters

wordOrLine
Type: SystemString
The word or line.
See Also