Skip to main content

A toolkit for data exploratory analysis

Project description

EDAKIT: Toolkit for data exploratory analysis

A tool for analysing sentiment in a given text-based query.

CircleCI Codacy Badge

License

⚙️ Installation

pip install eda

📖 Usage

    from eda import SentimentAnalyzer

    sentiment_analyzer = SentimentAnalyzer()
    # Example texts
    texts = [
        "This movie sucks",
        "This one is great",
        "The world is about to end",
    ]  
    pred_results = sentiment_analyzer.get_list_sentiment(texts=texts)
    # This should returns ["negative", "positive", "negative"]

⚖️ License

This repository is using the Apache 2.0 license that is listed in the repo. Please take a look at LICENSE as you wish.

✍️ BibTeX

If you wish to cite the framework feel free to use this (but only if you loved it 😊):

@misc{phat2020urbans,
  author = {Truong-Phat Nguyen},
  title = {EDAKIT: Toolkit for data exploratory analysis},
  year = {2022},
  publisher = {GitHub},
  journal = {GitHub repository},
  howpublished = {\url{https://github.com/TagHubAI/edakit}}

Contributors:

  • Patrick Phat Nguyen

Project details


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

edakit-0.0.1-py3-none-any.whl (10.4 kB view hashes)

Uploaded Python 3

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