module Iuliia::AlaLc

Overview

The AlaLc module provides transliteration (Engine.translate) using the ALA-LC transliteration schema..

More information (in Russian)

Examples

Iuliia::AlaLc.translate("Юлия, съешь ещё этих мягких французских булок из Йошкар-Олы, да выпей алтайского чаю")
# => "I͡ulii͡a, sʺeshʹ eshchё ėtikh mi͡agkikh frant͡suzskikh bulok iz Ĭoshkar-Oly, da vypeĭ altaĭskogo chai͡u"

Included Modules

Extended Modules

Defined in:

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