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
Close
Hashes for BnSentiment-0.2-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8947a46255571e864b412e681693dda5ac709548d1c3d3905c9d68226739fe22 |
|
MD5 | 3d30895ae452697392fb729f8258ea8d |
|
BLAKE2b-256 | 66c71ad056403182591a486b5f48793f218a31760022428a3eb0c4f8a5760740 |