edublancas / song-lyrics

Exploratory Analysis of 200K+ song lyrics from the 1 million songs dataset
https://blancas.io/song-lyrics/
MIT License
5 stars 1 forks source link

Function to compute distance matrix between songs #3

Closed edublancas closed 6 years ago

edublancas commented 6 years ago

Implement a function that takes a matrix (one song per row) and outputs a distance matrix. we can use this distance matrix to find similar/different songs... this may not be feasible for all songs so we need to think about this