Does Sentiment Analysis on a text Takes a sting input and output a json
Project description
[]
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)
Authors
- Soumil Nitin Shah
License
This project is licensed under the MIT License - see the LICENSE.md file for details
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Built Distribution
Close
Hashes for sentimentanalyzer-3.0.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a44680972999c1257884420c5d3fdac03ab623daedd63ee8930ec263d24c4fbb |
|
MD5 | 22b338d9336793e1a0e4a91a29f78064 |
|
BLAKE2-256 | 346a7afa527a7d51f0ca1f81e3ad3f962cc188611405f758f869fc5310a687d2 |