{"id":13563995,"url":"https://github.com/abiko-search/tongue","last_synced_at":"2026-02-19T20:31:14.670Z","repository":{"id":49041115,"uuid":"142934013","full_name":"abiko-search/tongue","owner":"abiko-search","description":"Elixir port of Nakatani Shuyo's natural language detector","archived":false,"fork":false,"pushed_at":"2025-03-01T18:55:37.000Z","size":8213,"stargazers_count":20,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-28T17:52:29.224Z","etag":null,"topics":["elixir","elixir-lang","language","language-detection"],"latest_commit_sha":null,"homepage":"https://abiko.me","language":"Elixir","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/abiko-search.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2018-07-30T22:22:19.000Z","updated_at":"2025-10-22T12:50:32.000Z","dependencies_parsed_at":"2023-01-23T08:45:38.904Z","dependency_job_id":null,"html_url":"https://github.com/abiko-search/tongue","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/abiko-search/tongue","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abiko-search%2Ftongue","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abiko-search%2Ftongue/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abiko-search%2Ftongue/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abiko-search%2Ftongue/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abiko-search","download_url":"https://codeload.github.com/abiko-search/tongue/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abiko-search%2Ftongue/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":29630829,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-02-19T18:02:07.722Z","status":"ssl_error","status_checked_at":"2026-02-19T18:01:46.144Z","response_time":117,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6: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":["elixir","elixir-lang","language","language-detection"],"created_at":"2024-08-01T13:01:25.367Z","updated_at":"2026-02-19T20:31:14.645Z","avatar_url":"https://github.com/abiko-search.png","language":"Elixir","funding_links":[],"categories":["Natural Language Processing (NLP)"],"sub_categories":[],"readme":"# Tongue\n\n[![Hex.pm](https://img.shields.io/hexpm/v/tongue.svg?maxAge=2592000)](https://hex.pm/packages/tongue)\n[![Hex.pm](https://img.shields.io/hexpm/l/tongue.svg?maxAge=2592000)](https://hex.pm/packages/tongue)\n![](https://github.com/abiko-search/tongue/workflows/Elixir%20CI/badge.svg)\n\nElixir port of Nakatani Shuyo's natural language detector\n\n## Installation\n\nAdd `tongue` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [{:tongue, \"~\u003e 2.2\"}]\nend\n```\n\n## Usage\n\nDetect language and return a scored list of languages:\n\n```elixir\niex\u003e Tongue.detect(\"The octopus is a soft-bodied, eight-armed mollusc of the order Octopoda, with around 300 known species. Along with squids, cuttlefish and nautiloids, they are classed as cephalopods.\")\n[en: 0.9999986358008764]\n```\n\nDetect language within subset of supported languages:\n\n```elixir\nuse Mix.Config\n\nconfig :tongue,\n  languages: ~w(en ru fr de)a\n```\n\n## Languages\n\n**Tongue** supports 55 languages out of the box ([ISO 639-1 codes](https://en.wikipedia.org/wiki/List_of_ISO_639-1_codes)):\n\n    af, ar, bg, bn, ca, cs, cy, da, de, el, en, es, et, fa, fi, fr, gu, he,\n    hi, hr, hu, id, it, ja, kn, ko, lt, lv, mk, ml, mr, ne, nl, no, pa, pl,\n    pt, ro, ru, sk, sl, so, sq, sv, sw, ta, te, th, tl, tr, uk, ur, vi, zh-cn, zh-tw\n\n## Derivation    \n\n**Tongue** is a derivative work from Nakatani Shuyo's [language-detection](https://github.com/shuyo/language-detection) library\n\n## License\n\n[Apache 2.0] © [Danila Poyarkov]\n\n[Apache 2.0]: LICENSE\n[Danila Poyarkov]: http://dannote.net","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabiko-search%2Ftongue","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabiko-search%2Ftongue","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabiko-search%2Ftongue/lists"}