module Iuliia::Gost16876Alt

Overview

The Gost16876Alt module provides transliteration (Engine.translate) using the GOST 16876-71 (aka GOST 1983) transliteration schema.

More information (in Russian)

Examples

Iuliia::Gost16876Alt.translate("Юлия, съешь ещё этих мягких французских булок из Йошкар-Олы, да выпей алтайского чаю")
# => "Julija, s\"esh' eshhjo ehtikh mjagkikh francuzskikh bulok iz Jjoshkar-Oly, da vypejj altajjskogo chaju"

Included Modules

Extended Modules

Defined in:

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