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

2moji Indexer #3

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open

2moji Indexer #3

wants to merge 2 commits into from

Conversation

skyrover7
Copy link

PR includes the following files to establish the lowest inscription number of 2 emoji permutations - 2mojis.

  • index-2mojis.js: very small modifications made to the indexer to index all 2mojis. updateGithub() function was commented for the time being (wasn't sure how that was going to respond on my end)
  • lowest-2mojis.json: similar to lowest-emojis.json.
    • shows all of the 2mojis found with their lowest inscription number
    • dataByEmoji imports 2mojis-master.json to check each text inscription against.
  • 2mojis-master.json: master list of permutations including repeats of all 1870 single emojis.
    • generated in python
    • includes the index position of each emoji per data-by-emoji.json. Sample data given below for reference
    • not uploaded here due to its size (~160mb). open to suggestions on where this can be uploaded, so anyone can run the indexer!

2mojis-master.json sample data

{
  "😀😀": [
    0,
    0
  ],
  "😀😃": [
    0,
    1
  ],
  "😀😄": [
    0,
    2
  ],
  "😀😁": [
    0,
    3
  ],
  "😀😆": [
    0,
    4
  ],
  "😀😅": [
    0,
    5
  ],
  "😀🤣": [
    0,
    6
  ],
  "😀😂": [
    0,
    7
  ],
  "😀🙂": [
    0,
    8
  ],
  "😀🙃": [
    0,
    9
  ],
  "😀🫠": [
    0,
    10
  ],

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant