#RapRhymer
A Library for scraping rap lyrics and generating a rhyme index.
This library powers RhymeRemix.com
##See Also:
##TODO:
- Update documentation.
- Add examples:
- Improve DB setup and connection process.
- Improve rhyme engine.
- Improve rhyme index for multi-syllabic rhymes Proposed rule:
- Starting from the end of the word keep leters until you hit a syllable break (identified by a number in the dictionary), then take letters going backwards until you hit a vowel.
###Note: Until this PR is accepted, you will have to download and install this fork of the pygenius library in order to scrape the lyrics effectively.