Skip to content

Instantly share code, notes, and snippets.

@icebeam7
Last active April 12, 2018 14:53
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 icebeam7/ce5ee9b79aac53a7b855cce65a1b3f33 to your computer and use it in GitHub Desktop.
Save icebeam7/ce5ee9b79aac53a7b855cce65a1b3f33 to your computer and use it in GitHub Desktop.
SentimentalTweets: TweetAnalytics.cs
namespace SentimentalTweets.Modelos
{
public class TweetAnalytics : Tweet
{
public double Sentimiento { get; set; }
public string PalabrasClave { get; set; }
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment