markovify icon indicating copy to clipboard operation
markovify copied to clipboard

A simple, extensible Markov chain generator.

Results 16 markovify issues
Sort by recently updated
recently updated
newest added

I use `markovify 9.0.0`. When I try to generate a text in French, it naturally contains accents such as é, è, à, â, etc. However, these characters are not displayed...

I think replacing regular random with secrets.random should improve the generating pattern/uniqueness of the pattern. These are just my humble suggestions and it is totally up to you guys... :)

hi and thx for yr great library. i made a cli program to run it on my own texts. i'm trying to add a subclass to it that enables me...

Is it possible to create a Markov chain that contains a key word? I'm thinking of a chat bot situation. For example, the word "computer" is used in the utterance,...

I've cloned the repository, and tried running the unittest test.test_itertext. This test doesn't require to set up the sherlock model. It reads the text files that come with the package...

Hi there and thanks for this beautiful package!! i was curious to understand more the inner workings of the package. Is there a pdf that explains how you use Markov...