unicode_utils.py

View code on Github

Module for a function to get emojis we want to filter from suggestions.

scribe_data.unicode.unicode_utils.get_emojis_to_ignore() str[source]

Return a list of emojis based on relationships that we want to remove from emoji suggestions.

Returns:
str

All emojis that should not be included in emoji suggestions.

scribe_data.unicode.unicode_utils.get_emoji_codes_to_ignore() list[bytes][source]

Return a list of emojis codes based on relationships that we want to remove from emoji suggestions.

Returns:
list

All emoji codes that should be ignored in emoji processing.