cadmium_summarizer
Version, currently master branch1 version
- master branchlatestJan 5, 2026
github.com/cadmiumcr/summarizer
A collection of summarizer algorithms
3 stars
0 dependents
License: MIT
Installation
# Add this to your shard.yml
dependencies:
cadmium_summarizer:
github: cadmiumcr/summarizer
branch: mastermaster is a branch, not a release, so this tracks it rather than pinning a version.
Then run:
shards installshard.yml
- Crystal
0.31.1- License
- MIT
- Author
- Rémy Marronnier
Dependencies
Runtime Dependencies
- num*github: crystal-data/num.cr
- cadmium_stemmer*github: cadmiumcr/stemmer
- cadmium_lemmatizer*github: cadmiumcr/lemmatizer
Development Dependencies
- ameba*github: veelenga/amebadev
README
summarizer
Inspired from sumy, summarizer lets you summarize any input text through extraction based algorithms.
As of now, the following algorithms are implemented :
- Luhn
- KL divergence based summarizer (WIP)
- SumBasic
- TextRank
More are being worked on.
Installation
-
Add the dependency to your
shard.yml:dependencies: cadmium_summarizer: github: cadmiumcr/summarizer -
Run
shards install
Usage
require "cadmium_summarizer"
SumBasic.new.summarize(long_text)
Contributing
- Fork it (https://github.com/cadmiumcr/summarizer/fork)
- Create your feature branch (
git checkout -b my-new-feature) - Commit your changes (
git commit -am 'Add some feature') - Push to the branch (
git push origin my-new-feature) - Create a new Pull Request
Contributors
- Rémy Marronnier - creator and maintainer
Documentation
Built from the current release. The first visit to a release nobody has asked for starts its build.
Links
This branch
- Branch
master- Seen
- Jan 5, 2026
- Crystal
0.31.1- Indexed
- yes
Dependents
No indexed shard depends on this one yet.
Repository
github.com/cadmiumcr/summarizer
Metadata
- Created
- Aug 12, 2026
- Updated
- Aug 15, 2026
- Synced
- Aug 15, 2026
- Versions
- 1