RiTa
index
Name loadFile()
Class RiMarkov
Description
Syntax
loadFile(fileName);
loadFile(fileName, multiplier);
Parameters
fileName   name of file to load
multiplier   weighting for tokens in the file;
a weight of 3 is equivalent to loading that file 3 times and gives each token 3x the probability of being chosen during generation.
Returns void
Usage Web & Application
Related