swang / markovchain

generates a markov chain of words based on input files
50 stars 8 forks source link

documentation for `end` was ambiguous #6

Closed connorjclark closed 7 years ago

connorjclark commented 7 years ago

Docs lead me to believe that an integer would limit the sentence length as measured by character count. After noticing my usage was not giving me correct results, I noticed the source code is actually measuring word count.

swang commented 7 years ago

Thanks!