Skip to content

Instantly share code, notes, and snippets.

@samueleresca
Created April 20, 2019 12:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samueleresca/fe60dc6b205133a22a8c9aca392f654f to your computer and use it in GitHub Desktop.
Save samueleresca/fe60dc6b205133a22a8c9aca392f654f to your computer and use it in GitHub Desktop.
let filteredLyrics = songLyrics |> Seq.filter(fun row -> row.Genre = "Hip-Hop" )
tokenizeLyrics filteredLyrics
|> renderLineChartForWords
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment