RiTa
index
Name loadCharData()
Class RiTravesty
Description Load a String into the model, treating each character as separate entity
Syntax
loadCharData(rawText, multiplier);
Parameters
multiplier   Weighting for tokens in the String
A weight of 3 is equivalent to loading that file 3 times and gives each token 3x the probability of being chosen on a call to generate().
Returns void
Usage Web & Application
Related