LaoNLP


NameLaoNLP JSON
Version 1.1.2 PyPI version JSON
download
home_pagehttps://github.com/wannaphong/laonlp
SummaryLao Natural Language Processing library
upload_time2023-09-23 19:04:27
maintainer
docs_urlNone
authorWannaphong
requires_python>=3.6
licenseApache Software License 2.0
keywords lao nlp natural language processing text analytics text processing localization computational linguistics lao language
VCS
bugtrack_url
requirements pythainlp
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # LaoNLP
[![](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&link=https://github.com/sponsors/wannaphong/)](https://github.com/sponsors/wannaphong/)
[![Downloads](https://pepy.tech/badge/laonlp)](https://pepy.tech/project/laonlp)
[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.6833407.svg)](https://doi.org/10.5281/zenodo.6833407)
[![Coverage Status](https://coveralls.io/repos/github/wannaphong/LaoNLP/badge.svg?branch=master)](https://coveralls.io/github/wannaphong/LaoNLP?branch=master)

Lao language Natural Language Processing (NLP)

## Features

- Word tokenizer
- Sentence tokenizer
- Part-of-speech
- Lao to Thai script
- Thai to Lao script
- Word dictionary
- Word Vector

## Install
```
pip install laonlp
```

### Installation Options

Some functionalities, like word vectors, may require extra packages. To install those requirements, specify a set of `[name]` immediately after `laonlp`:

```
pip install laonlp[extra1,extra2,...]
```

<details>
  <summary>List of possible <code>extras</code></summary>

- `full` (install everything)
- `word_vector` (for support of word vector functionalities)
</details>

For dependency details, look at `extras` variable in [`setup.py`](https://github.com/wannaphong/LaoNLP/blob/master/setup.py).

Documentation: https://github.com/wannaphong/LaoNLP/wiki

## Citations

If you use `LaoNLP` in your project or publication, please cite the library as follows

```
Wannaphong Phatthiyaphaibun. (2022). LaoNLP: Lao language Natural Language Processing. Zenodo. https://doi.org/10.5281/zenodo.6833407
```

or BibTeX entry:

``` bib
@misc{wannaphong_phatthiyaphaibun_2022_6833407,
  author       = {Wannaphong Phatthiyaphaibun},
  title        = {LaoNLP: Lao language Natural Language Processing},
  month        = jul,
  year         = 2022,
  publisher    = {Zenodo},
  doi          = {10.5281/zenodo.6833407},
  url          = {https://doi.org/10.5281/zenodo.6833407}
}
```

## License

```
   Copyright 2020 - 2023 Wannaphong Phatthiyaphaibun

   Licensed under the Apache License, Version 2.0 (the "License");
   you may not use this file except in compliance with the License.
   You may obtain a copy of the License at

       http://www.apache.org/licenses/LICENSE-2.0

   Unless required by applicable law or agreed to in writing, software
   distributed under the License is distributed on an "AS IS" BASIS,
   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
   See the License for the specific language governing permissions and
   limitations under the License.
 ```

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/wannaphong/laonlp",
    "name": "LaoNLP",
    "maintainer": "",
    "docs_url": null,
    "requires_python": ">=3.6",
    "maintainer_email": "",
    "keywords": "lao,NLP,natural language processing,text analytics,text processing,localization,computational linguistics,Lao language",
    "author": "Wannaphong",
    "author_email": "wannaphong@yahoo.com",
    "download_url": "https://files.pythonhosted.org/packages/65/a9/56270c0ccf32a27272492816c3d402723f03b67817c2cb60d041c3e5d8a7/LaoNLP-1.1.2.tar.gz",
    "platform": null,
    "description": "# LaoNLP\n[![](https://img.shields.io/static/v1?label=Sponsor&message=%E2%9D%A4&logo=GitHub&link=https://github.com/sponsors/wannaphong/)](https://github.com/sponsors/wannaphong/)\n[![Downloads](https://pepy.tech/badge/laonlp)](https://pepy.tech/project/laonlp)\n[![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.6833407.svg)](https://doi.org/10.5281/zenodo.6833407)\n[![Coverage Status](https://coveralls.io/repos/github/wannaphong/LaoNLP/badge.svg?branch=master)](https://coveralls.io/github/wannaphong/LaoNLP?branch=master)\n\nLao language Natural Language Processing (NLP)\n\n## Features\n\n- Word tokenizer\n- Sentence tokenizer\n- Part-of-speech\n- Lao to Thai script\n- Thai to Lao script\n- Word dictionary\n- Word Vector\n\n## Install\n```\npip install laonlp\n```\n\n### Installation Options\n\nSome functionalities, like word vectors, may require extra packages. To install those requirements, specify a set of `[name]` immediately after `laonlp`:\n\n```\npip install laonlp[extra1,extra2,...]\n```\n\n<details>\n  <summary>List of possible <code>extras</code></summary>\n\n- `full` (install everything)\n- `word_vector` (for support of word vector functionalities)\n</details>\n\nFor dependency details, look at `extras` variable in [`setup.py`](https://github.com/wannaphong/LaoNLP/blob/master/setup.py).\n\nDocumentation: https://github.com/wannaphong/LaoNLP/wiki\n\n## Citations\n\nIf you use `LaoNLP` in your project or publication, please cite the library as follows\n\n```\nWannaphong Phatthiyaphaibun. (2022). LaoNLP: Lao language Natural Language Processing. Zenodo. https://doi.org/10.5281/zenodo.6833407\n```\n\nor BibTeX entry:\n\n``` bib\n@misc{wannaphong_phatthiyaphaibun_2022_6833407,\n  author       = {Wannaphong Phatthiyaphaibun},\n  title        = {LaoNLP: Lao language Natural Language Processing},\n  month        = jul,\n  year         = 2022,\n  publisher    = {Zenodo},\n  doi          = {10.5281/zenodo.6833407},\n  url          = {https://doi.org/10.5281/zenodo.6833407}\n}\n```\n\n## License\n\n```\n   Copyright 2020 - 2023 Wannaphong Phatthiyaphaibun\n\n   Licensed under the Apache License, Version 2.0 (the \"License\");\n   you may not use this file except in compliance with the License.\n   You may obtain a copy of the License at\n\n       http://www.apache.org/licenses/LICENSE-2.0\n\n   Unless required by applicable law or agreed to in writing, software\n   distributed under the License is distributed on an \"AS IS\" BASIS,\n   WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n   See the License for the specific language governing permissions and\n   limitations under the License.\n ```\n",
    "bugtrack_url": null,
    "license": "Apache Software License 2.0",
    "summary": "Lao Natural Language Processing library",
    "version": "1.1.2",
    "project_urls": {
        "Bug Reports": "https://github.com/wannaphong/LaoNLP/issues",
        "Documentation": "https://github.com/wannaphong/LaoNLP/wiki",
        "Homepage": "https://github.com/wannaphong/laonlp",
        "Source": "https://github.com/wannaphong/LaoNLP"
    },
    "split_keywords": [
        "lao",
        "nlp",
        "natural language processing",
        "text analytics",
        "text processing",
        "localization",
        "computational linguistics",
        "lao language"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "b922b132abdc7a0fedf582b6be4591691b3f04836cbe84416eb6c3792272b5a5",
                "md5": "b161c3a01cffdb677506979734867c8c",
                "sha256": "6712ea069b95b2f241f71dfa622263fda00ea3448a92d9c10c8ce6c9dfc535e0"
            },
            "downloads": -1,
            "filename": "LaoNLP-1.1.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b161c3a01cffdb677506979734867c8c",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.6",
            "size": 2658829,
            "upload_time": "2023-09-23T19:04:25",
            "upload_time_iso_8601": "2023-09-23T19:04:25.679439Z",
            "url": "https://files.pythonhosted.org/packages/b9/22/b132abdc7a0fedf582b6be4591691b3f04836cbe84416eb6c3792272b5a5/LaoNLP-1.1.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "65a956270c0ccf32a27272492816c3d402723f03b67817c2cb60d041c3e5d8a7",
                "md5": "09fa0a2e73e50e558c9abfc21a9a6b42",
                "sha256": "36240b92dea33e9f20007b20145a13d13771a80e8724abbab634a5ffe35672ba"
            },
            "downloads": -1,
            "filename": "LaoNLP-1.1.2.tar.gz",
            "has_sig": false,
            "md5_digest": "09fa0a2e73e50e558c9abfc21a9a6b42",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.6",
            "size": 2593971,
            "upload_time": "2023-09-23T19:04:27",
            "upload_time_iso_8601": "2023-09-23T19:04:27.628375Z",
            "url": "https://files.pythonhosted.org/packages/65/a9/56270c0ccf32a27272492816c3d402723f03b67817c2cb60d041c3e5d8a7/LaoNLP-1.1.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-23 19:04:27",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "wannaphong",
    "github_project": "laonlp",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [
        {
            "name": "pythainlp",
            "specs": [
                [
                    ">=",
                    "3.0.0"
                ]
            ]
        }
    ],
    "lcname": "laonlp"
}
        
Elapsed time: 0.12246s