nlp.intent

A Natural Language Processing library for parsing user commands.

Leiningen/Boot

[nlp.intent "0.0.1-SNAPSHOT"]

Clojure CLI/deps.edn

nlp.intent/nlp.intent {:mvn/version "0.0.1-SNAPSHOT"}

Gradle

implementation("nlp.intent:nlp.intent:0.0.1-SNAPSHOT")

Maven

<dependency>
  <groupId>nlp.intent</groupId>
  <artifactId>nlp.intent</artifactId>
  <version>0.0.1-SNAPSHOT</version>
</dependency>