rhymer

Provides a rhyming dictionary based on the the Carnegie Mellon Pronouncing Dictionary.

License

License

GroupId

GroupId

ca.rmen
ArtifactId

ArtifactId

rhymer
Last Version

Last Version

1.2.0
Release Date

Release Date

Type

Type

pom.sha512
Description

Description

rhymer
Provides a rhyming dictionary based on the the Carnegie Mellon Pronouncing Dictionary.
Project URL

Project URL

https://github.com/caarmen/rhymer
Source Code Management

Source Code Management

https://github.com/caarmen/rhymer.git

Download rhymer

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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'

Versions

Version
1.2.0