-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3221 from Mindful-AI-Assistants/FabianaCampanari-…
…patch-1 Create emojisDatasets.md
- Loading branch information
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |