Example #1
0
 public Dictionary <string, double> GetSentiments()
 {
     return(SentimentParser.ParseSentiment(fileName));
 }
 private Database()
 {
     sentiments = SentimentParser.Parse(@"..\..\..\Data\Sentiments\sentiments.csv");
 }