aboutsummaryrefslogtreecommitdiff
path: root/README.textile
diff options
context:
space:
mode:
authorNathan Lasseter <nathan@4574.co.uk>2014-01-30 20:10:56 +0000
committerNathan Lasseter <nathan@4574.co.uk>2014-01-30 20:10:56 +0000
commit69ee9398256a7e15e64aa73428e7291f6f50a11c (patch)
treee0f6d35a62c2d1abf2589815a3e7b09d47b32841 /README.textile
parent46804facd4b74e6c5796b3427ccbb1a273528395 (diff)
Modified REPL to not require save/loadHEADmaster
Diffstat (limited to 'README.textile')
-rw-r--r--README.textile16
1 files changed, 10 insertions, 6 deletions
diff --git a/README.textile b/README.textile
index 815dcec..7bd16e0 100644
--- a/README.textile
+++ b/README.textile
@@ -2,9 +2,13 @@ h1. Ruby Markov Chain Generator
h2. Usage
-bc. $ ./markov-repl.rb
->> load corpus <corpusfile> <chunklength>
->> analyse
->> save <datafile>
->> load serial <datafile>
->> generate <length>
+bc.. $ ./markov-repl.rb
+>> load corpus <corpusfile>
+>> analyse <chunklength>
+>> load stats
+>> generate <numwords>
+>> save <serialisedfile>
+
+$ ./markov-repl.rb
+>> load stats <serialisedfile>
+>> generate <numwords>