trinker / sentimentr

Dictionary based sentiment analysis that considers valence shifters
Other
427 stars 84 forks source link

Emoji support #38

Closed trinker closed 6 years ago

trinker commented 7 years ago

stringi is likely to do OS indepen. conversion of (escape sequence) bytes to unicode (or something like that) that can then be used to look up the emoji name. Use the reqex to pull them out.

then use Unicode package to go the rest of the way u_char_name(as.u_char('U+2702'))

trinker commented 7 years ago

https://github.com/gagolews/stringi/issues/262

cschwem2er commented 7 years ago

Hi, first of all thanks for this awesome package! I'm currently using it to get sentiments for billions of youtube comments. Are there any updates on the use of emojis? Especially for social media texts this would be a big deal.

trinker commented 7 years ago

Not currently...waiting on the stringi update icu to higher version