{"id":16654445,"url":"https://github.com/ikegami-yukino/neologdn-java","last_synced_at":"2025-08-12T18:11:58.630Z","repository":{"id":46993632,"uuid":"82537775","full_name":"ikegami-yukino/neologdn-java","owner":"ikegami-yukino","description":"Japanese text normalizer for mecab-neologd","archived":false,"fork":false,"pushed_at":"2021-10-11T13:35:59.000Z","size":23,"stargazers_count":4,"open_issues_count":0,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-22T12:11:07.243Z","etag":null,"topics":["java","nlp","preprocessing","text-processing"],"latest_commit_sha":null,"homepage":null,"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/ikegami-yukino.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":"2017-02-20T09:07:04.000Z","updated_at":"2021-10-11T13:36:02.000Z","dependencies_parsed_at":"2022-09-26T22:11:25.922Z","dependency_job_id":null,"html_url":"https://github.com/ikegami-yukino/neologdn-java","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ikegami-yukino/neologdn-java","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikegami-yukino%2Fneologdn-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikegami-yukino%2Fneologdn-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikegami-yukino%2Fneologdn-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikegami-yukino%2Fneologdn-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ikegami-yukino","download_url":"https://codeload.github.com/ikegami-yukino/neologdn-java/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ikegami-yukino%2Fneologdn-java/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270109750,"owners_count":24528893,"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","status":"online","status_checked_at":"2025-08-12T02:00:09.011Z","response_time":80,"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":["java","nlp","preprocessing","text-processing"],"created_at":"2024-10-12T09:49:48.055Z","updated_at":"2025-08-12T18:11:58.596Z","avatar_url":"https://github.com/ikegami-yukino.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"# neologdn-java\n[![Build Status](https://travis-ci.org/ikegami-yukino/neologdn-java.svg?branch=master)](https://travis-ci.org/ikegami-yukino/neologdn-java)\n\nneologdn is a Japanese text normalizer for mecab-neologd.\n\nThe normalization is based on the neologd's rules: https://github.com/neologd/mecab-ipadic-neologd/wiki/Regexp.ja\n\nContributions are welcome!\n\n## Usage\n\n```java\nimport io.github.ikegamiyukino.neologdn.NeologdNormalizer;\n\n\nNeologdNormalizer normalizer = new NeologdNormalizer();\nString text = \"　　　ＰＲＭＬ　　副　読　本　　　\";\nnormalizer.normalize(text);\n// =\u003e \"PRML副読本\"\n```\n\n## License\nApache Software License.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fikegami-yukino%2Fneologdn-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fikegami-yukino%2Fneologdn-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fikegami-yukino%2Fneologdn-java/lists"}