Skip to content

Instantly share code, notes, and snippets.

@AbhiOnGithub
Created July 28, 2018 18:45
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 AbhiOnGithub/11f4ffae0bd31641b7d20a6c9f32a29f to your computer and use it in GitHub Desktop.
Save AbhiOnGithub/11f4ffae0bd31641b7d20a6c9f32a29f to your computer and use it in GitHub Desktop.
public class SentimentData
{
[Column("0")]
public string SentimentText;
[Column("1", name: "Label")]
public float Sentiment;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment