How do I tokenize an example set?
darwin_h_poritz
New Altair Community Member
Answers
-
You'll first need to set your attribute to text data type (it is probably nominal by default), and then use the Process Documents from Data operator. Within that you will put the tokenize operator followed by the N-Grams operator. You may also wish to conduct other types of text preprocessing as well.2
-
0