{"id":19519812,"url":"https://github.com/dahlitzflorian/simple-text-summarizer","last_synced_at":"2026-05-15T22:37:02.070Z","repository":{"id":102340721,"uuid":"163320382","full_name":"DahlitzFlorian/simple-text-summarizer","owner":"DahlitzFlorian","description":"A simple text summarizer written in Python to learn Natural Language Processing (NLP).","archived":false,"fork":false,"pushed_at":"2019-10-31T11:08:31.000Z","size":11,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-09-08T04:46:12.353Z","etag":null,"topics":["educational","educational-project","natural-language-processing","nlp","nlp-keywords-extraction","python","python-3","python-script","python3","summarizer","text-processing","text-summarizer"],"latest_commit_sha":null,"homepage":null,"language":"Python","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/DahlitzFlorian.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":"2018-12-27T17:28:44.000Z","updated_at":"2020-07-20T11:42:18.000Z","dependencies_parsed_at":null,"dependency_job_id":"1bf2ffdd-b968-45c0-8df5-b74e8862fbfb","html_url":"https://github.com/DahlitzFlorian/simple-text-summarizer","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DahlitzFlorian/simple-text-summarizer","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DahlitzFlorian%2Fsimple-text-summarizer","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DahlitzFlorian%2Fsimple-text-summarizer/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DahlitzFlorian%2Fsimple-text-summarizer/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DahlitzFlorian%2Fsimple-text-summarizer/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DahlitzFlorian","download_url":"https://codeload.github.com/DahlitzFlorian/simple-text-summarizer/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DahlitzFlorian%2Fsimple-text-summarizer/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33082115,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-15T20:25:35.270Z","status":"ssl_error","status_checked_at":"2026-05-15T20:25:34.732Z","response_time":103,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["educational","educational-project","natural-language-processing","nlp","nlp-keywords-extraction","python","python-3","python-script","python3","summarizer","text-processing","text-summarizer"],"created_at":"2024-11-11T00:22:01.861Z","updated_at":"2026-05-15T22:37:02.040Z","avatar_url":"https://github.com/DahlitzFlorian.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Simple Text Summarizer #\n## Description ##\nThis repository contains a simple text summarizer written in Python.\nIt's inspired by a [Medium article](https://towardsdatascience.com/write-a-simple-summarizer-in-python-e9ca6138a08e)\nfrom Jody LeCompte.\n\nversion 1.0\n\n## Third-Party Libraries ##\n- [nltk](https://github.com/nltk/nltk/)\u003cbr\u003e\nMake sure to further install _punkt_ and _stopwords_ via the REPL:\n```python\n\u003e\u003e\u003e import nltk\n\u003e\u003e\u003e nltk.download(\"punkt\")\n\u003e\u003e\u003e nltk.download(\"stopwords\")\n```\n\nIf you run into an SSL Error, make sure to install your certificates using the following command:\n```bash\n/Applications/Python 3.6/Install Certificates.command\n```\nwhere 3.6 has to be replaced by your used version of Python 3. [Further information](https://stackoverflow.com/a/42890688/6707020).","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdahlitzflorian%2Fsimple-text-summarizer","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdahlitzflorian%2Fsimple-text-summarizer","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdahlitzflorian%2Fsimple-text-summarizer/lists"}