thisandagain / sentiment

AFINN-based sentiment analysis for Node.js.
MIT License
2.64k stars 311 forks source link

Escape question marks along with other forms of punctuations #166

Closed oleoneto closed 5 years ago

oleoneto commented 5 years ago

tokenize.js ignores !, ., and other punctuation symbols already, yet it does not escape ?.

thisandagain commented 5 years ago

Resolved by GH-167