{"id":20031833,"url":"https://github.com/wtnabe/sudachi-installer-rb","last_synced_at":"2026-02-18T05:35:25.733Z","repository":{"id":153671568,"uuid":"630211640","full_name":"wtnabe/sudachi-installer-rb","owner":"wtnabe","description":"A Helper gem for download and store Sudachi jar and dict files  written with Ruby ( for combination with `rudachi` )","archived":false,"fork":false,"pushed_at":"2025-04-06T02:41:25.000Z","size":49,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-02-15T02:36:27.345Z","etag":null,"topics":["japanese-tokenizer","ruby","sudachi"],"latest_commit_sha":null,"homepage":"","language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-2-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wtnabe.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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,"zenodo":null}},"created_at":"2023-04-19T22:52:27.000Z","updated_at":"2025-04-06T02:41:24.000Z","dependencies_parsed_at":"2025-05-05T04:31:38.786Z","dependency_job_id":"814eca1a-64f7-4031-9a6a-4cb8388e6575","html_url":"https://github.com/wtnabe/sudachi-installer-rb","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/wtnabe/sudachi-installer-rb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wtnabe%2Fsudachi-installer-rb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wtnabe%2Fsudachi-installer-rb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wtnabe%2Fsudachi-installer-rb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wtnabe%2Fsudachi-installer-rb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wtnabe","download_url":"https://codeload.github.com/wtnabe/sudachi-installer-rb/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wtnabe%2Fsudachi-installer-rb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29569856,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-18T04:18:28.490Z","status":"ssl_error","status_checked_at":"2026-02-18T04:13:49.018Z","response_time":162,"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":["japanese-tokenizer","ruby","sudachi"],"created_at":"2024-11-13T09:34:53.928Z","updated_at":"2026-02-18T05:35:20.724Z","avatar_url":"https://github.com/wtnabe.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SudachiInstaller\n\nA helper gem to downloading and extracting Sudachi executable and dictionary files.\n\nUse with [rudachi-rb](https://github.com/songcastle/rudachi-rb) :)\n\n## Installation\n\nInstall the gem and add to the application's Gemfile by executing:\n\n    $ bundle add sudachi-installer\n\nIf bundler is not being used to manage dependencies, install the gem by executing:\n\n    $ gem install sudachi-installer\n\n## Usage\n\n```ruby\nrequire \"sudachi-installer/releases\"\nrequire \"sudachi-installer/dicts\"\nrequire \"rudachi-rb\"\n\nSudachiInstaller.configure do |c|\n  c.jar_dir = \"/path/to/jar_dir\"\n  c.dict_dir = \"/path/to/dict_dir\"\nend\n\nreleases = SudachiInstaller::Releases.new\n# releases.minimum_list\nreleases.download(\"v0.7.1\")\n\ndicts = SudachiInstaller::Dicts.new\n# dicts.revisions(:dict)\ndicts.download(:dict, \"20230110\", \"small\")\n\nresolver = SudachiInstaller::Resolver.new\n\nRudachi.configure do |c|\n  config.jar_path = resolver.jar_path(\"0.7.1\")\nend\n\nRudachi::Option.configure do |c|\n  c.s = {\"systemDict\": resolver.dict_path(revision: \"20230110\", edition: \"small\")\n  c.a = true\n  c.m = \"C\"\nend\n```\n\n## Development\n\nAfter checking out the repo, run `bin/setup` to install dependencies. Then, run `rake test` 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/wtnabe/sudachi-installer.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwtnabe%2Fsudachi-installer-rb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwtnabe%2Fsudachi-installer-rb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwtnabe%2Fsudachi-installer-rb/lists"}