Create README.md
Browse files
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)
|