RiTa
index
Name analyze()
Class RiAnalyzer
Description Sets text as the current phrase and analyzes it, so that subsequent calls to methods like getPos(), getPhonemes(), getSyllables(), etc. will return immediately.
Syntax
analyze(text);
analyze(rcs);
analyze(rts);
Parameters
rts  
Returns void
Usage Web & Application
Related