{"id":15603319,"url":"https://github.com/pcboy/rtatoeba","last_synced_at":"2025-07-30T14:41:28.442Z","repository":{"id":7773505,"uuid":"9142695","full_name":"pcboy/rtatoeba","owner":"pcboy","description":"Tiny gem to access tatoeba.org","archived":false,"fork":false,"pushed_at":"2017-02-07T12:00:10.000Z","size":17,"stargazers_count":2,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-28T13:37:10.944Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Ruby","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/pcboy.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2013-04-01T07:02:08.000Z","updated_at":"2016-11-02T09:37:08.000Z","dependencies_parsed_at":"2022-08-21T01:50:14.775Z","dependency_job_id":null,"html_url":"https://github.com/pcboy/rtatoeba","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/pcboy/rtatoeba","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcboy%2Frtatoeba","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcboy%2Frtatoeba/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcboy%2Frtatoeba/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcboy%2Frtatoeba/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/pcboy","download_url":"https://codeload.github.com/pcboy/rtatoeba/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/pcboy%2Frtatoeba/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267883925,"owners_count":24160236,"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-07-30T02:00:09.044Z","response_time":70,"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":[],"created_at":"2024-10-03T03:02:37.554Z","updated_at":"2025-07-30T14:41:28.409Z","avatar_url":"https://github.com/pcboy.png","language":"Ruby","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Build Status](https://travis-ci.org/pcboy/rtatoeba.svg)](https://travis-ci.org/pcboy/rtatoeba)\n[![Gem Version](https://badge.fury.io/rb/rtatoeba.svg)](http://badge.fury.io/rb/rtatoeba)\n[![Code Climate](https://codeclimate.com/github/pcboy/rtatoeba/badges/gpa.svg)](https://codeclimate.com/github/pcboy/rtatoeba)\n\n# Rtatoeba\n\nRtatoeba is a tiny gem to access tatoeba.org which doesn't have an API yet.\n\n## Installation\n\nAdd this line to your application's Gemfile:\n\n    gem 'rtatoeba'\n\nAnd then execute:\n\n    $ bundle\n\nOr install it yourself as:\n\n    $ gem install rtatoeba\n\n## Usage\n\n    tatoe = Rtatoeba::Rtatoeba.new(from: 'eng', to: 'kor', query: 'hello')\n    tatoe.sentences # =\u003e\n    {\n        \"Hello, I have a reservation, my name is Kaori Yoshikawa. Here is the confirmation card.\" =\u003e [\n            [0] \"안녕하세요,예약을 했는데요, 제이름은 카오리 요시카와 입니다. 확인카드는 여기있습니다.\"\n        ],\n                                                                                    \"Hello, Tom.\" =\u003e [\n            [0] \"안녕, 톰.\"\n        ],\n                                                                             \"Hello, I am Nancy.\" =\u003e [\n            [0] \"안녕하세요. 난시입니다.\",\n            [1] \"안녕하세요, 저는 낸시예요.\"\n        ],\n                                                                                         \"Hello!\" =\u003e [\n            [0] \"안녕하세요.\",\n            [1] \"여보세요.\"\n        ],\n                                                                         \"Hello, it's me, Nancy!\" =\u003e [\n            [0] \"안녕하세요. 난시입니다.\"\n        ],\n                                                                                   \"Hello world!\" =\u003e [\n            [0] \"안녕하세요세계\"\n        ]\n    }\n\nNote: Lang is in ISO-639-2 format\n## Contributing\n\n1. Fork it\n2. Create your feature branch (`git checkout -b my-new-feature`)\n3. Commit your changes (`git commit -am 'Add some feature'`)\n4. Push to the branch (`git push origin my-new-feature`)\n5. Create new Pull Request\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpcboy%2Frtatoeba","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpcboy%2Frtatoeba","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpcboy%2Frtatoeba/lists"}