https://github.com/plandes/alsum
ALignment SUMmarization
https://github.com/plandes/alsum
abstract-meaning-representation amr aritificial-intelligence summarization
Last synced: 2 months ago
JSON representation
ALignment SUMmarization
- Host: GitHub
- URL: https://github.com/plandes/alsum
- Owner: plandes
- License: mit
- Created: 2025-06-15T14:28:15.000Z (4 months ago)
- Default Branch: master
- Last Pushed: 2025-06-15T16:30:10.000Z (4 months ago)
- Last Synced: 2025-07-19T13:51:34.022Z (3 months ago)
- Topics: abstract-meaning-representation, amr, aritificial-intelligence, summarization
- Language: Python
- Homepage:
- Size: 111 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ALignment SUMmarization
[![PyPI][pypi-badge]][pypi-link]
[![Python 3.10][python3100-badge]][python3100-link]
[![Python 3.11][python311-badge]][python311-link]Summarize text using Component ALignment Abstract Meaning Representation
(CALAMR) alignment.## Documentation
See the [full documentation](https://plandes.github.io/alsum/index.html).
The [API reference](https://plandes.github.io/alsum/api.html) is also
available.## Obtaining
The library can be installed with pip from the [pypi] repository:
```bash
pip3 install zensols.alsum
```## Changelog
An extensive changelog is available [here](CHANGELOG.md).
## Community
Please star this repository and let me know how and where you use this API.
Contributions as pull requests, feedback and any input is welcome.## License
[MIT License](LICENSE.md)
Copyright (c) 2024 Paul Landes
[pypi]: https://pypi.org/project/zensols.alsum/
[pypi-link]: https://pypi.python.org/pypi/zensols.alsum
[pypi-badge]: https://img.shields.io/pypi/v/zensols.alsum.svg
[python3100-badge]: https://img.shields.io/badge/python-3.10-blue.svg
[python3100-link]: https://www.python.org/downloads/release/python-3100
[python311-badge]: https://img.shields.io/badge/python-3.11-blue.svg
[python311-link]: https://www.python.org/downloads/release/python-3110