module Iuliia::Gost779

Overview

The Gost779 module provides transliteration (Engine.translate) using the GOST 7.79-2000 (aka ISO 9:1995) transliteration schema.

More information (in Russian)

Examples

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

Included Modules

Extended Modules

Defined in:

iuliia/schemas/gost_779.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]