Insightsearch will show sentiments, aspects and their opinions from your text/review data.
Project description
insightsearch
Insightsearch is built for Analyzing customer reviews and texts. It will convert the unorganized text data into useful insights and their opinions. Simply, insightsearch tell you what people are talking about your products and services. Insightsearch pipeline is built on top of popular NLP frameworks include Spacy,Textblob and NLTK. Any one can freely use it for finding sentiments, hidden insights and their opinions.
Features
-
Aspect and Opinion extraction: Insight search is a aspect based opinion extraction method. It uses simple rule based algorithm to detect and extract aspects and their opinions
-
Sentiment Analysis: Insightsearch classifies review data into positive and negative sentiments. It also visualises consumers sentiments changes in both monthly and weekly time frame.
Installation
Use the package manager pip to install insightsearch.
pip install insightsearch
Usage
import insightsearch
#create a insightsearch object
ins = insightsearch.Analysis(
df='PathtoCSV',
column_name="Text",date_column='date_column_name',vader=False
)
# returns html file with insights visualisation
ins.review_analyze()
Output
-
Overall sentiments
-
Sentiment score over the time period
-
Aspects and opinions
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
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 Distribution
File details
Details for the file insightsearch-1.5.tar.gz
.
File metadata
- Download URL: insightsearch-1.5.tar.gz
- Upload date:
- Size: 10.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.6.4 pkginfo/1.7.1 requests/2.22.0 requests-toolbelt/0.9.1 tqdm/4.62.1 CPython/3.8.10
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 12216ad07dfe2cb27b6d894085cc25995a4900dd30b7be263ca530d78b52148b |
|
MD5 | a25178dca318b5c3fec71e99570ce325 |
|
BLAKE2b-256 | 1feeade9f777ff4058076cea4036c8c4dc1264aebc857cfe233eef00b3bc7059 |