{ "info": { "author": "wannaphong", "author_email": "wannaphong@kkumail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Natural Language :: Thai", "Programming Language :: Python :: 3", "Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Text Processing", "Topic :: Text Processing :: General", "Topic :: Text Processing :: Linguistic" ], "description": "# Python Thai Sentiment Analysis (PyThaiSA)\n\n[![Build Status](https://travis-ci.org/PyThaiNLP/thai-sentiment-analysis.svg?branch=master)](https://travis-ci.org/PyThaiNLP/thai-sentiment-analysis)\n[![Coverage Status](https://coveralls.io/repos/github/PyThaiNLP/thai-sentiment-analysis/badge.svg?branch=master)](https://coveralls.io/github/PyThaiNLP/thai-sentiment-analysis?branch=master)\n\n\nPython Thai sentiment analysis **(For Dev only)**\n\n## Install\n\n```\n$ pip install https://github.com/PyThaiNLP/thai_sentiment_analysis/archive/master.zip\n```\n\n## Use\n\nGoogle Colab : https://colab.research.google.com/drive/17y4tc69O6Z-dr1LbgR5FlPYZK46xCKbY\n\n```python\nfrom pythaisa import *\ndatatrain=[(\"\u0e09\u0e31\u0e19\u0e23\u0e31\u0e01\u0e04\u0e38\u0e13\",\"love\"),(\"\u0e1c\u0e21\u0e01\u0e47\u0e23\u0e31\u0e01\u0e04\u0e38\u0e13\u0e40\u0e2b\u0e21\u0e37\u0e2d\u0e19\u0e01\u0e31\u0e19\",\"love\"),(\"\u0e40\u0e01\u0e25\u0e35\u0e22\u0e14\u0e04\u0e38\u0e13\",\"neg\"),(\"\u0e40\u0e01\u0e25\u0e35\u0e22\u0e14\u0e40\u0e2b\u0e21\u0e37\u0e2d\u0e19\u0e01\u0e31\u0e19\",\"neg\")]\nm=model(name=\"test\",train_dataset=datatrain)\nm.train()\nprint(m.predict(\"\u0e09\u0e31\u0e19\u0e23\u0e31\u0e01\u0e04\u0e38\u0e13\"))\n```\n\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/PyThaiNLP/thai_sentiment_analysis", "keywords": "NLP,natural language processing,text analytics,ThaiNLP,text processing,localization", "license": "Apache Software License 2.0", "maintainer": "", "maintainer_email": "", "name": "pythaisa", "package_url": "https://pypi.org/project/pythaisa/", "platform": "", "project_url": "https://pypi.org/project/pythaisa/", "project_urls": { "Homepage": "https://github.com/PyThaiNLP/thai_sentiment_analysis" }, "release_url": "https://pypi.org/project/pythaisa/0.2.1/", "requires_dist": [ "pythainlp", "nltk" ], "requires_python": ">=3.6", "summary": "Python Thai Sentiment Analysis", "version": "0.2.1" }, "last_serial": 5865211, "releases": { "0.1.dev1": [ { "comment_text": "", "digests": { "md5": "c1b84692bc8708115bb2b351ca5cf45d", "sha256": "6daf0ca532ece6ff893927a6a7f6bb648ca784bb603a2ce02e60acceb70b4077" }, "downloads": -1, "filename": "pythaisa-0.1.dev1-py3-none-any.whl", "has_sig": false, "md5_digest": "c1b84692bc8708115bb2b351ca5cf45d", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 6741, "upload_time": "2019-09-17T17:19:53", "url": "https://files.pythonhosted.org/packages/b3/12/60d872a92b9dc369cb3554f5e7fa483a85c5da933b04984a85613964470a/pythaisa-0.1.dev1-py3-none-any.whl" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "2f3ea3924af833639c9be48eefabac16", "sha256": "570c948878d889ce853f4b8d827821fb431ff0448dc94f5301c21d3f60b22ec8" }, "downloads": -1, "filename": "pythaisa-0.2.1-py3-none-any.whl", "has_sig": false, "md5_digest": "2f3ea3924af833639c9be48eefabac16", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 7310, "upload_time": "2019-09-21T05:21:46", "url": "https://files.pythonhosted.org/packages/28/c0/fcd42968c391d1c86b9f1219a2eec7596d09b776f5a1dcd353ff00ecf66b/pythaisa-0.2.1-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "2f3ea3924af833639c9be48eefabac16", "sha256": "570c948878d889ce853f4b8d827821fb431ff0448dc94f5301c21d3f60b22ec8" }, "downloads": -1, "filename": "pythaisa-0.2.1-py3-none-any.whl", "has_sig": false, "md5_digest": "2f3ea3924af833639c9be48eefabac16", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 7310, "upload_time": "2019-09-21T05:21:46", "url": "https://files.pythonhosted.org/packages/28/c0/fcd42968c391d1c86b9f1219a2eec7596d09b776f5a1dcd353ff00ecf66b/pythaisa-0.2.1-py3-none-any.whl" } ] }