Metadata-Version: 2.1
Name: rebyu
Version: 0.1.2
Summary: Review Analysis Made Easy
Home-page: https://github.com/abhishtagatya/rebyu
Author: Abhishta Gatya
Author-email: abhishtagatya@yahoo.com
Project-URL: Homepage, https://github.com/abhishtagatya/rebyu
Project-URL: Documentation, https://github.com/abhishtagatya/rebyu/README.md
Project-URL: Change Log, https://github.com/abhishtagatya/rebyu/CHANGELOG.md
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Topic :: Scientific/Engineering :: Information Analysis
Classifier: Topic :: Scientific/Engineering :: Mathematics
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# Rebyu (レビュー)
🌟 Review Analysis Made Easy

```python
from rebyu import Rebyu
from rebyu.pipeline import NLTK_PIPELINE

rb = Rebyu(data='twitter.csv', pipeline=NLTK_PIPELINE) # Initialize the data and pipeline
rb.run() # Run the pipeline

print(rb.data['vader_polarity'])
```

Rebyu, a Review Analysis Library equipped with text processing, transformers, and diverse analyses like sentiment, topics, emotion, and named-entities. It plans to be language-flexible, highly scalable, and offers both preset pipelines and customizable options.

**Version 0.1.0 (Unreleased)** - [Change Log](CHANGELOG.md)

```bash
pip install -U rebyu
```

---

### Concept

![Rebyu Concept](https://raw.githubusercontent.com/abhishtagatya/rebyu/master/docs/images/Rebyu_Concept_sm.png)


The essence of Rebyu for Review Analysis lies in its structured 
pipeline approach to enhancing existing data. By leveraging a range of 
tools within this pipeline, we streamline the process, avoiding repetitive 
analyses and accelerating the generation of insights.


---

### Documentation

| Documentation      | Description |      |
| :---:        |    :----:   |          :---: |
| Read the Docs      | Official Documentation       | [Link](https://rebyu.readthedocs.io/)   |
| Replit Example   | Multiple examples to run on Replit        | [Link]()      |


---

### Author

- Abhishta Gatya ([Email](mailto:abhishtagatya@yahoo.com)) - Software and Machine Learning Engineer
