{"id":13413571,"url":"https://github.com/mehanizm/iuliia-go","last_synced_at":"2026-02-25T15:39:39.569Z","repository":{"id":49535936,"uuid":"259267167","full_name":"mehanizm/iuliia-go","owner":"mehanizm","description":"Transliterate Cyrillic → Latin in every possible way","archived":false,"fork":false,"pushed_at":"2021-06-15T16:27:22.000Z","size":3168,"stargazers_count":48,"open_issues_count":1,"forks_count":6,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-07-31T20:52:34.468Z","etag":null,"topics":["cyrillic","go","golang","russian","translit","transliteration"],"latest_commit_sha":null,"homepage":null,"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/mehanizm.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-04-27T09:29:40.000Z","updated_at":"2024-06-27T12:16:55.000Z","dependencies_parsed_at":"2022-08-26T23:11:14.126Z","dependency_job_id":null,"html_url":"https://github.com/mehanizm/iuliia-go","commit_stats":null,"previous_names":[],"tags_count":9,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehanizm%2Fiuliia-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehanizm%2Fiuliia-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehanizm%2Fiuliia-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mehanizm%2Fiuliia-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mehanizm","download_url":"https://codeload.github.com/mehanizm/iuliia-go/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243635583,"owners_count":20322964,"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":["cyrillic","go","golang","russian","translit","transliteration"],"created_at":"2024-07-30T20:01:43.470Z","updated_at":"2026-02-25T15:39:34.548Z","avatar_url":"https://github.com/mehanizm.png","language":"Go","funding_links":[],"categories":["Natural Language Processing","Microsoft Office","自然语言处理","Relational Databases","Bot Building"],"sub_categories":["Translation","翻译","Uncategorized","暂未分类","暂未分类这些库被放在这里是因为其他类别似乎都不适合。"],"readme":"# `Iuliia`\n\u003e Transliterate Cyrillic → Latin in every possible way\n\n\u003e This is the port of the incredible python library [iuliia](https://github.com/nalgeon/iuliia-py) made by @nalgeon\n\n[![GoDoc](https://godoc.org/github.com/mehanizm/iuliia-go?status.svg)](https://pkg.go.dev/github.com/mehanizm/iuliia-go)\n![Go](https://github.com/mehanizm/iuliia-go/workflows/Go/badge.svg)\n[![codecov](https://codecov.io/gh/mehanizm/iuliia-go/branch/master/graph/badge.svg)](https://codecov.io/gh/mehanizm/iuliia-go)\n[![Go Report](https://goreportcard.com/badge/github.com/mehanizm/iuliia-go)](https://goreportcard.com/report/github.com/mehanizm/iuliia-go)\n\nTransliteration means representing Cyrillic data (mainly names and geographic locations) with Latin letters. It is used for international passports, visas, green cards, driving licenses, mail and goods delivery etc.\n\n`Iuliia` makes transliteration as easy as:\n\n```go\nimport iuliia \"github.com/mehanizm/iuliia-go\"\n\nfunc main() {\n    translated := iuliia.Wikipedia.Translate(\"Юлия Щеглова\")\n    fmt.Println(translated)\n}\n\n\u003e\u003e 'Yuliya Shcheglova'\n```\n\n## Why use `Iuliia`\n\n- [20 transliteration schemas](https://github.com/nalgeon/iuliia) (rule sets), including all main international and Russian standards.\n- Correctly implements not only the base mapping, but all the special rules for letter combinations and word endings (AFAIK, Iuliia is the only library which does so).\n- Simple API and zero third-party dependencies.\n\n## Installation\n\n```sh\ngo get github.com/mehanizm/iuliia-go\n```\n\n`schemas` folder is the git submodule from [general repository](https://github.com/nalgeon/iuliia). You can add schemes manually and use generation to generate all code and tests:\n\n```sh\ngo generate\n```\n\n## CLI interface\n\nIn the folder `cmd` you can find CLI app to play with the transliteration.\n\n```sh\n# run the app with help\n./iuliia -h\n\u003e Usage of ./iuliia:\n\u003e   -schema string\n\u003e         choose schema name (default \"wikipedia\")\n\u003e   -show\n\u003e         showing list of the schemas\n\n# simple run the program\n./iuliia\n\u003e type phrase to translate with schema wikipedia:\n\u003e 'quit' to exit or 'help' to get help\n\u003e \u003e \n\n# show help\n\u003e help\n\u003e\u003e * show - to show all schemas\n\u003e\u003e * change schema_name - to change schema\n\u003e\u003e * quit - to quit the program\n\u003e\u003e type phrase to translate with schema wikipedia:\n\u003e\u003e 'quit' to exit or 'help' to get help\n\n# translate\n\u003e Привет. Как у тебя дела?\n\u003e\u003e Privet. Kak u tebya dela?\n\n# show all schemas\n\u003e show\n\u003e\u003e ala_lc:              ALA-LC transliteration schema.\n\u003e\u003e ala_lc_alt:          ALA-LC transliteration schema.\n\u003e\u003e bgn_pcgn:            BGN/PCGN transliteration schema\n\u003e\u003e bgn_pcgn_alt:        BGN/PCGN transliteration schema\n\u003e\u003e bs_2979:             British Standard 2979:1958 transliteration schema\n\u003e\u003e bs_2979_alt:         British Standard 2979:1958 transliteration schema\n\u003e\u003e gost_16876:          GOST 16876-71 (aka GOST 1983) transliteration schema\n\u003e\u003e gost_16876_alt:      GOST 16876-71 (aka GOST 1983) transliteration schema\n\u003e\u003e gost_52290:          GOST R 52290-2004 transliteration schema\n\u003e\u003e gost_52535:          GOST R 52535.1-2006 transliteration schema\n\u003e\u003e gost_7034:           GOST R 7.0.34-2014 transliteration schema\n\u003e\u003e gost_779:            GOST 7.79-2000 (aka ISO 9:1995) transliteration schema\n\u003e\u003e gost_779_alt:        GOST 7.79-2000 (aka ISO 9:1995) transliteration schema\n\u003e\u003e icao_doc_9303:       ICAO DOC 9303 transliteration schema\n\u003e\u003e iso_9_1954:          ISO/R 9:1954 transliteration schema\n\u003e\u003e iso_9_1968:          ISO/R 9:1968 transliteration schema\n\u003e\u003e iso_9_1968_alt:      ISO/R 9:1968 transliteration schema\n\u003e\u003e mosmetro:            Moscow Metro map transliteration schema\n\u003e\u003e mvd_310:             MVD 310-1997 transliteration schema\n\u003e\u003e mvd_310_fr:          MVD 310-1997 transliteration schema\n\u003e\u003e mvd_782:             MVD 782-2000 transliteration schema\n\u003e\u003e scientific:          Scientific transliteration schema\n\u003e\u003e telegram:            Telegram transliteration schema\n\u003e\u003e ungegn_1987:         UNGEGN 1987 V/18 transliteration schema\n\u003e\u003e wikipedia:           Wikipedia transliteration schema\n\u003e\u003e yandex_maps:         Yandex.Maps transliteration schema\n\u003e\u003e yandex_money:        Yandex.Money transliteration schema\n\n# change schema\n\u003e change telegram\n\u003e\u003e schema was changed to telegram\n\u003e\u003e \n\u003e\u003e type phrase to translate with schema telegram:\n\u003e\u003e 'quit' to exit or 'help' to get help\n```\n\n## Contributing\n\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\nMake sure to add or update tests as appropriate.\n\n## License\n\n[MIT](https://choosealicense.com/licenses/mit/)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehanizm%2Fiuliia-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmehanizm%2Fiuliia-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmehanizm%2Fiuliia-go/lists"}