Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create emojisDatasets.md #3221

Merged
merged 1 commit into from
Sep 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 17 additions & 0 deletions emojisDatasets.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
## Emojis Datasets

Here are some emoji datasets that might be useful for you:

1. **EmoTag**: A resource centered on emojis for emotion and sentiment analysis based on Twitter data. It contains pairs of emojis and emotions annotated by humans, frequencies of word and emoji co-occurrences, and much more¹.
2. **SEntiMoji**: A dataset, code, and pre-trained models for sentiment analysis and emotion detection in the software engineering domain. It uses texts containing emojis from GitHub and Twitter².
3. **Emoji Data**: This project provides easy-to-analyze data about emojis, along with spritesheet-style images for web use. It supports version 15.1 of the emojis³.
4. **Emojibase**: A collection of JSON emoji datasets, including localized data, versioned data, and metadata⁴.
5. **Full Emoji Image Dataset**: A set of emoji images for each company, such as Apple, Facebook, etc., available on Kaggle⁵.

If you need more details or help with any of these datasets, just let me know! 😊

¹: [EmoTag](https://github.com/abushoeb/EmoTag)
²: [SEntiMoji](https://github.com/SEntiMoji/SEntiMoji)
³: [Emoji Data](https://github.com/iamcal/emoji-data)
⁴: [Emojibase](https://emojibase.dev/)
⁵: [Full Emoji Image Dataset](https://www.kaggle.com/datasets/subinium/emojiimage-dataset)