RiTa
index
Name loadSentences()
Class RiMarkov
Description
Syntax
loadSentences(sentences);
loadSentences(sentences, multiplier);
Parameters
multiplier   Weighting for sentences in the array
A weight of 3 is equivalent to loading the sentences 3 times and gives each word within 3x the probability of being chosen during generation.
Returns void
Usage Web & Application
Related