NeelShah18 / emot

Open source Emoticons and Emoji detection library: emot

Home Page:https://pypi.org/project/emot/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hi I have a question,

NeelShah18 opened this issue · comments

code:
content='Q: what's your favorite song? :D A: I like too many songs to have a favorite'
ans = emot.emoticons(content)

Input:
Q: what's your favorite song? :D A: I like too many songs to have a favorite
Output:
[{'flag': False}]
I think my output it's wrong

Originally posted by @martin8408 in #11 (comment)

Yes, I got the point, it is happening because i use re.IGNORECASE in emoticons input. I ma changing it release bug free code till weekend end.
Thanks for the bug.

@martin8408 I solved the issue now it will give correct output. Thanks for bug and helping to improve this library :-)