com.lemonodor/pronouncing

Clojure interface to the CMU pronouncing dictionary. Provides ways to look up word pronounciations, count syllables, and find rhyming words.

Leiningen/Boot

[com.lemonodor/pronouncing "0.0.6"]

Clojure CLI/deps.edn

com.lemonodor/pronouncing {:mvn/version "0.0.6"}

Gradle

implementation("com.lemonodor:pronouncing:0.0.6")

Maven

<dependency>
  <groupId>com.lemonodor</groupId>
  <artifactId>pronouncing</artifactId>
  <version>0.0.6</version>
</dependency>