module Iuliia::Scientific

Overview

The Scientific module provides transliteration (Engine.translate) using the Scientific transliteration schema.

More information (in Russian)

Examples

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

Included Modules

Extended Modules

Defined in:

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