简体   繁体   中英

Is it possible to do emojis sentiment analysis using textblob?

I am running sentiment analysis on WhatsApp chats using textblob and the result is working on just text but I am getting neutral results on emojis. Is there a way that textblob would see smiling emojis and return a positive result?

I'm pretty sure Textblob specializes on textual data. If you want to factor in the influence of an emoji on text you can demojize (convert emoji into text) it with the help of an external library. Refer to a similar question regarding demojizing here.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM