RiTa
index
Name RiMarkov
Examples
None available
Description Performs analysis and text generation via Markov chains (aka N-Grams) with options to process single characters, words, sentences, and arbitrary regular expressions. Provides a variety of methods specifically designed for text-generation.
Constructors
RiMarkov(parent, nFactor);
RiMarkov(nFactor, ignoreCase);
RiMarkov(pApplet, nFactor, ignoreCase);
Methods
printTree()   Outputs a String representing the models probability tree using the supplied print stream (or System.out).

NOTE: this method will block for potentially long periods of time on large models.

Usage Web & Application
Related