https://github.com/aqrln/randomtext
Generating random texts using Markov Chains
https://github.com/aqrln/randomtext
Last synced: 3 months ago
JSON representation
Generating random texts using Markov Chains
- Host: GitHub
- URL: https://github.com/aqrln/randomtext
- Owner: aqrln
- Created: 2014-06-27T16:00:48.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2014-06-27T17:18:14.000Z (about 11 years ago)
- Last Synced: 2025-02-03T22:39:26.411Z (5 months ago)
- Language: Python
- Size: 117 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
RandomText
==========A generator of random texts. Inspired by [my older project](https://github.com/aqrln/mctxtgen)
but better. Capable of dealing with a great number of words in a database.
Able to decrease chain length automatically during the generation in order to find a pattern
in the database if current one is too long. And written in Python.