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