ruby_ngrams 0.0.4 → 0.0.5
Sign up to get free protection for your applications and to get access to all the features.
- data/README.rdoc +5 -1
- data/bin/ruby_ngrams +2 -5
- metadata +3 -3
data/README.rdoc
CHANGED
@@ -67,7 +67,11 @@ to produce n-grams from a string.
|
|
67
67
|
|
68
68
|
= Usage
|
69
69
|
|
70
|
-
|
70
|
+
You can simply run the executable and provide input via STDIN.
|
71
|
+
ruby_ngrams
|
72
|
+
|
73
|
+
You can also provide input via one or more filenames
|
74
|
+
ruby_ngrams [FILES]
|
71
75
|
|
72
76
|
= Dependencies
|
73
77
|
|
data/bin/ruby_ngrams
CHANGED
metadata
CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
|
|
5
5
|
segments:
|
6
6
|
- 0
|
7
7
|
- 0
|
8
|
-
-
|
9
|
-
version: 0.0.
|
8
|
+
- 5
|
9
|
+
version: 0.0.5
|
10
10
|
platform: ruby
|
11
11
|
authors:
|
12
12
|
- Martin Velez
|
@@ -14,7 +14,7 @@ autorequire:
|
|
14
14
|
bindir: bin
|
15
15
|
cert_chain: []
|
16
16
|
|
17
|
-
date: 2011-11-
|
17
|
+
date: 2011-11-30 00:00:00 -08:00
|
18
18
|
default_executable:
|
19
19
|
dependencies:
|
20
20
|
- !ruby/object:Gem::Dependency
|