{"id":20623014,"url":"https://github.com/dluman/rusty","last_synced_at":"2025-04-15T12:36:52.574Z","repository":{"id":39700242,"uuid":"266558612","full_name":"dluman/rusTy","owner":"dluman","description":"Rust bindings for the spaCy library.","archived":false,"fork":false,"pushed_at":"2022-12-11T21:57:30.000Z","size":24,"stargazers_count":21,"open_issues_count":1,"forks_count":2,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-28T20:21:19.556Z","etag":null,"topics":["nlp","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dluman.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":"2020-05-24T14:31:14.000Z","updated_at":"2025-01-10T10:54:11.000Z","dependencies_parsed_at":"2023-01-27T07:46:43.095Z","dependency_job_id":null,"html_url":"https://github.com/dluman/rusTy","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dluman%2FrusTy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dluman%2FrusTy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dluman%2FrusTy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dluman%2FrusTy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dluman","download_url":"https://codeload.github.com/dluman/rusTy/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":249072827,"owners_count":21208253,"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":["nlp","rust"],"created_at":"2024-11-16T12:25:30.922Z","updated_at":"2025-04-15T12:36:52.535Z","avatar_url":"https://github.com/dluman.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rusTy\n\nRust bindings for the [spaCy](https://spacy.io) Python NLP library. It's a work in progress. I'm at that part in another project where it's just easier to take a detour and write some bindings.\n\n## Example\n\nThe following performs sentence similarity.\n\n```rust\nlet spacy = spacy::Module::init();\n  spacy.load(\"en_core_web_lg\");\n  let pangram1 = spacy::nlp(\"With tenure, Suzie’d have all the more leisure for yachting, but her publications are no good.\");\n  let pangram2 = spacy::nlp(\"Amazingly few discotheques provide jukeboxes.\");\n  pangram1\n    .call(\"similarity\")\n    .args(pangram2)\n    .kwargs(\"\")\n    .invoke();\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdluman%2Frusty","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdluman%2Frusty","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdluman%2Frusty/lists"}