Skip to main content

An automatic sentiment analysis pakage

Project description

Automate sentiment analysis tool

Usage For analysis the seintiment type in positive,negetive or neutral

Setup in normal environment and command window:

pip install automatic_sentiment

Setup in jupyter notebook:

!pip install automatic_sentiment

Import library :

import automatic_sentiment as at

The library is pandas dataframe dependent.

Have to get dataframe('text columns') and give to command.
Like df['text]

sentiment type pie chart :

at.pie()

sentiment type amount :

at.number()

sentiment percentage :

at.percentage()

An example

at.pie(df['text'])

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

autosentiment-0.1.2.tar.gz (2.3 kB view hashes)

Uploaded Source

Built Distribution

autosentiment-0.1.2-py3-none-any.whl (3.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page