{"id":32159954,"url":"https://github.com/bryant/punkt","last_synced_at":"2026-02-19T13:34:28.141Z","repository":{"id":21699187,"uuid":"25020557","full_name":"bryant/punkt","owner":"bryant","description":"Unsupervised multilingual sentence segmentation.","archived":false,"fork":false,"pushed_at":"2021-02-26T00:03:57.000Z","size":268,"stargazers_count":21,"open_issues_count":5,"forks_count":5,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-12-08T11:17:11.595Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Haskell","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/bryant.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}},"created_at":"2014-10-10T04:38:28.000Z","updated_at":"2024-02-13T06:53:06.000Z","dependencies_parsed_at":"2022-07-23T15:47:21.094Z","dependency_job_id":null,"html_url":"https://github.com/bryant/punkt","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/bryant/punkt","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryant%2Fpunkt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryant%2Fpunkt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryant%2Fpunkt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryant%2Fpunkt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bryant","download_url":"https://codeload.github.com/bryant/punkt/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bryant%2Fpunkt/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29614980,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T13:04:20.082Z","status":"ssl_error","status_checked_at":"2026-02-19T13:03:33.775Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":[],"created_at":"2025-10-21T13:29:27.468Z","updated_at":"2026-02-19T13:34:28.137Z","avatar_url":"https://github.com/bryant.png","language":"Haskell","funding_links":[],"categories":[],"sub_categories":[],"readme":"punkt\n=====\n\nMultilingual unsupervised sentence tokenization with Punkt.\n\n## Usage\n\nNote that abbreviations are detected at run time without the aid of a pre-built\nabbreviation list:\n\n```haskell\nimport Data.Text (Text, pack)\nimport NLP.Punkt (split_sentences)\n\ncorpus :: Text\ncorpus = pack \"Look, Ma! The quick brown Mr. T. rex swallowed the lazy dog. \\\n              \\It really did!\"\n\nmain :: IO ()\nmain = mapM_ print (split_sentences corpus)\n```\n\nyields:\n\n```\n\"Look, Ma!\"\n\"The quick brown Mr. T. rex swallowed the lazy dog.\"\n\"It really did!\"\n```\n\n## References\n\nKiss, Tibor, and Jan Strunk. \"Unsupervised multilingual sentence boundary\ndetection.\" Computational Linguistics 32.4 (2006): 485-525.\n\n## TODO\n\n- parallelize\n- modularize tokenization\n  - custom tokenization rules\n- needs to go fasterer\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbryant%2Fpunkt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbryant%2Fpunkt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbryant%2Fpunkt/lists"}