lingo

A Clojure natural language generator built on top of Google's simplenlg library.

This artifact may shadow a release on Maven Central. You should search there for a canonical release.

Leiningen/Boot

[lingo "0.2.0"]

Clojure CLI/deps.edn

lingo/lingo {:mvn/version "0.2.0"}

Gradle

implementation("lingo:lingo:0.2.0")

Maven

<dependency>
  <groupId>lingo</groupId>
  <artifactId>lingo</artifactId>
  <version>0.2.0</version>
</dependency>