Added 2 more albums (July'23)
This dataset contains almost all (if not all) of Taylor Swift Songs' Lyrics (46 Albums currently). The format for the lyrics is completely textual (.txt format) to provide complete flexibility to the user đ. The data set also contains Cover art for all of these Albums.
Each album has a different directory for itself.
Also a list of Albums csv file and one for all albums individually in the 'Tabular' directory provided.
46 Albums from Taylor Swift's discography, including 10 studio albums, and various deluxe, live, re-recorded, language editions and remix albums among many others.
- Speak Now
- Taylor Swift
- Fearless
- Speak Now: World Tour Live
- Red
- 1989
- Fearless (Platinum Edition)
- Reputation
- Lover
- Speak Now (Deluxe)
- Folklore
- Evermore
- evermore (deluxe version)
- evermore: the dropped your hand while dancing chapter
- evermore (Japanese Edition)
- evermore: the âforever is the sweetest conâ chapter
- the âladies lunchingâ chapter
- Fearless (Taylorâs Version)
- Red (Taylorâs Version)
- Fearless (Taylorâs Version): The Halfway Out the Door Chapter
- Fearless (Taylorâs Version): The Kissing In The Rain Chapter
- Fearless (Taylorâs Version): The I Remember What You Said Last Night Chapter
- Fearless (Taylorâs Version): The From the Vault Chapter
- evermore (digitally autographed fan edition)
- Red (Taylorâs Version): Could You Be The One Chapter
- Red (Taylorâs Version): She Wrote A Song About Me Chapter
- Message In A Bottle (Fat Max G Remix) (Taylorâs Version)
- Red (Taylorâs Version): The Slow Motion Chapter
- Red (Taylorâs Version): From The Vault Chapter
- the lakes - 7" Single (Record Store Day Exclusive)
- All Too Well (10 Minute Version) [The Short Film] - EP
- Carolina (From The Motion Picture âWhere The Crawdads Singâ)
- Midnights
- Midnights (Target Exclusive)
- Midnights (Apple Music Exclusive)
- Midnights (3am Edition)
- Anti-Hero (Remixes)
- Lavender Haze (Remixes)
- The More Lover Chapter
- The More Fearless (Taylorâs Version) Chapter
- The More Red (Taylorâs Version) Chapter
- folklore: the long pond studio sessions (Record Store Day Exclusive)
- Speak Now (Taylor's Verson)
- Midnights (The Late Night Edition)
- Midnights (The Till Dawn Edition)
- Lover (Live From Paris) Heart Shaped Vinyl
To convert the album names into the file name format, the following was used:
album_dirname = re.sub('[^a-zA-Z0-9_]','_',''.join(album.split()))
track_filename = re.sub('[^a-zA-Z0-9_]','_',''.join(track_name.split())) + '.txt'
You can use the data to -
- Conduct a sentiment analysis of Taylor's songs
- Use as a data source for a creative project
- Make a word cloud
- Analyse patterns in Taylor's lyrics
Hope this helped, have fun!
This data has been collected from Genius through its API