An open API service indexing awesome lists of open source software.

https://github.com/do-me/emoji-picker

Tutorial repo to build an emoji picker based on SemanticFinder
https://github.com/do-me/emoji-picker

Last synced: about 1 month ago
JSON representation

Tutorial repo to build an emoji picker based on SemanticFinder

Awesome Lists containing this project

README

        

# Semantic Emoji Picker
Tutorial repo to build an emoji picker with SemanticFinder.
Following these ideas, you can build similar applications in a matter of minutes!

image

## Steps

### 1. Download the html
- Source: https://www.unicode.org/emoji/charts/emoji-list.html (it's super slow and takes like 10m to fully load)
- Open the browser dev console and save the part into an index.html file

### 2. Convert html to excel
- Run convert_unicode_html_to_excel.ipynb

image

### 3. Copy and paste text to SemanticFinder

## Searching emoji

- just open https://do-me.github.io/SemanticFinder/?hf=1910_Unicode_Emojis_9e4e14e7
- search for any emoji, by default, it's using semantic search
- if you want to use hybrid search, i.e. using semantic search and full-text search with keywords, you can do so by adding a list of keywords that the text should or should not contain, e.g. like this

image