https://github.com/entelecheia/hyfi-absa
A Python package developed as a plugin for the Hydra Fast Interface (HyFI).
https://github.com/entelecheia/hyfi-absa
absa hyfi hyfi-plugins
Last synced: about 1 month ago
JSON representation
A Python package developed as a plugin for the Hydra Fast Interface (HyFI).
- Host: GitHub
- URL: https://github.com/entelecheia/hyfi-absa
- Owner: entelecheia
- License: mit
- Created: 2023-07-29T23:11:34.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-08T18:31:54.000Z (about 1 year ago)
- Last Synced: 2024-04-08T22:09:02.630Z (about 1 year ago)
- Topics: absa, hyfi, hyfi-plugins
- Language: Python
- Homepage: https://hyfi-absa.entelecheia.ai/
- Size: 4.38 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# HyFI-ABSA
[![pypi-image]][pypi-url]
[![version-image]][release-url]
[![release-date-image]][release-url]
[![license-image]][license-url]
[![codecov][codecov-image]][codecov-url]
[![jupyter-book-image]][docs-url][codecov-image]: https://codecov.io/gh/entelecheia/hyfi-absa/branch/main/graph/badge.svg?token=BC2f1ooCPI
[codecov-url]: https://codecov.io/gh/entelecheia/hyfi-absa
[pypi-image]: https://img.shields.io/pypi/v/hyfi-absa
[license-image]: https://img.shields.io/github/license/entelecheia/hyfi-absa
[license-url]: https://github.com/entelecheia/hyfi-absa/blob/main/LICENSE
[version-image]: https://img.shields.io/github/v/release/entelecheia/hyfi-absa?sort=semver
[release-date-image]: https://img.shields.io/github/release-date/entelecheia/hyfi-absa
[release-url]: https://github.com/entelecheia/hyfi-absa/releases
[jupyter-book-image]: https://jupyterbook.org/en/stable/_images/badge.svg[repo-url]: https://github.com/entelecheia/hyfi-absa
[pypi-url]: https://pypi.org/project/hyfi-absa
[docs-url]: https://hyfi-absa.entelecheia.ai
[changelog]: https://github.com/entelecheia/hyfi-absa/blob/main/CHANGELOG.md
[contributing guidelines]: https://github.com/entelecheia/hyfi-absa/blob/main/CONTRIBUTING.mdHyFI-ABSA is a Python package developed as a plugin for the Hydra Fast Interface (HyFI).
- Documentation: [https://hyfi-absa.entelecheia.ai][docs-url]
- GitHub: [https://github.com/entelecheia/hyfi-absa][repo-url]
- PyPI: [https://pypi.org/project/hyfi-absa][pypi-url]The main function of HyFI-ABSA is to facilitate Aspect-Based Sentiment Analysis (ABSA), a specialized form of sentiment analysis that allows you to evaluate specific components or aspects of a given text. It also performs general sentiment analysis tasks. One feature of the HyFI-ABSA package is its capacity to employ generative language models for creating training datasets. This feature not only eliminates the extensive manual labor typically associated with data collection and preparation, but also ensures a more diverse and balanced dataset, which subsequently improves the overall performance and accuracy of sentiment analysis. In addition to these primary features, HyFI-ABSA boasts seamless integration with the existing HyFI architecture, thus allowing you to effortlessly combine it with other HyFI plugins and tools.
## Changelog
See the [CHANGELOG] for more information.
## Contributing
Contributions are welcome! Please see the [contributing guidelines] for more information.
## License
This project is released under the [MIT License][license-url].