clj-cmudict

Clojure wrapper for the CMU Pronouncing Dictionary.

Leiningen/Boot

[clj-cmudict "0.2.0"]

Clojure CLI/deps.edn

clj-cmudict/clj-cmudict {:mvn/version "0.2.0"}

Gradle

implementation("clj-cmudict:clj-cmudict:0.2.0")

Maven

<dependency>
  <groupId>clj-cmudict</groupId>
  <artifactId>clj-cmudict</artifactId>
  <version>0.2.0</version>
</dependency>