File tree Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Expand file tree Collapse file tree 2 files changed +5
-11
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,7 @@ Read the source from Marginalia
16
16
Usage from Leiningen:
17
17
--------------------
18
18
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"]
24
20
25
21
Basic Example usage (from a REPL):
26
22
----------------------------------
Original file line number Diff line number Diff line change 1
- (defproject clojure-opennlp " 0.1.6-SNAPSHOT "
1
+ (defproject clojure-opennlp " 0.1.6"
2
2
:description " Natural Language Processing with Clojure, library for opennlp.
3
3
http://github.com/dakrone/clojure-opennlp"
4
4
:dependencies [[org.clojure/clojure " 1.2.1" ]
5
5
[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" ]
9
8
[slamhound " 1.1.1" ]]
10
- :jvm-opts [" -Xmx1024m" ]
11
- :repositories {" opennlp.sf.net" " http://opennlp.sourceforge.net/maven2" })
9
+ :jvm-opts [" -Xmx1024m" ])
12
10
You can’t perform that action at this time.
0 commit comments