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-1.7.tar.gz (10.7 kB view details)

Uploaded Source

File details

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

File metadata

  • Download URL: insightsearch-1.7.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-1.7.tar.gz
Algorithm Hash digest
SHA256 3d8dfdef2eaff9dcfcaee122de643f596605116407fb1a577464a96c68853a04
MD5 ee33ac566916828d7348ebbde695e081
BLAKE2b-256 9b1fe4e73f556c1056edbad4a7229f0407f776f6917be7b1c18820e24ce7bbc3

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