To do this, first convert numbers into words using something like the `num2words` library. And then use `pymorphy2` to set the correct endings. [An example of how this can be implemented.](https://github.com/Navatusein/Silero-TTS-Service/blob/main/app/normalizer.py)