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: 3299, Watchers: 3299, Forks: 349, Open Issues: 16The jsvine/markovify
repo was created 9 years ago and the last code push was 5 months ago.
The project is very popular with an impressive 3299 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 16 open issues on GitHub
- Markovify - Markov chain : Seed and Condition to text generated based in input.
- Add greedy policy to Chain class