You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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/).
The text was updated successfully, but these errors were encountered:
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/).The text was updated successfully, but these errors were encountered: