rhymer

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

Лицензия

Лицензия

Группа

Группа

ca.rmen
Идентификатор

Идентификатор

rhymer
Последняя версия

Последняя версия

1.2.0
Дата

Дата

Тип

Тип

pom.sha512
Описание

Описание

rhymer
Provides a rhyming dictionary based on the the Carnegie Mellon Pronouncing Dictionary.
Ссылка на сайт

Ссылка на сайт

https://github.com/caarmen/rhymer
Система контроля версий

Система контроля версий

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

Скачать rhymer

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

Данный проект не имеет модулей.

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'

Версии библиотеки

Версия
1.2.0