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