Adrien Barbaresi
Adrien Barbaresi
Hi @Awesomecat713, yes, you could try to submit a pull request.
Hi @1over137, yes I could consider it but I lack the time at the moment.
Hi @1over137, I added type annotations and mypy checks in 28f4487a91216bfd686d3b14af428082e7314fc9 & 94f1bfbf47d3331e6055d3b971353f32c491bb7a, so in principle it is be doable to pre-compile the package using [mypyc](https://github.com/mypyc/mypyc).
In fact a transcompiler/transpiler may be more adapted, now that the code is type-checked: - see [transpiler topic](https://github.com/topics/transpiler) - or software such as [py2many](https://github.com/py2many/py2many)
Hi @1over137, thanks for your feedback! Yes, results for some languages are not particularly good. What makes `PyMorphy2` special are a series of heuristics targeting these two languages in particular,...
I think it would better to understand what's wrong first. Are there any systematic errors that we could correct?
Classes of words is a good place to start. Maybe they weren't in the word lists I used or something is wrong with decomposition rules. The greedy option is indeed...
@1over137 I reviewed the files and added further word pairs in e0c0456dea19de8c28ec69a15fc092580ed2e504, so that the library should get better results on Russian.
Hi @rozbb, in this case the download seems to fail. Thanks for your suggestion, I agree that it would be best to return another exit code.
Hi @rozbb, the commit above should work as it should. You can benefit from it by installing the latest version straight from the repository.