Last active
April 12, 2018 14:53
-
-
Save icebeam7/ce5ee9b79aac53a7b855cce65a1b3f33 to your computer and use it in GitHub Desktop.
SentimentalTweets: TweetAnalytics.cs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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