MycroftAI / lingua-franca

Mycroft's multilingual text parsing and formatting library
Apache License 2.0
75 stars 79 forks source link

Russian language support #213

Closed putnik closed 2 years ago

putnik commented 2 years ago

I added support for the Russian (ru-ru) language. It is based on the source code for Czech and Polish, which are also Slavic languages (many thanks to the authors @Tony763 and @rafaljanicki!)

The support is not perfect at the moment (you can see it from the commented tests), but it covers most cases (thanks a lot for the tests too!) I would like to suggest adding it as it is. This will allow everyone to fully test it.

Tests:

Related PR to mycroft-core: https://github.com/MycroftAI/mycroft-core/pull/3014