Skip to content
This repository has been archived by the owner on Aug 25, 2022. It is now read-only.

Golang transliterator from romanian to russian

License

Notifications You must be signed in to change notification settings

titanium-technologies-group/ro-ru-transliterator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Ro-ru transliterator

Library is used to transliterate from romanian to russian. Installation:

import (
    "github.com/titanium-codes/ro-ru-transliterator/transliteration"
)

Simple usage:

russianString := transliteration.TransliterateInRussian(romanianString)

Some limitations:

  • May have unexpected behaviour for not not existing words
  • Makes all text lowercase