Syntax
REMOVE_STOP_WORDS(<list>)
Description
Removes StopWords (common words) from a list of tokens. You can tokenize your text by using the EXTRACT_WORDS function.
Example
REMOVE_STOP_WORDS(#TokenizedText_Column)
...
REMOVE_STOP_WORDS(<list>)
Removes StopWords (common words) from a list of tokens. You can tokenize your text by using the EXTRACT_WORDS function.
REMOVE_STOP_WORDS(#TokenizedText_Column)
...