{"id":13508695,"url":"https://github.com/minibikini/paasaa","last_synced_at":"2025-05-16T03:06:11.846Z","repository":{"id":10800025,"uuid":"67049096","full_name":"minibikini/paasaa","owner":"minibikini","description":"🔤 Natural language detection for Elixir without AI","archived":false,"fork":false,"pushed_at":"2025-03-10T03:46:41.000Z","size":959,"stargazers_count":120,"open_issues_count":5,"forks_count":12,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-04-08T13:13:27.555Z","etag":null,"topics":["detect-language","elixir","language","language-detection","nlp"],"latest_commit_sha":null,"homepage":"","language":"Elixir","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/minibikini.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}},"created_at":"2016-08-31T15:17:40.000Z","updated_at":"2025-03-07T11:16:50.000Z","dependencies_parsed_at":"2024-01-29T13:43:59.688Z","dependency_job_id":"8965ae23-287b-479c-94b0-892706fc4f29","html_url":"https://github.com/minibikini/paasaa","commit_stats":{"total_commits":106,"total_committers":5,"mean_commits":21.2,"dds":"0.34905660377358494","last_synced_commit":"ae03d7bfd762c23f56050437211c59ffe3719380"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minibikini%2Fpaasaa","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minibikini%2Fpaasaa/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minibikini%2Fpaasaa/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/minibikini%2Fpaasaa/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/minibikini","download_url":"https://codeload.github.com/minibikini/paasaa/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254459088,"owners_count":22074605,"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":["detect-language","elixir","language","language-detection","nlp"],"created_at":"2024-08-01T02:00:57.108Z","updated_at":"2025-05-16T03:06:06.835Z","avatar_url":"https://github.com/minibikini.png","language":"Elixir","funding_links":[],"categories":["Natural Language Processing (NLP)"],"sub_categories":[],"readme":"# Paasaa\n\n[![Actions Status](https://github.com/minibikini/paasaa/workflows/CI/badge.svg)](https://github.com/minibikini/paasaa/actions)\n[![Coverage Status](https://coveralls.io/repos/github/minibikini/paasaa/badge.svg?branch=master)](https://coveralls.io/github/minibikini/paasaa?branch=master)\n[![Hex.pm](https://img.shields.io/hexpm/v/paasaa.svg?maxAge=2592000)](https://hex.pm/packages/paasaa)\n[![Hex.pm](https://img.shields.io/hexpm/l/paasaa.svg?maxAge=2592000)](https://hex.pm/packages/paasaa)\n\nNatural language detection for Elixir\n\n[API Documentation] | [Hex Package]\n\n## Installation\n\nAdd `paasaa` to your list of dependencies in `mix.exs`:\n\n```elixir\ndef deps do\n  [{:paasaa, \"~\u003e 0.6.0\"}]\nend\n```\n\nAfter you are done, run `mix deps.get` in your shell to fetch and compile **Paasaa**.\n\n## Usage\n\nDetect a language:\n\n```elixir\niex\u003e Paasaa.detect \"Detect this!\"\n\"eng\"\n```\n\nDetect language and return a scored list of languages:\n\n```elixir\niex\u003e Paasaa.all(\"Detect this!\")\n[\n  {\"eng\", 1.0},\n  {\"sco\", 0.8675529295913343},\n  {\"nob\", 0.6065977351058591},\n  {\"swe\", 0.5923190546528804},\n  ...\n]\n```\n\n## Benchmark\n\n```shell\nmix bench\n```\n\n## Update Language Data\n\n```shell\nmix run script/generate_language_data.exs\n```\n\n## Derivation\n\n**Paasaa** is a derivative work from [Franc][] (JavaScript, MIT) by [Titus Wormer].\n\n## License\n\n[MIT] © [Egor Kislitsyn]\n\n\u003c!-- Definitions --\u003e\n\n[Api Documentation]: https://hexdocs.pm/paasaa/Paasaa.html\n[Hex Package]: https://hex.pm/packages/paasaa\n[Franc]: https://github.com/wooorm/franc/\n[Titus Wormer]: http://wooorm.com/\n[mit]: LICENSE\n[Egor Kislitsyn]: https://github.com/minibikini\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminibikini%2Fpaasaa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fminibikini%2Fpaasaa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fminibikini%2Fpaasaa/lists"}