|
||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||
| Uses of MarkovText in cs132.markov |
|---|
| Methods in cs132.markov that return MarkovText | |
|---|---|
static MarkovText |
Util.generateText(java.io.Reader in,
int order)
Build a Markov Chain transition table of the specified order. |
static MarkovText |
Util.generateTextFromCharacters(java.io.Reader in,
int order)
Build a Markov Chain transition table of the specified order. |
| Methods in cs132.markov with parameters of type MarkovText | |
|---|---|
static void |
Util.trainOnCharacters(MarkovText m,
java.io.Reader in)
Train a MarkovText on the words that occur in a file |
static void |
Util.trainOnWords(MarkovText m,
java.io.Reader in)
Train a MarkovText on the words that occur in a file |
|
||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||