diff options
author | Nathan Lasseter <nathan@4574.co.uk> | 2014-01-30 20:10:56 +0000 |
---|---|---|
committer | Nathan Lasseter <nathan@4574.co.uk> | 2014-01-30 20:10:56 +0000 |
commit | 69ee9398256a7e15e64aa73428e7291f6f50a11c (patch) | |
tree | e0f6d35a62c2d1abf2589815a3e7b09d47b32841 /README.textile | |
parent | 46804facd4b74e6c5796b3427ccbb1a273528395 (diff) |
Diffstat (limited to 'README.textile')
-rw-r--r-- | README.textile | 16 |
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> |