Skip to content

Commit 4029f55

Browse files
committed
update to opennlp 1.5.1, release clojure-opennlp 0.1.6
1 parent 0103476 commit 4029f55

File tree

2 files changed

+5
-11
lines changed

2 files changed

+5
-11
lines changed

README.markdown

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,7 @@ Read the source from Marginalia
1616
Usage from Leiningen:
1717
--------------------
1818

19-
[clojure-opennlp "0.1.5"]
20-
21-
You will need to specify the opennlp maven repo in your project.clj also:
22-
23-
:repositories {"opennlp.sf.net" "http://opennlp.sourceforge.net/maven2"}
19+
[clojure-opennlp "0.1.6"]
2420

2521
Basic Example usage (from a REPL):
2622
----------------------------------

project.clj

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,10 @@
1-
(defproject clojure-opennlp "0.1.6-SNAPSHOT"
1+
(defproject clojure-opennlp "0.1.6"
22
:description "Natural Language Processing with Clojure, library for opennlp.
33
http://github.com/dakrone/clojure-opennlp"
44
:dependencies [[org.clojure/clojure "1.2.1"]
55
[org.clojure/clojure-contrib "1.2.0"]
6-
[opennlp/tools "1.5.0"]
7-
[slamhound "1.1.1"]]
8-
:dev-dependencies [[marginalia "0.5.0"]
6+
[org.apache.opennlp/opennlp-tools "1.5.1-incubating"]]
7+
:dev-dependencies [[marginalia "0.5.1"]
98
[slamhound "1.1.1"]]
10-
:jvm-opts ["-Xmx1024m"]
11-
:repositories {"opennlp.sf.net" "http://opennlp.sourceforge.net/maven2"})
9+
:jvm-opts ["-Xmx1024m"])
1210

0 commit comments

Comments
 (0)