Process the algorithm will go through:
  1. Convert a sentence to indices based on the location of words in the dictionary.
  2. Get embedding for each word in the sentence (GloVE embedding).
  3. Get prediction vector with the size of (1, 20).
  4. Get emojis ranking by the probability of each emoji in the prediction vector.
Magic will appear here :)