blob: b20e9ba0bc32b8ae75c531a9cf2c757006ef9413 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
# Beak
Beak is a Markov chain generator and text generator.
You can provide beak with a script in the following format and it will generate a story, filling in the gaps you've left:
```plaintext
This is a @NOUN@ with @ADJECTIVE@ kind of @EMOTION@ about @PLACE@ because once it @MARKOV 15@
```
Not all gap types are yet supported. Those are being added now.
The number in the `@MARKOV 15@` indicates that the snippet of text should be (about) 15 elements long.
|