Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aqrln/randomtext
Generating random texts using Markov Chains
https://github.com/aqrln/randomtext
Last synced: about 1 month 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-06-27T17:18:14.000Z (over 10 years ago)
- Last Synced: 2024-10-09T20:01:41.933Z (about 1 month 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.