
markovify 0.9.4
0
A simple, extensible Markov chain generator. Uses include generating random semi-plausible sentences
Contents
A simple, extensible Markov chain generator. Uses include generating random semi-plausible sentences based on an existing text.
Stars: 3377, Watchers: 3377, Forks: 350, Open Issues: 18The jsvine/markovify repo was created 11 years ago and the last code push was 1 years ago.
The project is very popular with an impressive 3377 github stars!
How to Install markovify
You can install markovify using pip
pip install markovify
or add it to a project with poetry
poetry add markovify
Package Details
- Author
- Jeremy Singer-Vine
- License
- MIT
- Homepage
- http://github.com/jsvine/markovify
- PyPi:
- https://pypi.org/project/markovify/
- GitHub Repo:
- https://github.com/jsvine/markovify
Classifiers
Related Packages
Errors
A list of common markovify errors.
Code Examples
Here are some markovify code examples and snippets.
GitHub Issues
The markovify package has 18 open issues on GitHub
- Improved
Chain.build()performance by 1/3
pythonfix