{"id":51163279,"url":"https://github.com/gemmaro/ruby-eldc","last_synced_at":"2026-06-26T16:02:15.134Z","repository":{"id":365594989,"uuid":"1272923467","full_name":"gemmaro/ruby-eldc","owner":"gemmaro","description":"Language detector library for Ruby","archived":false,"fork":false,"pushed_at":"2026-06-18T04:05:34.000Z","size":0,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-06-18T04:06:10.070Z","etag":null,"topics":["language-detection","natural-language","nlp","ruby"],"latest_commit_sha":null,"homepage":"","language":"C","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/gemmaro.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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2026-06-18T03:53:21.000Z","updated_at":"2026-06-18T04:06:06.000Z","dependencies_parsed_at":null,"dependency_job_id":null,"html_url":"https://github.com/gemmaro/ruby-eldc","commit_stats":null,"previous_names":["gemmaro/ruby-eldc"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/gemmaro/ruby-eldc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemmaro%2Fruby-eldc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemmaro%2Fruby-eldc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemmaro%2Fruby-eldc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemmaro%2Fruby-eldc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gemmaro","download_url":"https://codeload.github.com/gemmaro/ruby-eldc/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gemmaro%2Fruby-eldc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34823788,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-26T02:00:06.560Z","response_time":106,"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":["language-detection","natural-language","nlp","ruby"],"created_at":"2026-06-26T16:02:14.395Z","updated_at":"2026-06-26T16:02:15.130Z","avatar_url":"https://github.com/gemmaro.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ELDC\n\nRuby binding for [Efficient Language Detector (written in C) (ELDC)](https://github.com/nitotm/eldc).\n\nProject repository: https://github.com/gemmaro/ruby-eldc\n\n## Installation\n\nInstall the gem and add to the application's `Gemfile` by executing:\n\n```bash\nbundle add eldc\n```\n\nIf bundler is not being used to manage dependencies, install the gem by executing:\n\n```bash\ngem install eldc\n```\n\n## Usage\n\n```ruby\ndetector = ELDC::Detector.instance\ndetector.detect(\"Bonjour le monde\") #=\u003e \"fr\"\n\ndetector.detect_details(\"Bonjour le monde\")\n#=\u003e #\u003cELDC::DetectResult\n#     lang=fr\n#     reliable=1\n#     scores=[#\u003cELDC::ScoreItem\n#               lang=fr\n#               score=0.9016362428665161\u003e,\n#             #\u003cELDC::ScoreItem\n#               lang=de\n#               score=0.5073475241661072\u003e,\n#             #\u003cELDC::ScoreItem\n#               lang=no\n#               score=0.5018803477287292\u003e]\u003e\n```\n\nSee more details in the API documentation.\n\n## Development\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## License\n\n```text\nCopyright 2026 gemmaro\n\nLicensed under the Apache License, Version 2.0 (the \"License\");\nyou may not use this file except in compliance with the License.\nYou may obtain a copy of the License at\n\n    http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software\ndistributed under the License is distributed on an \"AS IS\" BASIS,\nWITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\nSee the License for the specific language governing permissions and\nlimitations under the License.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgemmaro%2Fruby-eldc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgemmaro%2Fruby-eldc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgemmaro%2Fruby-eldc/lists"}