about summary refs log tree commit diff stats
path: root/js
diff options
context:
space:
mode:
Diffstat (limited to 'js')
-rw-r--r--js/bird-words/README.md13
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