![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/07/f8/150c484535e614d71ca6327c3c085ff27f01b11dceef45b6c111629d27a9/pythainlp-5.0.5.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.5",
"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": "94d0ce537f05d195dcd983aedc32d4a59b1c44f1426092ca57457c11bb8fdd76",
"md5": "62bbc1ad61a5bbd993466dcbcb8ed481",
"sha256": "360a12c8323700785984dd6b1c3d98a4d1299508e41a6bfe812c3ab8a8fadd82"
},
"downloads": -1,
"filename": "pythainlp-5.0.5-py3-none-any.whl",
"has_sig": false,
"md5_digest": "62bbc1ad61a5bbd993466dcbcb8ed481",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.7",
"size": 17909442,
"upload_time": "2024-12-14T14:20:38",
"upload_time_iso_8601": "2024-12-14T14:20:38.823768Z",
"url": "https://files.pythonhosted.org/packages/94/d0/ce537f05d195dcd983aedc32d4a59b1c44f1426092ca57457c11bb8fdd76/pythainlp-5.0.5-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "07f8150c484535e614d71ca6327c3c085ff27f01b11dceef45b6c111629d27a9",
"md5": "5ccf120dfe0eaf7d47712b6325cbf63c",
"sha256": "315a38929c74f878960887472d0d242b25fc45c41d32aa5c89a115372e663bd3"
},
"downloads": -1,
"filename": "pythainlp-5.0.5.tar.gz",
"has_sig": false,
"md5_digest": "5ccf120dfe0eaf7d47712b6325cbf63c",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.7",
"size": 251119,
"upload_time": "2024-12-14T14:20:42",
"upload_time_iso_8601": "2024-12-14T14:20:42.874397Z",
"url": "https://files.pythonhosted.org/packages/07/f8/150c484535e614d71ca6327c3c085ff27f01b11dceef45b6c111629d27a9/pythainlp-5.0.5.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-12-14 14:20:42",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "PyThaiNLP",
"github_project": "pythainlp",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"requirements": [
{
"name": "PyYAML",
"specs": [
[
">=",
"5.4.1"
]
]
},
{
"name": "numpy",
"specs": [
[
">=",
"1.22"
]
]
},
{
"name": "pyicu",
"specs": [
[
">=",
"2.3"
]
]
},
{
"name": "python-crfsuite",
"specs": [
[
">=",
"0.9.7"
]
]
},
{
"name": "requests",
"specs": [
[
">=",
"2.31"
]
]
}
],
"tox": true,
"lcname": "pythainlp"
}