Emoji To Text Indonesia
List of emoji and description in Indonesia
@kaggle.yasirabd_emoji_to_text_indonesia
List of emoji and description in Indonesia
@kaggle.yasirabd_emoji_to_text_indonesia
The dataset was scraped from emoticon.id
There are two columns emoji and makna.
emoji contains emoticons.makna contains the description of the emoji.CREATE TABLE emoji_to_text (
"emoji" VARCHAR,
"makna" VARCHAR
);Anyone who has the link will be able to view this.