Skip to content

Commit 556a606

Browse files
committed
Merge pull request dakrone#23 from mpenet/master
mention 0.2.1 in readme instead of 0.2.0
2 parents bdcccae + 5cf227f commit 556a606

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.markdown

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ Usage from Leiningen:
2727
--------------------
2828

2929
```clojure
30-
[clojure-opennlp "0.2.0"]
30+
[clojure-opennlp "0.2.1"]
3131
```
32-
32+
3333
clojure-opennlp works with, clojure 1.2.x, 1.3, 1.4 or 1.5
3434

3535
Basic Example usage (from a REPL):
@@ -61,7 +61,7 @@ the training tools in src/opennlp/tools/train.clj):
6161
```clojure
6262
(def tokenize (make-tokenizer my-tokenizer-model)) ;; etc, etc
6363
```
64-
64+
6565
Then, use the functions you've created to perform operations on text:
6666

6767
Detecting sentences:

0 commit comments

Comments
 (0)