meilisearch / charabia

Library used by Meilisearch to tokenize queries and documents
MIT License
262 stars 89 forks source link

Normalize "œ" / "æ" into "oe" / "ae" #268

Closed ManyTheFish closed 6 months ago

ManyTheFish commented 9 months ago

Implement a normalizer normalizing "œ" / "æ" into "oe" / "ae".

See the Normalizer template to fix this issue.

Related


Hey! 👋 Before starting any implementation, make sure that you read the CONTRIBUTING.md file. In addition to the recurrent rules, you can find some guides to easily implement a Segmenter or a Normalizer. Thanks a lot for your Contribution! 🤝