Skip to content

A Clojure library for transliteration cyrillic Ukrainian words to latin.

License

Notifications You must be signed in to change notification settings

hashobject/transliteration.ukr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

transliteration.ukr

A Clojure library for transliteration cyrillic Ukrainian words to latin. Was implemented with following Ukrainian law in mind.

All test cases from the law are implemented.

Dependencies Status Circle CI

Usage


  (use 'transliteration.ukr)

  (transliterate "Алушта")
  ;; "Alushta"

  (transliterate "Україна")
  ;; "Ukraina"

License

Copyright © 2013-2015 Hashobject Ltd ([email protected]).

Distributed under the Eclipse Public License.

About

A Clojure library for transliteration cyrillic Ukrainian words to latin.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published