diff --git a/bin/ebooks b/bin/ebooks index d334c5b..dac81bc 100755 --- a/bin/ebooks +++ b/bin/ebooks @@ -23,7 +23,7 @@ Usage: ebooks c[onsole] ebooks auth ebooks consume [corpus_path2] [...] - ebooks consume-all [corpus_path2] [...] + ebooks consume-all [corpus_path2] [...] ebooks gen [input] ebooks archive [path] ebooks tweet @@ -77,7 +77,7 @@ STR Usage: ebooks consume [corpus_path2] [...] Processes some number of text files or json tweet corpuses - into usable models. These will be output at model/.model + into usable models. These will be output at model/.model STR def self.consume(pathes) @@ -97,10 +97,10 @@ STR end HELP.consume_all = <<-STR - Usage: ebooks consume-all [corpus_path2] [...] + Usage: ebooks consume-all [corpus_path2] [...] Processes some number of text files or json tweet corpuses - into one usable model. It will be output at model/.model + into one usable model. It will be output at model/.model STR def self.consume_all(name, paths)