es.corygil/stanford-corenlp

Clojure wrapper for the Stanford CoreNLP tools.

Leiningen/Boot

[es.corygil/stanford-corenlp "1.0.0-SNAPSHOT"]

Clojure CLI/deps.edn

es.corygil/stanford-corenlp {:mvn/version "1.0.0-SNAPSHOT"}

Gradle

implementation("es.corygil:stanford-corenlp:1.0.0-SNAPSHOT")

Maven

<dependency>
  <groupId>es.corygil</groupId>
  <artifactId>stanford-corenlp</artifactId>
  <version>1.0.0-SNAPSHOT</version>
</dependency>