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

Uploaded Source

File details

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

File metadata

  • Download URL: insightsearch-1.6.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

Hashes for insightsearch-1.6.tar.gz
Algorithm Hash digest
SHA256 9a5a7c9619140289185296cd32564c26fc6a8092655daad1b98d6c623f8997a4
MD5 6e533f567e9545e1ec23ffce680f4fdd
BLAKE2b-256 9ee93a59a031a6f56e2e74b86b534ae69a45b4167d562ae67595e22acf92e32a

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