Class |
RiTa |
||||
---|---|---|---|---|---|
Name |
untokenize |
||||
Description | Joins an array (of words and punctuation) into a sentence, according to the Penn Treebank conventions. The inverse of RiTa.tokenize(). |
||||
Example |
|
||||
Parameters |
|
||||
Returns |
|
||||
Related | RiTa.tokenize() | ||||
Syntax |
RiTa.untokenize(arrayOfWords); |
||||
Platform | Java / JavaScript | ||||