-
Notifications
You must be signed in to change notification settings - Fork 4
Description
Hello dear Armtreebank Tokenizer developers!
I wonder, is it possible distribute this package via PyPI?
For the context, I am working on a multilingual project that requires splitting texts (including Armenian ones) into sentences and words. And your tokenizer seems to be the only one available in Python for Armenian.
Right now, I am using it by cloning the repository and manually adding path to it to my environment variables. But it would be much more convenient if I could pip install arm_treebank_tokenizer instead.
If you don't mind, I could submit a pull request with the necessary changes in the repository (e.g. adding a pyproject.toml file). And then some of the repository maintainers would have to publish it on PyPI (a good instruction on how to do it can be found at https://packaging.python.org/en/latest/).