https://github.com/hellerve/m
Logorrheic incantations
https://github.com/hellerve/m
Last synced: 12 months ago
JSON representation
Logorrheic incantations
- Host: GitHub
- URL: https://github.com/hellerve/m
- Owner: hellerve
- Created: 2017-09-20T16:18:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-09-21T14:04:57.000Z (over 8 years ago)
- Last Synced: 2025-02-12T05:12:00.579Z (about 1 year ago)
- Language: Python
- Size: 1000 Bytes
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.