Module:xchc-noun: Difference between revisions

Jump to navigation Jump to search
no edit summary
No edit summary
No edit summary
Line 55: Line 55:
data.g = g
data.g = g
data.sg = ""
data.sg = ""
data.pau = wordpron(word):match("[eiøy]$") and "ч"
data.pau = wordpron(word):match("[eiøy]ː?$") and "ч"
  or wordpron(word):match("[ɛa]$") and "н"
  or wordpron(word):match("[ɛa]ː?$") and "н"
  or wordpron(word):match("[uoɔ]$") and "ӈ"
  or wordpron(word):match("[uoɔ]ː?$") and "ӈ"
  or gsubh("Bӈ",{["b"]="о̆",["f"]="э̆"},"b")
  or gsubh("Bӈ",{["b"]="о̆",["f"]="э̆"},"b")
data.pl = {
data.pl = {
Line 122: Line 122:
["pro"] = gsubh("сRц",{["r"]="ө",["u"]="э"}, "r"),
["pro"] = gsubh("сRц",{["r"]="ө",["u"]="э"}, "r"),
["ade"] = "ляц",
["ade"] = "ляц",
["abl"] = "a", -- gsubh("сRшB",{["r"]="u",["u"]="i",["b"]="о̄̆",["f"]="э̄̆"},{["roundness"] = "r", ["backness"] = "f"}),
["abl"] = gsubh("сRшB",{["r"]="u",["u"]="i",["b"]="о̄̆",["f"]="э̄̆"},{["roundness"] = "r", ["backness"] = "f"}),
["ill"] = gsubh("кRб",{["r"]="ү",["u"]="ы"},"u"),
["ill"] = gsubh("кRб",{["r"]="ү",["u"]="ы"},"u"),
}
}

Navigation menu