module Iuliia::Gost52535

Overview

The Gost52535 module provides transliteration (Engine.translate) using the GOST R 52535.1-2006 transliteration schema.

More information (in Russian)

Examples

Iuliia::Gost52535.translate("Юлия Щеглова")
# => "Iuliia Shcheglova"

Iuliia::Gost52535.translate("Юлия, съешь ещё этих мягких французских булок из Йошкар-Олы, да выпей алтайского чаю")
# => "Iuliia, sesh eshche etikh miagkikh frantcuzskikh bulok iz Ioshkar-Oly, da vypei altaiskogo chaiu"

Included Modules

Extended Modules

Defined in:

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