diff options
author | elioat <hi@eli.li> | 2023-12-30 10:08:31 -0500 |
---|---|---|
committer | elioat <hi@eli.li> | 2023-12-30 10:08:31 -0500 |
commit | 988f49feacb86601382e21f026d7c4247a4b159b (patch) | |
tree | 0112fac9a466c7dd56ff12d430337cecdfcc8fd3 | |
parent | 7ff2ae2e47148576fb95b73a362d0ee41b40efbb (diff) | |
download | tour-988f49feacb86601382e21f026d7c4247a4b159b.tar.gz |
*
-rw-r--r-- | js/bird-words/README.md | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/js/bird-words/README.md b/js/bird-words/README.md new file mode 100644 index 0000000..be12836 --- /dev/null +++ b/js/bird-words/README.md @@ -0,0 +1,13 @@ +# Beak + +Beak is a Markov chain generator. + +The corpus is tailored for a specific vibe. + +In the future I would like to modify this such that I am able to present a script with gaps in it and for the output to fill in those gaps: + +``` +The @NOUN@ of @ADJECTIVE@ @NOUN@ is known for @MARKOV 13@ +``` + +Where `@NOUN@` would select a word from a noun word list at random, `@ADJECTIVE@`, likewise, and `@MARKOV 13@` wold generate a 13 pair long Markov chain to insert at that point. \ No newline at end of file |