sil-machine


Namesil-machine JSON
Version 1.1.0 PyPI version JSON
download
home_pagehttps://github.com/sillsdev/machine.py
SummaryA natural language processing library that is focused on providing tools for resource-poor languages.
upload_time2024-09-10 18:36:51
maintainerDamien Daspit
docs_urlNone
authorSIL International
requires_python<3.12,>=3.8.1
licenseMIT
keywords machine translation natural language processing
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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://nbviewer.org/github/sillsdev/machine.py/blob/main/samples/tokenization.ipynb)
- [Text Corpora](https://nbviewer.org/github/sillsdev/machine.py/blob/main/samples/corpora.ipynb)
- [Word Alignment](https://nbviewer.org/github/sillsdev/machine.py/blob/main/samples/word_alignment.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.12,>=3.8.1",
    "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/63/29/1d5fe4b0417f0e5f07cf0cba56d2dccbc5c9c22dcab35cf8e5204c3bbaf1/sil_machine-1.1.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://nbviewer.org/github/sillsdev/machine.py/blob/main/samples/tokenization.ipynb)\n- [Text Corpora](https://nbviewer.org/github/sillsdev/machine.py/blob/main/samples/corpora.ipynb)\n- [Word Alignment](https://nbviewer.org/github/sillsdev/machine.py/blob/main/samples/word_alignment.ipynb)\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "A natural language processing library that is focused on providing tools for resource-poor languages.",
    "version": "1.1.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": "769d1978e507d251bc26a89f870f7d5df12eca3a6738ad19f75e75a735e54a81",
                "md5": "531e05ff8d4282e367eb7f44527a61c6",
                "sha256": "4290254b4c040d7f8652d9b2b5e87a778c256c652593641861073f6a9b3c0215"
            },
            "downloads": -1,
            "filename": "sil_machine-1.1.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "531e05ff8d4282e367eb7f44527a61c6",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": "<3.12,>=3.8.1",
            "size": 9742068,
            "upload_time": "2024-09-10T18:36:49",
            "upload_time_iso_8601": "2024-09-10T18:36:49.245020Z",
            "url": "https://files.pythonhosted.org/packages/76/9d/1978e507d251bc26a89f870f7d5df12eca3a6738ad19f75e75a735e54a81/sil_machine-1.1.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "63291d5fe4b0417f0e5f07cf0cba56d2dccbc5c9c22dcab35cf8e5204c3bbaf1",
                "md5": "92b25e24a0802c31166aae05122043a2",
                "sha256": "5e8610597be446295b6ebc51e7e926ad72a2d650d99a216c7a2af8d95d69c0e3"
            },
            "downloads": -1,
            "filename": "sil_machine-1.1.0.tar.gz",
            "has_sig": false,
            "md5_digest": "92b25e24a0802c31166aae05122043a2",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": "<3.12,>=3.8.1",
            "size": 9396309,
            "upload_time": "2024-09-10T18:36:51",
            "upload_time_iso_8601": "2024-09-10T18:36:51.835124Z",
            "url": "https://files.pythonhosted.org/packages/63/29/1d5fe4b0417f0e5f07cf0cba56d2dccbc5c9c22dcab35cf8e5204c3bbaf1/sil_machine-1.1.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-09-10 18:36:51",
    "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"
}
        
Elapsed time: 0.37471s