comment.txt 541 B

12345678910111213141516
  1. /*
  2. To use this program, compile it -- if you can -- and then type something like:
  3. chan -n 5000 -d 2 < input.txt
  4. In this case, it will produce 5000 words of output, checking two-word groups.
  5. (The explanation above describes two-word generation. If you type "-d 3",
  6. the program will find three-word groups, and so on. Greater depths make more
  7. sense, but they require more input text and take more time to process.)
  8. http://www.eblong.com/zarf/markov/
  9. */
  10. /* make cpp win deterministically over others with C block comments */
  11. cout << endl;