{"id":20238587,"url":"https://github.com/cadmiumcr/summarizer","last_synced_at":"2025-03-03T14:44:32.716Z","repository":{"id":82833207,"uuid":"204416435","full_name":"cadmiumcr/summarizer","owner":"cadmiumcr","description":"A collection of summarizer algorithms","archived":false,"fork":false,"pushed_at":"2020-04-26T13:20:08.000Z","size":83,"stargazers_count":3,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-14T01:15:22.239Z","etag":null,"topics":["crystal","crystal-lang","crystal-language","extractive-summarization","kl-divergence","luhn","nlp","sumbasic","summarization","summarizer"],"latest_commit_sha":null,"homepage":null,"language":"Crystal","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/cadmiumcr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-08-26T07:04:25.000Z","updated_at":"2025-01-04T08:04:46.000Z","dependencies_parsed_at":"2023-03-05T03:15:14.282Z","dependency_job_id":null,"html_url":"https://github.com/cadmiumcr/summarizer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cadmiumcr%2Fsummarizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cadmiumcr%2Fsummarizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cadmiumcr%2Fsummarizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cadmiumcr%2Fsummarizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cadmiumcr","download_url":"https://codeload.github.com/cadmiumcr/summarizer/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241685619,"owners_count":20003102,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["crystal","crystal-lang","crystal-language","extractive-summarization","kl-divergence","luhn","nlp","sumbasic","summarization","summarizer"],"created_at":"2024-11-14T08:34:51.026Z","updated_at":"2025-03-03T14:44:32.683Z","avatar_url":"https://github.com/cadmiumcr.png","language":"Crystal","funding_links":[],"categories":[],"sub_categories":[],"readme":"# summarizer\n\n![](https://github.com/cadmiumcr/summarizer/workflows/summarizer/badge.svg)\n\nInspired from [sumy](https://github.com/miso-belica/sumy), summarizer lets you summarize any input text through extraction based algorithms.\n\nAs of now, the following algorithms are implemented :\n\n- Luhn\n- KL divergence based summarizer (WIP)\n- SumBasic\n- TextRank\n\nMore are being worked on.\n\n## Installation\n\n1. Add the dependency to your `shard.yml`:\n\n   ```yaml\n   dependencies:\n     cadmium_summarizer:\n       github: cadmiumcr/summarizer\n   ```\n\n2. Run `shards install`\n\n## Usage\n\n```crystal\nrequire \"cadmium_summarizer\"\n\nSumBasic.new.summarize(long_text)\n```\n\n## Contributing\n\n1. Fork it (\u003chttps://github.com/cadmiumcr/summarizer/fork\u003e)\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create a new Pull Request\n\n## Contributors\n\n- [Rémy Marronnier](https://github.com/rmarronnier) - creator and maintainer\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcadmiumcr%2Fsummarizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcadmiumcr%2Fsummarizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcadmiumcr%2Fsummarizer/lists"}