Song Lyrics Dataset
Lyrics of 134 Songs have been curated; the songs may be extracted all at once or by song title or author.
The program snippet below illustrates how to access the song lyrics data.
Data end point: Song Lyrics Link
Suggested Examples:
ds.get_song("Enter Sandman", "Metallica")
ds.get_song("Around the World", "Daft Punk")
ds.get_song("Never Gonna Give You Up", "Rick Astley")
See also
This tutorial gives an introduction to the usage of the song lyrics dataset. You can find the complete documentation of the features in the Doxygen documentation of the following classes and functions:
Accessing Song Lyrics Data: An Example BRIDGES program
Java
C++
Python
- Copy/paste the code into your environment and compile.
- Assuming all your code is correct and it compiles correctly, the code will print a record of the data to the console.