Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.