We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 86d4612 commit 1cf703dCopy full SHA for 1cf703d
README.markdown
@@ -19,10 +19,10 @@ Usage from Leiningen:
19
--------------------
20
21
```clojure
22
-[clojure-opennlp "0.1.9"]
+[clojure-opennlp "0.1.10"]
23
```
24
25
-clojure-opennlp works with both clojure 1.2.x and 1.3
+clojure-opennlp works with, clojure 1.2.x, 1.3 or 1.4
26
27
Basic Example usage (from a REPL):
28
----------------------------------
project.clj
@@ -1,4 +1,4 @@
1
-(defproject clojure-opennlp "0.1.10-SNAPSHOT"
+(defproject clojure-opennlp "0.1.10"
2
:description "Natural Language Processing with Clojure, library for opennlp."
3
:url "http://github.com/dakrone/clojure-opennlp"
4
:min-lein-version "2.0.0"
0 commit comments