{"id":13366801,"url":"https://github.com/mozillazg/Go-unidecode","last_synced_at":"2025-03-12T18:31:30.756Z","repository":{"id":52420017,"uuid":"62889804","full_name":"mozillazg/go-unidecode","owner":"mozillazg","description":"ASCII transliterations of Unicode text.","archived":false,"fork":false,"pushed_at":"2023-05-14T12:06:38.000Z","size":332,"stargazers_count":134,"open_issues_count":5,"forks_count":19,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-01-05T18:27:46.486Z","etag":null,"topics":["go","golang","unidecode"],"latest_commit_sha":null,"homepage":"https://godoc.org/github.com/mozillazg/go-unidecode","language":"Go","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/mozillazg.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}},"created_at":"2016-07-08T13:15:10.000Z","updated_at":"2025-01-02T07:28:59.000Z","dependencies_parsed_at":"2024-01-08T15:34:55.576Z","dependency_job_id":null,"html_url":"https://github.com/mozillazg/go-unidecode","commit_stats":{"total_commits":33,"total_committers":4,"mean_commits":8.25,"dds":"0.48484848484848486","last_synced_commit":"98ea07f60ab0ab5dc29adb805402ac48c79e42fe"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozillazg%2Fgo-unidecode","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozillazg%2Fgo-unidecode/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozillazg%2Fgo-unidecode/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mozillazg%2Fgo-unidecode/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mozillazg","download_url":"https://codeload.github.com/mozillazg/go-unidecode/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243271313,"owners_count":20264435,"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":["go","golang","unidecode"],"created_at":"2024-07-30T00:01:32.172Z","updated_at":"2025-03-12T18:31:30.397Z","avatar_url":"https://github.com/mozillazg.png","language":"Go","funding_links":[],"categories":["自然语言处理","自然語言處理"],"sub_categories":["高级控制台界面","高級控制台界面"],"readme":"go-unidecode\n==============\n\n[![Build Status](https://github.com/mozillazg/go-unidecode/actions/workflows/ci.yml/badge.svg?branch=master)](https://github.com/mozillazg/go-unidecode/actions/workflows/ci.yml)\n[![Coverage Status](https://coveralls.io/repos/mozillazg/go-unidecode/badge.svg?branch=master)](https://coveralls.io/r/mozillazg/go-unidecode?branch=master)\n[![Go Report Card](https://goreportcard.com/badge/github.com/mozillazg/go-unidecode)](https://goreportcard.com/report/github.com/mozillazg/go-unidecode)\n[![GoDoc](https://godoc.org/github.com/mozillazg/go-unidecode?status.svg)](https://godoc.org/github.com/mozillazg/go-unidecode)\n\nASCII transliterations of Unicode text. Inspired by [python-unidecode](https://github.com/avian2/unidecode).\n\n\nInstallation\n------------\n\n```\ngo get github.com/mozillazg/go-unidecode\n```\n\nInstall CLI tool:\n\n```\n$ go install github.com/mozillazg/go-unidecode/cmd/unidecode@latest\n\n$ unidecode 北京kožušček\nBei Jing kozuscek\n```\n\n\nDocumentation\n--------------\n\nAPI documentation can be found here:\nhttps://godoc.org/github.com/mozillazg/go-unidecode\n\n\nUsage\n------\n\n```go\npackage main\n\nimport (\n\t\"fmt\"\n\t\"github.com/mozillazg/go-unidecode\"\n)\n\nfunc main() {\n\ts := \"abc\"\n\tfmt.Println(unidecode.Unidecode(s))\n\t// Output: abc\n\n\ts = \"北京\"\n\tfmt.Println(unidecode.Unidecode(s))\n\t// Output: Bei Jing\n\n\ts = \"kožušček\"\n\tfmt.Println(unidecode.Unidecode(s))\n\t// Output: kozuscek\n}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmozillazg%2FGo-unidecode","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmozillazg%2FGo-unidecode","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmozillazg%2FGo-unidecode/lists"}