designer-edu / designer

MIT License
5 stars 1 forks source link

Emoji synonym suggestions? #23

Open acbart opened 2 years ago

acbart commented 2 years ago

This is an idea, but we could have the emoji function recognize synonyms and make suggestions based on similar words. If you use car, then it might suggest automobile, for instance.

How to do this? A heavy solution would be something like NLTK, but that seems excessive and error-prone. I kind of think we might need to scrape a list of synonyms and keep a curated list?