RiTa
index
Name RiTokenizer
Description A simple tokenizer for word boundaries with regular expression support for custom-tokenizing.
Constructors
RiTokenizer(pApplet);
RiTokenizer(pApplet, type);
Methods
setRegex()   Sets the regular expression for tokenization

tokenize()   Tokenizes the sentence into an array of words.

Usage Web & Application