# Machine for Python
Machine is a natural language processing library. It is specifically focused on providing tools and techniques that are useful for processing languages that are very resource-poor. The library is also useful as a foundation for building more advanced language processing techniques. The library currently only provides a basic set of algorithms, but the goal is to include many more in the future.
## Installation
Machine is available as a pip package:
```
pip install sil-machine
```
## Tutorials
If you would like to find out more about how to use Machine, check out the tutorial Jupyter notebooks:
- [Tokenization](https://githubtocolab.com/sillsdev/machine.py/blob/main/samples/tokenization.ipynb)
- [Text Corpora](https://githubtocolab.com/sillsdev/machine.py/blob/main/samples/corpora.ipynb)
- [Word Alignment](https://githubtocolab.com/sillsdev/machine.py/blob/main/samples/word_alignment.ipynb)
- [Machine Translation](https://githubtocolab.com/sillsdev/machine.py/blob/main/samples/machine_translation.ipynb)
- [Paratext/USFM Processing](https://githubtocolab.com/sillsdev/machine.py/blob/main/samples/paratext_usfm.ipynb)
Raw data
{
"_id": null,
"home_page": "https://github.com/sillsdev/machine.py",
"name": "sil-machine",
"maintainer": "Damien Daspit",
"docs_url": null,
"requires_python": "<3.13,>=3.9",
"maintainer_email": "damien_daspit@sil.org",
"keywords": "machine, translation, natural, language, processing",
"author": "SIL International",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/c9/91/09eaf03f7a60ae752008d93dda1928223e74b9cc4961aa4212e32b7947b7/sil_machine-1.3.0.tar.gz",
"platform": null,
"description": "# Machine for Python\n\nMachine is a natural language processing library. It is specifically focused on providing tools and techniques that are useful for processing languages that are very resource-poor. The library is also useful as a foundation for building more advanced language processing techniques. The library currently only provides a basic set of algorithms, but the goal is to include many more in the future.\n\n## Installation\n\nMachine is available as a pip package:\n\n```\npip install sil-machine\n```\n\n## Tutorials\n\nIf you would like to find out more about how to use Machine, check out the tutorial Jupyter notebooks:\n\n- [Tokenization](https://githubtocolab.com/sillsdev/machine.py/blob/main/samples/tokenization.ipynb)\n- [Text Corpora](https://githubtocolab.com/sillsdev/machine.py/blob/main/samples/corpora.ipynb)\n- [Word Alignment](https://githubtocolab.com/sillsdev/machine.py/blob/main/samples/word_alignment.ipynb)\n- [Machine Translation](https://githubtocolab.com/sillsdev/machine.py/blob/main/samples/machine_translation.ipynb)\n- [Paratext/USFM Processing](https://githubtocolab.com/sillsdev/machine.py/blob/main/samples/paratext_usfm.ipynb)",
"bugtrack_url": null,
"license": "MIT",
"summary": "A natural language processing library that is focused on providing tools for resource-poor languages.",
"version": "1.3.0",
"project_urls": {
"Homepage": "https://github.com/sillsdev/machine.py",
"Repository": "https://github.com/sillsdev/machine.py"
},
"split_keywords": [
"machine",
" translation",
" natural",
" language",
" processing"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "abeb3f2aa9d197daec751f449141f09edae4a4e7a5828dc4be64f9bbeefddc47",
"md5": "ffce40b154c12937b5640ec5040b2d09",
"sha256": "3e0c38f483b7c8e7fd11ed67b25c0923e29029ddfc75414fa0ccc90a74c0adce"
},
"downloads": -1,
"filename": "sil_machine-1.3.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ffce40b154c12937b5640ec5040b2d09",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<3.13,>=3.9",
"size": 9742983,
"upload_time": "2024-10-30T17:28:27",
"upload_time_iso_8601": "2024-10-30T17:28:27.241473Z",
"url": "https://files.pythonhosted.org/packages/ab/eb/3f2aa9d197daec751f449141f09edae4a4e7a5828dc4be64f9bbeefddc47/sil_machine-1.3.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "c99109eaf03f7a60ae752008d93dda1928223e74b9cc4961aa4212e32b7947b7",
"md5": "011fb546aa4d969678b8d0c0c83a9ee8",
"sha256": "64f31a44c89b00a8565893a4776150456c0ca1d68bb0dcce4f2af899810908d7"
},
"downloads": -1,
"filename": "sil_machine-1.3.0.tar.gz",
"has_sig": false,
"md5_digest": "011fb546aa4d969678b8d0c0c83a9ee8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<3.13,>=3.9",
"size": 9397465,
"upload_time": "2024-10-30T17:28:30",
"upload_time_iso_8601": "2024-10-30T17:28:30.218823Z",
"url": "https://files.pythonhosted.org/packages/c9/91/09eaf03f7a60ae752008d93dda1928223e74b9cc4961aa4212e32b7947b7/sil_machine-1.3.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-30 17:28:30",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "sillsdev",
"github_project": "machine.py",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "sil-machine"
}