{"id":37028346,"url":"https://github.com/whelk-io/hy-phen-a-tion","last_synced_at":"2026-01-14T03:23:07.779Z","repository":{"id":36877360,"uuid":"230709034","full_name":"whelk-io/hy-phen-a-tion","owner":"whelk-io","description":"Java OSS library for calculating syllables and hyphenation based on Frank Liang's doctoral thesis.","archived":true,"fork":false,"pushed_at":"2025-01-02T16:24:09.000Z","size":247,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-01T14:54:05.667Z","etag":null,"topics":["hy-phen-ation","hyphenation","java","nlp"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/whelk-io.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-12-29T05:51:08.000Z","updated_at":"2025-01-02T16:24:24.000Z","dependencies_parsed_at":"2022-08-09T05:15:17.813Z","dependency_job_id":null,"html_url":"https://github.com/whelk-io/hy-phen-a-tion","commit_stats":null,"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"purl":"pkg:github/whelk-io/hy-phen-a-tion","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whelk-io%2Fhy-phen-a-tion","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whelk-io%2Fhy-phen-a-tion/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whelk-io%2Fhy-phen-a-tion/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whelk-io%2Fhy-phen-a-tion/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/whelk-io","download_url":"https://codeload.github.com/whelk-io/hy-phen-a-tion/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/whelk-io%2Fhy-phen-a-tion/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28408828,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T01:52:23.358Z","status":"online","status_checked_at":"2026-01-14T02:00:06.678Z","response_time":107,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["hy-phen-ation","hyphenation","java","nlp"],"created_at":"2026-01-14T03:23:07.126Z","updated_at":"2026-01-14T03:23:07.774Z","avatar_url":"https://github.com/whelk-io.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# hy-phen-a-tion\nJava OSS library for calculating syllables and hyphenation based on Frank Liang's doctoral thesis.\n\n[![CodeFactor](https://www.codefactor.io/repository/github/whelk-io/hy-phen-a-tion/badge)](https://www.codefactor.io/repository/github/whelk-io/hy-phen-a-tion) ![release](https://github.com/whelk-io/hy-phen-a-tion/workflows/release/badge.svg)\n\n## Usage\n\n````java\npublic static void main(String...args) { \n  \n  var result = Hyphenator.hyphen(\"computer\");\n  \n  System.out.println(result); \n  // HyphenResult(\n  //    originalWord=computer, \n  //    trieWord=co4m5pu2t3e4r, \n  //    hyphenWord=com-put-er, \n  //    syllables=[com, put, er])\n  \n}\n````\n\n## System Requirements\n\n* Java 11\n\n\n## Maven Integration\n\n[Maven Central](https://search.maven.org/artifact/io.whelk.hy.phen/whelk-hy-phen-a-tion)\n\n````xml\n\u003cdependency\u003e\n  \u003cgroupId\u003eio.whelk.hy.phen\u003c/groupId\u003e\n  \u003cartifactId\u003ewhelk-hy-phen-a-tion\u003c/artifactId\u003e\n  \u003cversion\u003e${hy-phen-a-tion-version}\u003c/version\u003e\n\u003c/dependency\u003e\n````\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhelk-io%2Fhy-phen-a-tion","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwhelk-io%2Fhy-phen-a-tion","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwhelk-io%2Fhy-phen-a-tion/lists"}