RiTa
index
Name
addWord()
Class
RiConcorder
Description
Adds a single word to the model with a count of 1 if it does not yet exist, else increments its count by 1.
Syntax
addWord(word);
Returns
void
Usage
Web & Application
Related