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

https://github.com/hellerve/m

Logorrheic incantations
https://github.com/hellerve/m

Last synced: 12 months ago
JSON representation

Logorrheic incantations

Awesome Lists containing this project

README

          

# m

Yet another machine for body-stripping poetry.

## Technical details

`m` is about as simple a text generator as it gets. It is based on Markov
chains and N-grams. You can use it like so:

```
python m.py the_work_to_defile.txt
```

You might not want to use this code, for it is pretty terrible.