rhymer-js

1.0.1 • Public • Published

Rhymer class

A JavaScript сlass for finding rhymes to words.

Key features:

  • Finds rhymes to the word by the first syllable at the beginning of the word (for Russian words).
  • Finds rhymes to the word by the last syllable at the end of the word (for Russian words).

Some examples:

// Finds rhymes to the word by the first syllable at the beginning of the word
Rhymer.findByStart('Key word'); // return: array

// Finds rhymes to the word by the last syllable at the end of the word
Rhymer.findByEnd('Key word'); // return: array

Package Sidebar

Install

npm i rhymer-js

Weekly Downloads

5

Version

1.0.1

License

MIT

Unpacked Size

784 kB

Total Files

6

Last publish

Collaborators

  • jzavorohina