No project description provided
Project description
Bengali Sentiment Classifier(BnSentiment)
This page gives a basic introduction to the package.
Installation:
pip install BnSentiment
In Python a BnSentiment is typically written as:
Usage:
import BnSentiment as bs
s = "যতবারই এখানে আসি খুব ভালো লাগে"
s = bs.predict(s)
print(s)
s = "শারীরিক অসুস্থতার কারনে যাওয়া হয়নি"
s = bs.predict(s)
print(s)
Output:
Positive
Negative
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file BnSentiment-0.4-py3-none-any.whl
.
File metadata
- Download URL: BnSentiment-0.4-py3-none-any.whl
- Upload date:
- Size: 9.4 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.4.2 requests/2.21.0 setuptools/42.0.1 requests-toolbelt/0.9.1 tqdm/4.47.0 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 4760eee4bf08df17ee085ce4c7f44423217f85418ffa1c39fa8a63126bcdeee9 |
|
MD5 | 263dccfcd35b0080e4130f9bee3bdf21 |
|
BLAKE2b-256 | 75263bdcd44b69d11eff3290a83a8c346748c5d7d97fc001d376a0f7c643a870 |