Skip to content

Instantly share code, notes, and snippets.

@samueleresca
Last active April 13, 2019 11:09
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/8dd653ede26d06a72a084eeeb7d34073 to your computer and use it in GitHub Desktop.
Save samueleresca/8dd653ede26d06a72a084eeeb7d34073 to your computer and use it in GitHub Desktop.
open System
open System.Linq
open System.IO
open MathNet.Numerics
open MathNet.Numerics.Distributions
open MathNet.Numerics.LinearAlgebra
open MathNet.Numerics.Random
open FSharp.Data
[<CLIMutable>]
type LyricsInput =
{
Song : string
Artist : string
Genre : string
Lyrics : string
Year: int
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment