Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 954 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 954 Bytes

#RapRhymer

A Library for scraping rap lyrics and generating a rhyme index.

This library powers RhymeRemix.com

Repo

##See Also:

##TODO:

  1. Update documentation.
  • Add examples:
  1. Improve DB setup and connection process.
  2. 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.