Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/caarmen/rhymer
- Owner: caarmen
- License: lgpl-3.0
- Created: 2016-02-06T18:07:45.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-11T20:41:40.000Z (over 7 years ago)
- Last Synced: 2023-07-28T00:14:04.874Z (over 1 year ago)
- Topics: lib
- Language: Java
- Size: 958 KB
- Stars: 12
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE-rhyming-dictionary.txt
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'
```