1.0.1 • Published 1 year ago

rhymer-js v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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