Exemplo n.º 1
0
        public static object GetSentimentData(string path)
        {
            var tweetBuilder = new TweetBuilder();

            tweetBuilder.BuildTweets(path);

            return(tweetBuilder.StatesForDisplay);
        }
Exemplo n.º 2
0
        public static object GetSentimentData()
        {
            var tweetBuilder = new TweetBuilder();

            tweetBuilder.BuildTweets(@"..\DataProcessing\DataToProcess\cali_tweets2014.txt");

            return(tweetBuilder.StatesForDisplay);
        }