Hello, you are welcome to SentiLEYE 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 or your document 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 SentileyeClassifer
from sentileye.polarity import result
Raw data
{
"_id": null,
"home_page": "https://github.com/batoog101/SentiLEYE.git",
"name": "SentileyeClassifer",
"maintainer": "",
"docs_url": null,
"requires_python": "",
"maintainer_email": "",
"keywords": "",
"author": "Bayode Ogunleye",
"author_email": "batoog101@yahoo.com",
"download_url": "https://files.pythonhosted.org/packages/fd/f3/0e27d8ad54425c7d3f10cbea312d06a21d34896fd4fcea56b7c779ed0088/SentileyeClassifer-0.2.tar.gz",
"platform": null,
"description": "Hello, you are welcome to SentiLEYE 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 or your document 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 SentileyeClassifer\r\nfrom sentileye.polarity import result\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.2",
"project_urls": {
"Homepage": "https://github.com/batoog101/SentiLEYE.git"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "c3c61a4f9abc351a1ab134b92536f5aeee3a3fdff37b9aaaea85bbee9ef13b17",
"md5": "20b76766ea35ca934349a83fb970ae36",
"sha256": "bdaf030da3e93132b6aa4ef21b310a96502a7f892ba9e6d7f565948dfe7043e2"
},
"downloads": -1,
"filename": "SentileyeClassifer-0.2-py3-none-any.whl",
"has_sig": false,
"md5_digest": "20b76766ea35ca934349a83fb970ae36",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": null,
"size": 47520,
"upload_time": "2023-06-30T19:38:53",
"upload_time_iso_8601": "2023-06-30T19:38:53.039002Z",
"url": "https://files.pythonhosted.org/packages/c3/c6/1a4f9abc351a1ab134b92536f5aeee3a3fdff37b9aaaea85bbee9ef13b17/SentileyeClassifer-0.2-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "fdf30e27d8ad54425c7d3f10cbea312d06a21d34896fd4fcea56b7c779ed0088",
"md5": "8fa298082b2022755704341fab3e02b8",
"sha256": "297e08493338bcfb9df4985a5f99b47ec903b278c0bbbbfa68f5e62baba07276"
},
"downloads": -1,
"filename": "SentileyeClassifer-0.2.tar.gz",
"has_sig": false,
"md5_digest": "8fa298082b2022755704341fab3e02b8",
"packagetype": "sdist",
"python_version": "source",
"requires_python": null,
"size": 3831,
"upload_time": "2023-06-30T19:38:55",
"upload_time_iso_8601": "2023-06-30T19:38:55.012195Z",
"url": "https://files.pythonhosted.org/packages/fd/f3/0e27d8ad54425c7d3f10cbea312d06a21d34896fd4fcea56b7c779ed0088/SentileyeClassifer-0.2.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-06-30 19:38:55",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "batoog101",
"github_project": "SentiLEYE",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "sentileyeclassifer"
}