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

Generate emoji map from EmojiOne data #1651

Merged
merged 2 commits into from Oct 29, 2017
Merged

Generate emoji map from EmojiOne data #1651

merged 2 commits into from Oct 29, 2017

Conversation

xPaw
Copy link
Member

@xPaw xPaw commented Oct 19, 2017

No description provided.

@xPaw xPaw added the Type: Feature Tickets that describe a desired feature or PRs that add them to the project. label Oct 19, 2017
@xPaw xPaw changed the title Xpaw/new emoji Generate emoji map from EmojiOne data Oct 19, 2017
@rjackson
Copy link
Contributor

Can we leverage the keyword data as well?

So searching :laugh: would return 3 suggestions, :laughing:, :joy:, : rofl:?

{
  "1f606": {
    "name": "smiling face with open mouth & closed eyes",
    "shortname": ":laughing:",
    "shortname_alternates": [
      ":satisfied:"
    ],
    "keywords": [
      "face",
      "laugh",
      "mouth",
      "open",
      "satisfied",
      "smile"
    ],
    "unicode_output": "1f606"
  },
  "1f602": {
    "name": "face with tears of joy",
    "shortname": ":joy:",
    "shortname_alternates": [],
    "keywords": [
      "face",
      "joy",
      "laugh",
      "tear"
    ],
    "unicode_output": "1f602"
  },
  "1f923": {
    "name": "rolling on the floor laughing",
    "shortname": ":rofl:",
    "shortname_alternates": [
      ":rolling_on_the_floor_laughing:"
    ],
    "keywords": [
      "face",
      "floor",
      "laugh",
      "rolling"
    ],
    "unicode_output": "1f923"
  }
}

@xPaw
Copy link
Member Author

xPaw commented Oct 19, 2017

@RJacksonm1 Fuzzy matching would have to be redone to do it, I'm not willing to do it right now.

@xPaw xPaw added this to the 2.6.0 milestone Oct 19, 2017
@astorije
Copy link
Member

Nice job on the script!

@xPaw xPaw merged commit a60d7e3 into master Oct 29, 2017
@xPaw xPaw deleted the xpaw/new-emoji branch October 29, 2017 08:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Feature Tickets that describe a desired feature or PRs that add them to the project.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants