{"id":15056311,"url":"https://github.com/vxern/tatoeba","last_synced_at":"2025-10-31T07:30:54.692Z","repository":{"id":243129100,"uuid":"809512215","full_name":"vxern/tatoeba","owner":"vxern","description":"📜 A complete, documented API wrapper for querying and retrieving sentences from the Tatoeba corpus.","archived":false,"fork":false,"pushed_at":"2024-06-15T17:45:43.000Z","size":61,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-07T02:38:06.991Z","etag":null,"topics":["api","clean","corpus","documented","erlang","gleam","language","sentence","tatoeba","tested","translation","wrapper"],"latest_commit_sha":null,"homepage":"https://hex.pm/packages/tatoeba","language":"Gleam","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/vxern.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"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}},"created_at":"2024-06-02T22:23:29.000Z","updated_at":"2024-08-27T20:54:50.000Z","dependencies_parsed_at":"2024-06-15T01:38:33.608Z","dependency_job_id":"b80b578f-f323-4432-8263-cc42063a5fab","html_url":"https://github.com/vxern/tatoeba","commit_stats":null,"previous_names":["vxern/tatoeba"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vxern%2Ftatoeba","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vxern%2Ftatoeba/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vxern%2Ftatoeba/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vxern%2Ftatoeba/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vxern","download_url":"https://codeload.github.com/vxern/tatoeba/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239133553,"owners_count":19587299,"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","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":["api","clean","corpus","documented","erlang","gleam","language","sentence","tatoeba","tested","translation","wrapper"],"created_at":"2024-09-24T21:49:51.500Z","updated_at":"2025-10-31T07:30:48.765Z","avatar_url":"https://github.com/vxern.png","language":"Gleam","funding_links":[],"categories":[],"sub_categories":[],"readme":"# tatoeba\n\n## A complete, documented API wrapper for the Tatoeba corpus, built in Gleam.\n\n[![Package Version](https://img.shields.io/hexpm/v/tatoeba)](https://hex.pm/packages/tatoeba)\n[![Hex Docs](https://img.shields.io/badge/hex-docs-ffaff3)](https://hexdocs.pm/tatoeba/)\n\n```sh\ngleam add tatoeba\n```\n\nTo get a sentence, use `sentence.get(id: \u003csentence id\u003e)`, passing a sentence ID obtained from `sentence.new_id(id: \u003cid\u003e)`:\n\n```gleam\nimport gleam/io\nimport tatoeba/sentence\n\npub fn main() {\n  let assert Ok(id) = sentence.new_id(12_212_258)\n  let assert Ok(Some(sentence)) = sentence.get(id)\n\n  io.println(sentence.text) // \"This work is free of charge.\"\n}\n```\n\nFurther documentation can be found at \u003chttps://hexdocs.pm/tatoeba\u003e.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvxern%2Ftatoeba","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvxern%2Ftatoeba","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvxern%2Ftatoeba/lists"}