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:

  1. Song [Java] [C++] [Python]
  2. getSong() and variants [Java] [C++] [Python]

Accessing Song Lyrics Data: An Example BRIDGES program

Java
C++
Python