FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

caarmen/rhymer: A rhyming dictionary in Java, based on the CMU pronouncing dictionary. · GitHub

/ rhymer Public

Repository files navigation

Rhymer

This library provides a rhyming dictionary based on the the Carnegie Mellon Pronouncing Dictionary.

To test out the library on the command-line:

    ./gradlew clean cliJar
    java -jar example/build/libs/example-all-1.2.0.jar <word to rhyme>

The library is available on jcenter. To include it in your project:

maven:

<dependency>
  <groupId>ca.rmen</groupId>
  <artifactId>rhymer</artifactId>
  <version>1.2.0</version>
</dependency>

gradle:

compile 'ca.rmen:rhymer:1.2.0'

About

A rhyming dictionary in Java, based on the CMU pronouncing dictionary.

Topics

Resources

Stars

15 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL