Sentiment dictionary file and the punctuation characters
const string DICTIONARYFILENAME = @"..\..\dictionary.tsv";
Como devo completar este campo que vai receber. É o nome do arquivo e o local do direction.tsv
private static char[] _punctuationChars = new[] {
' ', '!', '\"', '#', '$', '%', '&', '\'', '(', ')', '*', '+', ',', '-', '.', '/', //ascii 23--47
':', ';', '<', '=', '>', '?', '@', '[', ']', '^', '_', '`', '{', '|', '}', '~' }; //ascii 58--64 + misc.