Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

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)

...