Name | hyfi-absa JSON |
Version |
0.5.1
JSON |
| download |
home_page | https://hyfi-absa.entelecheia.ai |
Summary | HyFI-ABSA is a Python package developed as a plugin for the Hydra Fast Interface (HyFI). |
upload_time | 2024-03-29 20:25:02 |
maintainer | None |
docs_url | None |
author | Young Joon Lee |
requires_python | <3.13,>=3.9 |
license | MIT |
keywords |
|
VCS |
|
bugtrack_url |
|
requirements |
No requirements were recorded.
|
Travis-CI |
No Travis.
|
coveralls test coverage |
No coveralls.
|
# 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]
<!-- Links: -->
[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.md
<!-- Links: -->
HyFI-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].
Raw data
{
"_id": null,
"home_page": "https://hyfi-absa.entelecheia.ai",
"name": "hyfi-absa",
"maintainer": null,
"docs_url": null,
"requires_python": "<3.13,>=3.9",
"maintainer_email": null,
"keywords": null,
"author": "Young Joon Lee",
"author_email": "entelecheia@hotmail.com",
"download_url": "https://files.pythonhosted.org/packages/ea/96/7b5419833a806879777b3adb42e3d755adee06452ab8850613ee6a2c4f11/hyfi_absa-0.5.1.tar.gz",
"platform": null,
"description": "# HyFI-ABSA\n\n[![pypi-image]][pypi-url]\n[![version-image]][release-url]\n[![release-date-image]][release-url]\n[![license-image]][license-url]\n[![codecov][codecov-image]][codecov-url]\n[![jupyter-book-image]][docs-url]\n\n<!-- Links: -->\n[codecov-image]: https://codecov.io/gh/entelecheia/hyfi-absa/branch/main/graph/badge.svg?token=BC2f1ooCPI\n[codecov-url]: https://codecov.io/gh/entelecheia/hyfi-absa\n[pypi-image]: https://img.shields.io/pypi/v/hyfi-absa\n[license-image]: https://img.shields.io/github/license/entelecheia/hyfi-absa\n[license-url]: https://github.com/entelecheia/hyfi-absa/blob/main/LICENSE\n[version-image]: https://img.shields.io/github/v/release/entelecheia/hyfi-absa?sort=semver\n[release-date-image]: https://img.shields.io/github/release-date/entelecheia/hyfi-absa\n[release-url]: https://github.com/entelecheia/hyfi-absa/releases\n[jupyter-book-image]: https://jupyterbook.org/en/stable/_images/badge.svg\n\n[repo-url]: https://github.com/entelecheia/hyfi-absa\n[pypi-url]: https://pypi.org/project/hyfi-absa\n[docs-url]: https://hyfi-absa.entelecheia.ai\n[changelog]: https://github.com/entelecheia/hyfi-absa/blob/main/CHANGELOG.md\n[contributing guidelines]: https://github.com/entelecheia/hyfi-absa/blob/main/CONTRIBUTING.md\n<!-- Links: -->\n\nHyFI-ABSA is a Python package developed as a plugin for the Hydra Fast Interface (HyFI).\n\n- Documentation: [https://hyfi-absa.entelecheia.ai][docs-url]\n- GitHub: [https://github.com/entelecheia/hyfi-absa][repo-url]\n- PyPI: [https://pypi.org/project/hyfi-absa][pypi-url]\n\nThe 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.\n\n## Changelog\n\nSee the [CHANGELOG] for more information.\n\n## Contributing\n\nContributions are welcome! Please see the [contributing guidelines] for more information.\n\n## License\n\nThis project is released under the [MIT License][license-url].\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "HyFI-ABSA is a Python package developed as a plugin for the Hydra Fast Interface (HyFI).",
"version": "0.5.1",
"project_urls": {
"Homepage": "https://hyfi-absa.entelecheia.ai",
"Repository": "https://github.com/entelecheia/hyfi-absa"
},
"split_keywords": [],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "31d590b27b3d2ced62ba1a3383ed9c4d2faddb6583f50ef6202faaf2ac2c4103",
"md5": "aaaa53014784db272ebbdc2e32a1a1ee",
"sha256": "44eb68dd149a9b964890654a9abe8ffe364b7c7865cf85c4d5e5b8bc11a7edba"
},
"downloads": -1,
"filename": "hyfi_absa-0.5.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "aaaa53014784db272ebbdc2e32a1a1ee",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<3.13,>=3.9",
"size": 15832,
"upload_time": "2024-03-29T20:25:00",
"upload_time_iso_8601": "2024-03-29T20:25:00.972201Z",
"url": "https://files.pythonhosted.org/packages/31/d5/90b27b3d2ced62ba1a3383ed9c4d2faddb6583f50ef6202faaf2ac2c4103/hyfi_absa-0.5.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "ea967b5419833a806879777b3adb42e3d755adee06452ab8850613ee6a2c4f11",
"md5": "e2ebc5d66d4a9b72289f0e8a4c43374d",
"sha256": "43fe4114afe4e06550578bbf7962eda8bab2d5d0da09ac0ca54bafcb9bf465a4"
},
"downloads": -1,
"filename": "hyfi_absa-0.5.1.tar.gz",
"has_sig": false,
"md5_digest": "e2ebc5d66d4a9b72289f0e8a4c43374d",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<3.13,>=3.9",
"size": 11097,
"upload_time": "2024-03-29T20:25:02",
"upload_time_iso_8601": "2024-03-29T20:25:02.501643Z",
"url": "https://files.pythonhosted.org/packages/ea/96/7b5419833a806879777b3adb42e3d755adee06452ab8850613ee6a2c4f11/hyfi_absa-0.5.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-03-29 20:25:02",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "entelecheia",
"github_project": "hyfi-absa",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "hyfi-absa"
}