Class: Babosa::Transliterator::Hindi

Inherits:
Base
  • Object
show all
Defined in:
lib/babosa/transliterator/hindi.rb

Constant Summary collapse

APPROXIMATIONS =
{
  "" => "n",
  "" => "n",
  "" => "n",
  "" => "h",
  "" => "a",
  "" => "a",
  "" => "aa",
  "" => "i",
  "" => "ii",
  "" => "u",
  "" => "uu",
  "" => "ri",
  "" => "lri",
  "" => "e",
  "" => "e",
  "" => "e",
  "" => "ei",
  "" => "o",
  "" => "o",
  "" => "o",
  "" => "ou",
  "" => "k",
  "" => "kh",
  "" => "g",
  "" => "gh",
  "" => "d",
  "" => "ch",
  "" => "chh",
  "" => "j",
  "" => "jh",
  "" => "ny",
  "" => "tt",
  "" => "tth",
  "" => "dd",
  "" => "ddh",
  "" => "nn",
  "" => "t",
  "" => "th",
  "" => "d",
  "" => "dh",
  "" => "n",
  "" => "nnn",
  "" => "p",
  "" => "ph",
  "" => "b",
  "" => "bh",
  "" => "m",
  "" => "y",
  "" => "r",
  "" => "rr",
  "" => "l",
  "" => "ll",
  "" => "ll",
  "" => "v",
  "" => "sh",
  "" => "ss",
  "" => "s",
  "" => "h",
  "" => "oe",
  "" => "ooe",
  "" => "",
  "" => "-",
  "" => "aa",
  "ि" => "i",
  "" => "ii",
  "" => "u",
  "" => "uu",
  "" => "r",
  "" => "rr",
  "" => "e",
  "" => "e",
  "" => "e",
  "" => "ai",
  "" => "o",
  "" => "o",
  "" => "o",
  "" => "au",
  "" => "",
  "" => "e",
  "" => "aw",
  "" => "om",
  "" => "",
  "" => "_",
  "" => "",
  "" => "",
  "" => "ee",
  "" => "ue",
  "" => "uue",
  "" => "q",
  "" => "khh",
  "" => "ghh",
  "" => "za",
  "" => "dddh",
  "" => "rh",
  "" => "f",
  "" => "yy",
  "" => "rri",
  "" => "lr",
  "" => "l",
  "" => "l",
  "" => ".",
  "" => "..",
  "" => "0",
  "" => "1",
  "" => "2",
  "" => "3",
  "" => "4",
  "" => "5",
  "" => "6",
  "" => "7",
  "" => "8",
  "" => "9",
  "" => ".",
  "" => ".",
  "" => "a",
  "" => "oe",
  "" => "ooe",
  "" => "aw",
  "" => "ue",
  "" => "uue",
  "" => "dd",
  "" => "zh",
  "" => "y",
  "" => "gg",
  "" => "jj",
  "" => "?",
  "" => "ddd",
  "ॿ" => "bb"
}.freeze

Instance Attribute Summary

Attributes inherited from Base

#approximations

Method Summary

Methods inherited from Base

#[], #initialize, #transliterate

Constructor Details

This class inherits a constructor from Babosa::Transliterator::Base