Skip to content

stts-se/translit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

translit

GoDoc Go Report Card Github actions workflow status

A collection of utilities for transliterating non-Latin scripts into Latin (and reverse, where applicable).

Installation

  1. Set up go

    Download: https://golang.org/dl/ (1.13 or higher)
    Installation instructions: https://golang.org/doc/install

  2. Clone the source code

    $ git clone https://github.com/stts-se/translit.git
    $ cd translit

  3. Test (optional)

    translit$ go test ./...

  4. Pre-compile binaries

    translit$ go install ./...


Language versions

Arabic Buckwalter

translit$ buckwalter <arabic text>

References:

Farsi

EI (2012)

translit$ far2lat <farsi text>

References:

Greek

Simplified version of ALA-LC [3]

translit$ grc2lat <greek text>

References:

Russian

A simplified version of the 'Road signs' system.

For Swedish style transliteration, we are using a simplified version TT's recommendations (link below).

translit$ rus2lat <russian text>

References:

Tamil

ISO 15919

translit$ tamil2lat <tamil text>

References:

About

Transliteration for various character sets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages