Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 596 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 596 Bytes

LYRICS2

Text classification and lyrics-scraping command line tool

This is a little program which takes two artists, scrapes their lyrics from lyrics.com, takes some lyric as an input and predicts wheather that lyric was written by either one of them.

It was written in week 4 of the Spiced Data Science bootcamp.

Through the use of

  • Regular Expressions,
  • Bag of Words and
  • Naive Bayes

LYRICS2 can predict with some certainty if an input text was written by one of two artists.

Files