Skip to content

Commit

Permalink
update to opennlp 1.5.1, release clojure-opennlp 0.1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed May 11, 2011
1 parent 0103476 commit 4029f55
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 11 deletions.
6 changes: 1 addition & 5 deletions README.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,7 @@ Read the source from Marginalia
Usage from Leiningen:
--------------------

[clojure-opennlp "0.1.5"]

You will need to specify the opennlp maven repo in your project.clj also:

:repositories {"opennlp.sf.net" "http://opennlp.sourceforge.net/maven2"}
[clojure-opennlp "0.1.6"]

Basic Example usage (from a REPL):
----------------------------------
Expand Down
10 changes: 4 additions & 6 deletions project.clj
Original file line number Diff line number Diff line change
@@ -1,12 +1,10 @@
(defproject clojure-opennlp "0.1.6-SNAPSHOT"
(defproject clojure-opennlp "0.1.6"
:description "Natural Language Processing with Clojure, library for opennlp.
http://github.com/dakrone/clojure-opennlp"
:dependencies [[org.clojure/clojure "1.2.1"]
[org.clojure/clojure-contrib "1.2.0"]
[opennlp/tools "1.5.0"]
[slamhound "1.1.1"]]
:dev-dependencies [[marginalia "0.5.0"]
[org.apache.opennlp/opennlp-tools "1.5.1-incubating"]]
:dev-dependencies [[marginalia "0.5.1"]
[slamhound "1.1.1"]]
:jvm-opts ["-Xmx1024m"]
:repositories {"opennlp.sf.net" "http://opennlp.sourceforge.net/maven2"})
:jvm-opts ["-Xmx1024m"])

0 comments on commit 4029f55

Please sign in to comment.