{"id":15519074,"url":"https://github.com/danieldk/sentencepiece","last_synced_at":"2025-04-23T04:17:19.130Z","repository":{"id":45091500,"uuid":"235603090","full_name":"danieldk/sentencepiece","owner":"danieldk","description":"Rust binding for the sentencepiece library","archived":false,"fork":false,"pushed_at":"2025-04-21T16:13:50.000Z","size":289,"stargazers_count":20,"open_issues_count":3,"forks_count":7,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-23T04:17:12.057Z","etag":null,"topics":["rust","sentencepiece"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/danieldk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","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":"2020-01-22T15:30:22.000Z","updated_at":"2025-04-21T12:57:30.000Z","dependencies_parsed_at":"2024-11-08T20:00:40.824Z","dependency_job_id":"ea3c11c9-d14a-42fe-a32d-ae86c8bce1f5","html_url":"https://github.com/danieldk/sentencepiece","commit_stats":{"total_commits":101,"total_committers":3,"mean_commits":"33.666666666666664","dds":0.08910891089108908,"last_synced_commit":"38df5d48a8dcf930f357a45369c8f83c42f56be5"},"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieldk%2Fsentencepiece","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieldk%2Fsentencepiece/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieldk%2Fsentencepiece/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/danieldk%2Fsentencepiece/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/danieldk","download_url":"https://codeload.github.com/danieldk/sentencepiece/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":250366716,"owners_count":21418772,"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":["rust","sentencepiece"],"created_at":"2024-10-02T10:19:58.047Z","updated_at":"2025-04-23T04:17:19.125Z","avatar_url":"https://github.com/danieldk.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# sentencepiece\n\nThis Rust crate is a binding for the\n[sentencepiece](https://github.com/google/sentencepiece) unsupervised\ntext tokenizer. The [crate\ndocumentation](https://docs.rs/sentencepiece/) is available\nonline.\n\n## `libsentencepiece` dependency\n\nThis crate depends on the `sentencepiece` C++ library. By default,\nthis dependency is treated as follows:\n\n* If `sentencepiece` could be found with `pkg-config`, the crate will\n  link against the library found through `pkg-config`. **Warning:**\n  dynamic linking only works correctly with sentencepiece 0.1.95\n  or later, due to\n  [a bug in earlier versions](https://github.com/google/sentencepiece/issues/579).\n* Otherwise, the crate's build script will do a static build of the\n  `sentencepiece` library. This requires that `cmake` is available.\n\nIf you wish to override this behavior, the `sentencepiece-sys` crate\noffers two features:\n\n* `system`: always attempt to link to the `sentencepiece` library\n  found with `pkg-config`.\n* `static`: always do a static build of the `sentencepiece` library\n  and link against that.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanieldk%2Fsentencepiece","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdanieldk%2Fsentencepiece","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdanieldk%2Fsentencepiece/lists"}