Fork me on GitHub

Download core.nlp

core.nlp is available on clojars and can be included in your project in the standard manner.

Leiningen

Add the following to your project.clj dependencies:

[me.arnaudsj/core.nlp "0.1.0"]

Maven

Add the following to your pom.xml dependencies section:

<dependency>
    <groupId>me.arnaudsj</groupId>
    <artifactId>core.nlp</artifactId>
    <version>0.1.0</version>
</dependency>

Source

core.nlp’s source repository is located at github. Patches and pull requests are welcome.