sheacon commited on
Commit
213c1ac
·
1 Parent(s): a24e976

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ Creation Steps
2
+ - Downloaded [5 Million Song Dataset](https://www.kaggle.com/datasets/nikhilnayak123/5-million-song-lyrics-dataset) from Kaggle
3
+ - Limited to songs with more than 1,000 views on Genius.com
4
+ - Remove lyrics with non-roman alphabet characters
5
+ - Remove songs featuring any [profanity](https://github.com/surge-ai/profanity)
6
+ - Removed annotations (in brackets)
7
+ - Added normalized version of lyrics (lower case, remove punctuation, remove stopwords, lemmatize)