Skip to main content

Does Sentiment Analysis on a text Takes a sting input and output a json

Project description

[license]

SentimentAnalyzer

  • This Library is Developed using WebScrapping Techiques.It Takes a String as input and output is JSON Data
  • This is developed using BS4 and requests and re Modules

Installation

pip install sentimentanalyzer

Usage

import sys
from sentimentanalyzer.sentimentanalyzer import Sentiment
text = """  
    Hello this is a  sample  text
    place your text here  and it should be less than 50 000 Words 

    """

obj = Sentiment(text=text)
data = obj.get
print(data)

Screen Shot 2019-11-04 at 1 42 17 PM

Authors

  • Soumil Nitin Shah

License

This project is licensed under the MIT License - see the LICENSE.md file for details

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

sentimentanalyzer-3.0.0-py3-none-any.whl (15.9 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