org.clojars.pjt/opennlp-tools

(From README) The opennlp project is now the home of a set of java-based NLP tools which perform sentence detection, tokenization, pos-tagging, chunking and parsing, named-entity detection, and coreference. These tools are not inheriently useful by themselves, but can be integrated with other software to assist in the processing of text. As such, the intended audience of much of this documentation is software developers who are familar with software development in Java.

  • VCSN/A

  • cljdoc documentationcljdoc
  • 984 Downloads
  • 984 This Version

Leiningen/Boot

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

Clojure CLI/deps.edn

org.clojars.pjt/opennlp-tools {:mvn/version "1.4.3"}

Gradle

implementation("org.clojars.pjt:opennlp-tools:1.4.3")

Maven

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

Note: this artifact is a non-canonical fork. See the wiki for more details.