![PyThaiNLP Logo](https://avatars0.githubusercontent.com/u/32934255?s=200&v=4)
PyThaiNLP is a Python library for Thai natural language processing.
The library provides functions like word tokenization, part-of-speech tagging,
transliteration, soundex generation, spell checking, and
date and time parsing/formatting.
Website: [pythainlp.github.io](https://pythainlp.github.io/)
# Install
For stable version:
```sh
pip install pythainlp
```
For development version:
```sh
pip install --upgrade --pre pythainlp
```
Some functionalities, like named-entity recognition, require extra packages.
See https://github.com/PyThaiNLP/pythainlp for installation options.
Raw data
{
"_id": null,
"home_page": "https://github.com/PyThaiNLP/pythainlp",
"name": "pythainlp",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.7",
"maintainer_email": null,
"keywords": "pythainlp, NLP, natural language processing, text analytics, text processing, localization, computational linguistics, ThaiNLP, Thai NLP, Thai language",
"author": "PyThaiNLP",
"author_email": "email@wannaphong.com",
"download_url": "https://files.pythonhosted.org/packages/70/7a/310ab8c53cee7fb03efd4d98850b0710fd0641527881bbb29d679f2eaa39/pythainlp-5.0.4.tar.gz",
"platform": null,
"description": "\n![PyThaiNLP Logo](https://avatars0.githubusercontent.com/u/32934255?s=200&v=4)\n\nPyThaiNLP is a Python library for Thai natural language processing.\nThe library provides functions like word tokenization, part-of-speech tagging,\ntransliteration, soundex generation, spell checking, and\ndate and time parsing/formatting.\n\nWebsite: [pythainlp.github.io](https://pythainlp.github.io/)\n\n# Install\n\nFor stable version:\n\n```sh\npip install pythainlp\n```\n\nFor development version:\n\n```sh\npip install --upgrade --pre pythainlp\n```\n\nSome functionalities, like named-entity recognition, require extra packages.\nSee https://github.com/PyThaiNLP/pythainlp for installation options.\n\n\n",
"bugtrack_url": null,
"license": "Apache Software License 2.0",
"summary": "Thai Natural Language Processing library",
"version": "5.0.4",
"project_urls": {
"Bug Tracker": "https://github.com/PyThaiNLP/pythainlp/issues",
"Documentation": "https://pythainlp.github.io/docs/5.0/",
"Homepage": "https://github.com/PyThaiNLP/pythainlp",
"Source Code": "https://github.com/PyThaiNLP/pythainlp",
"Tutorials": "https://pythainlp.github.io/tutorials/"
},
"split_keywords": [
"pythainlp",
" nlp",
" natural language processing",
" text analytics",
" text processing",
" localization",
" computational linguistics",
" thainlp",
" thai nlp",
" thai language"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "af23439ff7a361b2d022a2a63d4ec610359afe0123a419bcd86fca4fec6f1ba5",
"md5": "612f8bbf4f7644df8a55a489db198727",
"sha256": "5f036d558f673215c142c6e32fd38b111d674d94d64f1b03b409fdfed0fa8dcd"
},
"downloads": -1,
"filename": "pythainlp-5.0.4-py3-none-any.whl",
"has_sig": false,
"md5_digest": "612f8bbf4f7644df8a55a489db198727",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 17908381,
"upload_time": "2024-06-02T14:50:05",
"upload_time_iso_8601": "2024-06-02T14:50:05.382470Z",
"url": "https://files.pythonhosted.org/packages/af/23/439ff7a361b2d022a2a63d4ec610359afe0123a419bcd86fca4fec6f1ba5/pythainlp-5.0.4-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "707a310ab8c53cee7fb03efd4d98850b0710fd0641527881bbb29d679f2eaa39",
"md5": "5cd3597cc8806adc430b2244db2ebfaf",
"sha256": "2cd8e088d722617c6065225fffbaf2522bc20b8a3eff5bd2bcb251c40eccdce0"
},
"downloads": -1,
"filename": "pythainlp-5.0.4.tar.gz",
"has_sig": false,
"md5_digest": "5cd3597cc8806adc430b2244db2ebfaf",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 250391,
"upload_time": "2024-06-02T14:50:11",
"upload_time_iso_8601": "2024-06-02T14:50:11.515321Z",
"url": "https://files.pythonhosted.org/packages/70/7a/310ab8c53cee7fb03efd4d98850b0710fd0641527881bbb29d679f2eaa39/pythainlp-5.0.4.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-06-02 14:50:11",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "PyThaiNLP",
"github_project": "pythainlp",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"appveyor": true,
"requirements": [
{
"name": "PyYAML",
"specs": [
[
"==",
"5.4.1"
]
]
},
{
"name": "numpy",
"specs": [
[
"==",
"1.22.*"
]
]
},
{
"name": "python-crfsuite",
"specs": [
[
"==",
"0.9.*"
]
]
},
{
"name": "requests",
"specs": [
[
"==",
"2.31.*"
]
]
}
],
"tox": true,
"lcname": "pythainlp"
}