module Iuliia::Ungegn1987

Overview

The Ungegn1987 module provides transliteration (Engine.translate) using the UNGEGN 1987 V/18 transliteration schema.

More information (in Russian)

Examples

Iuliia::Ungegn1987.translate("Юлия, съешь ещё этих мягких французских булок из Йошкар-Олы, да выпей алтайского чаю")
# => "Julija, sʺešʹ eščё ètih mjagkih francuzskih bulok iz Joškar-Oly, da vypej altajskogo čaju"

Iuliia::Ungegn1987.translate("Россия, город Йошкар-Ола, улица Яна Крастыня")
# => "Rossija, gorod Joškar-Ola, ulica Jana Krastynja"

Included Modules

Extended Modules

Defined in:

iuliia/schemas/ungegn_1987.cr

Instance Method Summary

Instance methods inherited from module Iuliia::Engine

description : String description, name : String name, translate(string : String) : String translate

Instance Method Detail

def description : String #

Returns the transliteration schema description.


[View source]
def name : String #

Returns the transliteration schema name.


[View source]