Closed ManyTheFish closed 6 months ago
Implement a normalizer normalizing "œ" / "æ" into "oe" / "ae".
See the Normalizer template to fix this issue.
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! 🤝
Segmenter
Normalizer
Implement a normalizer normalizing "œ" / "æ" into "oe" / "ae".
See the Normalizer template to fix this issue.
Related