Open ZombieCait opened 1 year ago
I don't know about pymorphy3 team's plans, but I have [fast] version in my fork: https://github.com/pymorphy2-fork/pymorphy2
But I haven't published my fork on pypi.org yet. In general, for [fast] pymorphy[2/3] needs DAWG recompiled for newer versions of Python, and I have a fork of it too: https://github.com/pymorphy2-fork/DAWG, and I've even published on pypi.org already: https://pypi.org/project/DAWG2/, but for now it needs a C++ compilier installed (which is not a problem on Linux, but could be a problem on Windows and Mac)
Hi! It's really great that you decided to develop this project further, thank you for this!
I would like to know if it is planned to add an optimized version of the library as it was in pymorphy2?