# 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/ee/4b/2b1674d9172aa7e20afa1f580a2fb5d7feedbea7463694f5c7bdc4768022/sil_machine-1.7.4.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.7.4",
"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": "f276bbccc4586598abe3046adecb3b3b9b90a9034427aa8f44a9b7fbd4acd963",
"md5": "1222f9c15ef37efe5c6d7c13e130107d",
"sha256": "88363b4160af1bb24b1fd523839002975f9c0e2635c3ca73363b55ec3f2d9023"
},
"downloads": -1,
"filename": "sil_machine-1.7.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "1222f9c15ef37efe5c6d7c13e130107d",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<3.13,>=3.9",
"size": 9752739,
"upload_time": "2025-07-16T21:23:00",
"upload_time_iso_8601": "2025-07-16T21:23:00.860600Z",
"url": "https://files.pythonhosted.org/packages/f2/76/bbccc4586598abe3046adecb3b3b9b90a9034427aa8f44a9b7fbd4acd963/sil_machine-1.7.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ee4b2b1674d9172aa7e20afa1f580a2fb5d7feedbea7463694f5c7bdc4768022",
"md5": "d95d9242276a17270e6e0852c021287d",
"sha256": "16ba024ae7f3fe5c0e140e3f95dad56f29ac9300741f338f0a297edddc28fde4"
},
"downloads": -1,
"filename": "sil_machine-1.7.4.tar.gz",
"has_sig": false,
"md5_digest": "d95d9242276a17270e6e0852c021287d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<3.13,>=3.9",
"size": 9398286,
"upload_time": "2025-07-16T21:23:03",
"upload_time_iso_8601": "2025-07-16T21:23:03.589843Z",
"url": "https://files.pythonhosted.org/packages/ee/4b/2b1674d9172aa7e20afa1f580a2fb5d7feedbea7463694f5c7bdc4768022/sil_machine-1.7.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2025-07-16 21:23:03",
"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"
}