{"id":42895313,"url":"https://github.com/shzxcv/normalize_text","last_synced_at":"2026-01-30T15:07:36.485Z","repository":{"id":56885745,"uuid":"411686733","full_name":"shzxcv/normalize_text","owner":"shzxcv","description":null,"archived":false,"fork":false,"pushed_at":"2021-09-29T16:22:03.000Z","size":23,"stargazers_count":2,"open_issues_count":2,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-01-13T06:59:07.733Z","etag":null,"topics":["japanese","japanese-language","mecab","mecab-ipadic-neologd","normalization","ruby"],"latest_commit_sha":null,"homepage":"","language":"Ruby","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/shzxcv.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-09-29T13:32:00.000Z","updated_at":"2021-11-21T14:01:50.000Z","dependencies_parsed_at":"2022-08-21T00:20:40.887Z","dependency_job_id":null,"html_url":"https://github.com/shzxcv/normalize_text","commit_stats":null,"previous_names":["sho-jp/normalize_text"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/shzxcv/normalize_text","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shzxcv%2Fnormalize_text","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shzxcv%2Fnormalize_text/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shzxcv%2Fnormalize_text/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shzxcv%2Fnormalize_text/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shzxcv","download_url":"https://codeload.github.com/shzxcv/normalize_text/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shzxcv%2Fnormalize_text/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28914897,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-30T12:13:43.263Z","status":"ssl_error","status_checked_at":"2026-01-30T12:13:22.389Z","response_time":66,"last_error":"SSL_read: 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":["japanese","japanese-language","mecab","mecab-ipadic-neologd","normalization","ruby"],"created_at":"2026-01-30T15:07:35.577Z","updated_at":"2026-01-30T15:07:36.471Z","avatar_url":"https://github.com/shzxcv.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NormalizeText\n\nThis Gem normalizes the text.\n\nThe normalization is based on the normalization rules of mecab-neologd, and some of my own additions.\n\nhttps://github.com/neologd/mecab-ipadic-neologd/wiki/Regexp.ja\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n```ruby\ngem 'normalize_text'\n```\n\nAnd then execute:\n\n    $ bundle install\n\nOr install it yourself as:\n\n    $ gem install normalize_text\n\n## Usage\n\n```\nrequire 'normalize_text'\n\n'検索 エンジン 自作 入門 を 買い ました!!!'.normalize\n=\u003e \"検索エンジン自作入門を買いました!!!\"\n\n'　　　ＰＲＭＬ　　副　読　本　　　'.normalize\n=\u003e \"PRML副読本\"\n\n'南アルプスの　天然水　Ｓｐａｒｋｉｎｇ　Ｌｅｍｏｎ　レモン一絞り'.normalize\n=\u003e \"南アルプスの天然水Sparking Lemonレモン一絞り\"\n```\n\nFor other normalization rules, please refer to the spec file\n\nhttps://github.com/sho-jp/normalize_text/blob/main/spec/normalize_text_spec.rb\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.\n\nTo install this gem onto your local machine, run `bundle exec rake install`. To release a new version, update the version number in `version.rb`, and then run `bundle exec rake release`, which will create a git tag for the version, push git commits and the created tag, and push the `.gem` file to [rubygems.org](https://rubygems.org).\n\n## Contributing\n\nBug reports and pull requests are welcome on GitHub at https://github.com/sho-jp/normalize_text. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the [code of conduct](https://github.com/[USERNAME]/normalize_text/blob/master/CODE_OF_CONDUCT.md).\n\n## License\n\nThe gem is available as open source under the terms of the [MIT License](https://opensource.org/licenses/MIT).\n\n## Code of Conduct\n\nEveryone interacting in the NormalizeText project's codebases, issue trackers, chat rooms and mailing lists is expected to follow the [code of conduct](https://github.com/[USERNAME]/normalize_text/blob/master/CODE_OF_CONDUCT.md).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshzxcv%2Fnormalize_text","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshzxcv%2Fnormalize_text","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshzxcv%2Fnormalize_text/lists"}