ctext
index
Name CAnalyze
Examples
    String text = "The boy jumped over the wild dog.";
    CAnalyze pa = new CAnalyze(this, text);
    String phonemes = pa.getPhonemes();   
Description Analyzes String phrases, annotating each the phrases and each contained word with Feature data. Default features include: word-boundaries, pos, phonemes, stresses, syllables, etc.
Constructors
CAnalyze(pApplet);
CAnalyze(pApplet, phrase);
Usage Web & Application
Related CText