https://github.com/lucasintel/ukrainian
🇺🇦 Ukrainian language tooling for Crystal
https://github.com/lucasintel/ukrainian
crystal cyrillic transliteration ukraine ukrainian ukrainian-language
Last synced: about 2 months ago
JSON representation
🇺🇦 Ukrainian language tooling for Crystal
- Host: GitHub
- URL: https://github.com/lucasintel/ukrainian
- Owner: lucasintel
- License: mit
- Created: 2022-03-21T05:35:14.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-08T03:55:54.000Z (about 3 years ago)
- Last Synced: 2025-06-30T13:53:32.810Z (4 months ago)
- Topics: crystal, cyrillic, transliteration, ukraine, ukrainian, ukrainian-language
- Language: Crystal
- Homepage:
- Size: 5.86 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Ukrainian
Ukrainian language tooling for Crystal.
[](https://github.com/lucasintel/ukrainian/actions/workflows/ci.yml)
## Quickstart
```cr
require "ukrainian"Ukrainian.transliterate("Київ; Харків; Одеса; Дніпро")
# 🇺🇦 => "Kyiv; Kharkiv; Odesa; Dnipro"Ukrainian.transliterate("Майдан Незалежності")
# 🇺🇦 => "Maidan Nezalezhnosti"Ukrainian.transliterate("Національний Технічний Університет «Дніпровська Політехніка»")
# 🇺🇦 => "Natsionalnyi Tekhnichnyi Universytet «Dniprovska Politekhnika»"
```## Transliteration
Simple, high throughput Ukrainian transliteration for working with large volumes of data.
Compliant with the [**Ukrainian National transliteration system (2010 version)**](https://zakon.rada.gov.ua/laws/show/55-2010-%D0%BF).
## Installation
1. Add the dependency to your `shard.yml`:
```yaml
dependencies:
ukrainian:
github: lucasintel/ukrainian
```2. Run `shards install`
## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request## Contributors
- [Lucas M. D.](https://github.com/lucasintel) - creator and maintainer