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.
Source Distributions
No source distribution files available for this release.See tutorial on generating distribution archives.
Built Distribution
File details
Details for the file sentimentanalyzer-3.0.0-py3-none-any.whl
.
File metadata
- Download URL: sentimentanalyzer-3.0.0-py3-none-any.whl
- Upload date:
- Size: 15.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a44680972999c1257884420c5d3fdac03ab623daedd63ee8930ec263d24c4fbb |
|
MD5 | 22b338d9336793e1a0e4a91a29f78064 |
|
BLAKE2b-256 | 346a7afa527a7d51f0ca1f81e3ad3f962cc188611405f758f869fc5310a687d2 |