Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/caarmen/rhymer

A rhyming dictionary in Java, based on the CMU pronouncing dictionary.
https://github.com/caarmen/rhymer

lib

Last synced: 11 days ago
JSON representation

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

Awesome Lists containing this project

README

        

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
```

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

maven:

```

ca.rmen
rhymer
1.2.0

```

gradle:

```
compile 'ca.rmen:rhymer:1.2.0'
```