# 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/4e/48/46e72376bdda1289eff4b7f2f48e764dc8cf4b8ef19a1c45c896826cc3ae/sil_machine-1.8.1.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.8.1",
"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": "a8a2f317ed95e2ac728c468e406791e6bc5bd589a90f2b2c6d60cf0e586b95bd",
"md5": "ead0527a75bb64577a9909e25cd8610f",
"sha256": "42fbc9ca9192d915d9b0a021601db79a9e0e4bf9c9d114c50845f7777d2901c0"
},
"downloads": -1,
"filename": "sil_machine-1.8.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "ead0527a75bb64577a9909e25cd8610f",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<3.13,>=3.9",
"size": 9783725,
"upload_time": "2025-09-08T16:14:18",
"upload_time_iso_8601": "2025-09-08T16:14:18.202197Z",
"url": "https://files.pythonhosted.org/packages/a8/a2/f317ed95e2ac728c468e406791e6bc5bd589a90f2b2c6d60cf0e586b95bd/sil_machine-1.8.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "4e4846e72376bdda1289eff4b7f2f48e764dc8cf4b8ef19a1c45c896826cc3ae",
"md5": "ad354aca9bfc80e1c62458910ac5ccdc",
"sha256": "f060ac8a1395620ac4edd99de1821c2d86ba430383cb6a3879c82a1a23696ee0"
},
"downloads": -1,
"filename": "sil_machine-1.8.1.tar.gz",
"has_sig": false,
"md5_digest": "ad354aca9bfc80e1c62458910ac5ccdc",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<3.13,>=3.9",
"size": 9416082,
"upload_time": "2025-09-08T16:14:20",
"upload_time_iso_8601": "2025-09-08T16:14:20.816346Z",
"url": "https://files.pythonhosted.org/packages/4e/48/46e72376bdda1289eff4b7f2f48e764dc8cf4b8ef19a1c45c896826cc3ae/sil_machine-1.8.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-09-08 16:14:20",
"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"
}