Skip to main content

Insightsearch will show sentiments, aspects and their opinions from your text/review data.

Project description

insightsearch

GitHub issues GitHub license GitHub forks GitHub stars

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 alt text

  • Sentiment score over the time period alt text alt text

  • Aspects and opinions

    alt text

    alt text

    alt text

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

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

insightsearch-2.2.tar.gz (10.7 kB view details)

Uploaded Source

File details

Details for the file insightsearch-2.2.tar.gz.

File metadata

  • Download URL: insightsearch-2.2.tar.gz
  • Upload date:
  • Size: 10.7 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for insightsearch-2.2.tar.gz
Algorithm Hash digest
SHA256 08e2aca08ee69a73dbfd80732e7777579ff0a9334097c16866de3a6c5db039a8
MD5 4ba86918f446f31a03cf0e450c554a14
BLAKE2b-256 b6bde431eb094f791a53f82886455d376af01718275954879dae7e4f25a36190

See more details on using hashes here.

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