Versions Compared

Key

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

Syntax

EXTRACT_WORDS(<text>)

Description

Converts text to a list of words using a preconfigured maximum entropy tokenizer. Punctuation is removed.

Examples

EXTRACT_WORDS(#Text_Column)

...

TextResult
The baseball cost $50.[The, baseball cost, $, 50]
The importance of #bigdata[The importance, of, #, bigdata]

...