jzavorohina/rhymer

A PHP сlass for finding rhymes to words

1.2.2 2022-12-30 15:03 UTC

This package is auto-updated.

Last update: 2024-04-29 05:06:12 UTC


README

A PHP с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