sil-machine


Namesil-machine JSON
Version 1.0.1 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_time2023-11-22 18:07:48
maintainerDamien Daspit
docs_urlNone
authorSIL International
requires_python>=3.8,<3.12
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.8,<3.12",
    "maintainer_email": "damien_daspit@sil.org",
    "keywords": "machine,translation,natural,language,processing",
    "author": "SIL International",
    "author_email": "",
    "download_url": "https://files.pythonhosted.org/packages/51/69/7ae3af027da9d7cf446ae01ca800a51a6b5da5da662b69a876ee126dc1fa/sil_machine-1.0.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://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.0.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": "985a3602627fd0085002ac355062fc1057e182ab0dabc67d93194141663b0d0c",
                "md5": "0ca6413802b6be3a668d8c8315a98831",
                "sha256": "a5b9496a7e14d90918376f160339b61a4da9b6afd9b033c7244a38863882c0eb"
            },
            "downloads": -1,
            "filename": "sil_machine-1.0.1-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "0ca6413802b6be3a668d8c8315a98831",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.8,<3.12",
            "size": 5510020,
            "upload_time": "2023-11-22T18:07:43",
            "upload_time_iso_8601": "2023-11-22T18:07:43.618842Z",
            "url": "https://files.pythonhosted.org/packages/98/5a/3602627fd0085002ac355062fc1057e182ab0dabc67d93194141663b0d0c/sil_machine-1.0.1-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "51697ae3af027da9d7cf446ae01ca800a51a6b5da5da662b69a876ee126dc1fa",
                "md5": "fe94f720e135b7d2f69484db36091ed5",
                "sha256": "5354ddb2fb739a8fdadc0d01ac3cf5de4cce4253aee771a149bbcdaed725c491"
            },
            "downloads": -1,
            "filename": "sil_machine-1.0.1.tar.gz",
            "has_sig": false,
            "md5_digest": "fe94f720e135b7d2f69484db36091ed5",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.8,<3.12",
            "size": 5347153,
            "upload_time": "2023-11-22T18:07:48",
            "upload_time_iso_8601": "2023-11-22T18:07:48.356813Z",
            "url": "https://files.pythonhosted.org/packages/51/69/7ae3af027da9d7cf446ae01ca800a51a6b5da5da662b69a876ee126dc1fa/sil_machine-1.0.1.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-11-22 18:07:48",
    "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.14234s