Syntax
CORRECT_SPELLING(<list>)
Description
Corrects spelling of tokenized text. You can tokenize your text by using the EXTRACT_WORDS function.
Currently, it is not possible to refer to an external dictionary; the dictionary needs to be provided as a list of strings.
Examples
CORRECT_SPELLING(#Listof_Words;#TokenizedText_Column)
...