The corpus text is the text that you enter in order to train the generator. The number of words to generate prompt asks you for what the length of the sentence should be, and the start word is the word it should start on. IMPORTANT: 1. Do not use full screen. 2. Do not use the English or Latin corpus text if you are running this in scratch.mit.edu because of the list size requirement. When choosing the custom corpus text, the longer the corpus, the longer it will take. After 447 words, the corpus becomes too long to work with a 200,000 item list limit.
The English sample text is "The Ugly Duckling" by Hans Christian Anderson. This project works by constructing a Markov chain based on the corpus text you choose, and feeds the start word you choose through that chain. The results are different each time.