Skip to content

Commit

Permalink
add slamhound
Browse files Browse the repository at this point in the history
  • Loading branch information
dakrone committed Apr 27, 2011
1 parent 350ad22 commit ac87503
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@
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"]]
:dev-dependencies [[marginalia "0.5.0"]]
[opennlp/tools "1.5.0"]
[slamhound "1.1.1"]]
:dev-dependencies [[marginalia "0.5.0"]
[slamhound "1.1.1"]]
:jvm-opts ["-Xmx1024m"]
:repositories {"opennlp.sf.net" "http://opennlp.sourceforge.net/maven2"})

0 comments on commit ac87503

Please sign in to comment.