Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

sentimentanalyzer

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

sentimentanalyzer

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

  • 3.0.0
  • PyPI
  • Socket score

Maintainers
1

[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

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc