{"id":30898118,"url":"https://github.com/frederik-uni/langid","last_synced_at":"2025-09-09T01:05:52.884Z","repository":{"id":305136022,"uuid":"1022027395","full_name":"frederik-uni/langid","owner":"frederik-uni","description":"Faster rewrite of the language identification tool langid/py3langid","archived":false,"fork":false,"pushed_at":"2025-07-18T10:55:53.000Z","size":1440,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-08-25T18:39:25.304Z","etag":null,"topics":["detect-language","detect-languages","langid","language-detection","language-detection-lib","language-detection-library","language-detector","language-identification","language-recognition","nlp","whatlang"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/frederik-uni.png","metadata":{"files":{"readme":"README.md","changelog":null,"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,"zenodo":null}},"created_at":"2025-07-18T10:30:32.000Z","updated_at":"2025-07-18T10:59:20.000Z","dependencies_parsed_at":"2025-07-18T14:45:17.168Z","dependency_job_id":"afd2ab46-33a5-4050-ae17-8751a39cf756","html_url":"https://github.com/frederik-uni/langid","commit_stats":null,"previous_names":["frederik-uni/langid"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/frederik-uni/langid","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frederik-uni%2Flangid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frederik-uni%2Flangid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frederik-uni%2Flangid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frederik-uni%2Flangid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/frederik-uni","download_url":"https://codeload.github.com/frederik-uni/langid/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/frederik-uni%2Flangid/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":274231812,"owners_count":25245855,"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-09-08T02:00:09.813Z","response_time":121,"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":["detect-language","detect-languages","langid","language-detection","language-detection-lib","language-detection-library","language-detector","language-identification","language-recognition","nlp","whatlang"],"created_at":"2025-09-09T01:05:51.063Z","updated_at":"2025-09-09T01:05:52.864Z","avatar_url":"https://github.com/frederik-uni.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# LangId\nThis is a rust conversion of the [py3langid](https://github.com/adbar/py3langid) library.\n\nThis is only a deployment of the library. For training use the original library.\n\n```rs\nuse langid_rs::Model;\n\nfn main() {\n    let model = Model::load(false).unwrap();\n    //model.set_langs(Some(vec![...])).unwrap();\n\n    let text = \"This text is in English.\";\n\n    let classification = model.classify(text).unwrap();\n    println!(\"{:?}\", classification);\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrederik-uni%2Flangid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffrederik-uni%2Flangid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffrederik-uni%2Flangid/lists"}