Name | PB-Sent JSON |
Version |
0.0.1
JSON |
| download |
home_page | https://github.com/batoog101/SentiLEYE.git |
Summary | A sentiment lexicon algorithm to classify pidgin English and English text into positive, negative or neutral |
upload_time | 2023-06-30 22:42:14 |
maintainer | |
docs_url | None |
author | Bayode Ogunleye |
requires_python | |
license | |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
Hello, you are welcome to PB_Sent classifier
A sentiment lexicon algorithm to classify pidgin English and English text into positive, negative or neutral
To use this system, you can enter raw text directly or enter your document name which should be in a csv file format (for example, data.csv). You need to name the column as 'text'.
The system creates new column for score and class. You should expect the output as shown below.
text score class
the bank is good 2 positive
### How to use the packages
pip install PB_Sent
from sentileye.polarity import result
Follow the instructions, enter your csv filename (for example, data.csv) or your raw text directly to classify.
NB: filename - the csv file must be in your current working directory
Raw data
{
"_id": null,
"home_page": "https://github.com/batoog101/SentiLEYE.git",
"name": "PB-Sent",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "Bayode Ogunleye",
"author_email": "batoog101@yahoo.com",
"download_url": "https://files.pythonhosted.org/packages/3b/44/ff49e2bf7099253252cef544c496d87b94d8166a23a16d957a2e2741647a/PB_Sent-0.0.1.tar.gz",
"platform": null,
"description": "Hello, you are welcome to PB_Sent classifier\r\n\r\nA sentiment lexicon algorithm to classify pidgin English and English text into positive, negative or neutral\r\n\r\n\r\nTo use this system, you can enter raw text directly or enter your document name which should be in a csv file format (for example, data.csv). You need to name the column as 'text'. \r\nThe system creates new column for score and class. You should expect the output as shown below. \r\n\r\n text score class\r\nthe bank is good 2 positive\r\n\r\n\r\n### How to use the packages\r\n\r\npip install PB_Sent\r\n\r\nfrom sentileye.polarity import result\r\n\r\nFollow the instructions, enter your csv filename (for example, data.csv) or your raw text directly to classify. \r\nNB: filename - the csv file must be in your current working directory \r\n\r\n\r\n\r\n",
"bugtrack_url": null,
"license": "",
"summary": "A sentiment lexicon algorithm to classify pidgin English and English text into positive, negative or neutral",
"version": "0.0.1",
"project_urls": {
"Homepage": "https://github.com/batoog101/SentiLEYE.git"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "e4af33f39b8663ad63111338d366122135f314bc234ec1aa1a5ccf0b430affd6",
"md5": "45bd47ff535c8fca37c108e573ddb6dc",
"sha256": "d370b573b527c50eb94c0cfc0049c7f3e2a9367ac2c88d483d9edb9b0fdeeff2"
},
"downloads": -1,
"filename": "PB_Sent-0.0.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "45bd47ff535c8fca37c108e573ddb6dc",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 47582,
"upload_time": "2023-06-30T22:42:12",
"upload_time_iso_8601": "2023-06-30T22:42:12.481575Z",
"url": "https://files.pythonhosted.org/packages/e4/af/33f39b8663ad63111338d366122135f314bc234ec1aa1a5ccf0b430affd6/PB_Sent-0.0.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "3b44ff49e2bf7099253252cef544c496d87b94d8166a23a16d957a2e2741647a",
"md5": "c37ad289875e752b63942c031033b238",
"sha256": "d7c2dccaaedbb5def5583994575ffc6f86d54081beacb1d12ce7839e7cd7deb9"
},
"downloads": -1,
"filename": "PB_Sent-0.0.1.tar.gz",
"has_sig": false,
"md5_digest": "c37ad289875e752b63942c031033b238",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3967,
"upload_time": "2023-06-30T22:42:14",
"upload_time_iso_8601": "2023-06-30T22:42:14.841140Z",
"url": "https://files.pythonhosted.org/packages/3b/44/ff49e2bf7099253252cef544c496d87b94d8166a23a16d957a2e2741647a/PB_Sent-0.0.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-06-30 22:42:14",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "batoog101",
"github_project": "SentiLEYE",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "pb-sent"
}