|
RiTa index |
|
| Name | getCompletions() |
| Class | RiMarkov |
| Description | Returns all possible next words (or tokens), ordered by probability, for the given
seed array, or null if none are found. Note: seed arrays of any size may be input, but only the last n-1 elements will be considered. |
| Syntax | getCompletions(seed); getCompletions(pre, post); |
| Returns | java.lang.String[] |
| Usage | Web & Application |
| Related | |