MAIF / melusine

📧 Melusine: Use python to automatize your email processing workflow
https://maif.github.io/melusine
Other
352 stars 58 forks source link

Stemmer and Emoji Flagger #131

Closed TFA-MAIF closed 2 years ago

TFA-MAIF commented 2 years ago

Description of Problem: Need a stemmed column and flag emoji in text

Overview of the Solution: Develop a stemmer Develop preprocess function to flag emojis

Examples: Stemmer ["envoye", "courrier"] becomes ["envoy", "courri"] ["semblerait", "trouver"] becomes ["sembl", "trouv"]