Clojars

Simple Clojure jar repository

org.clojars.thnetos/opennlp-tools

OpenNLP contains a variety of java-based NLP tools which perform sentence detection, tokenization, pos-tagging, chunking and parsing, named-entity detection, and coreference.

leiningen

[org.clojars.thnetos/opennlp-tools "1.4.3"]

maven

<dependency>
  <groupId>org.clojars.thnetos</groupId>
  <artifactId>opennlp-tools</artifactId>
  <version>1.4.3</version>
</dependency>

Pushed by thnetos