I am currently doing a sentiment analysis project about the online tweets. The tweets were collected by a previous guy in my group using R. And now I am using Python. A sample of the collected tweets is given below:
Wherever we go with it becomes a cafe!
.....
<ed><U+00A0><U+00BD><ed><U+00B3><U+00B7>: mad.maps - "Slow down and <url>
It seems like the <ed><U+00A0><U+00BD><ed><U+00B3><U+00B7>
corresponds to the emoji after checking the original tweet. Hence, I really want to know how to transform the <ed>...<ed>...
things to the correct emoji. Or how could I link the <ed><U+00A0><U+00BD><ed><U+00B3><U+00B7>
stuff to 's Unicode, which is U+1F4F7
?
Any help and insights would be appreciated! Thank you!
PS:
The Emoji-Unicode pair I am using is given here: Full Emoji List, v11.0
This pdf file also provides some emoji-emoji_code pair, but it is not enough: emoji to emoji code