Content deleted Content added
No edit summary |
[w] off-glide tweak |
||
(23 intermediate revisions by 3 users not shown) | |||
Line 1:
-- This module is primarily maintained at:
-- https://en.wiktionary.org/wiki/Module:mh-pronunc
-- Please direct all technical queries and contributions there.
-- The version of this script on Wikipedia is only a mirror.
local export = {}
local
local PARENTHETICAL_EPENTHESIS = true
local
local
local ASYLL = "̯"
Line 26 ⟶ 18:
local TIE2 = "͜"
local C1_ = "
local C1 = "["..C1_.."]"
local
local C = ".["..C2_.."]"
local V_ = "aEeiAV7MQOou"
local V = "["..V_.."]"
Line 39 ⟶ 32:
local EMPTY = {}
-- Adds elements to a sequence as if it's a set (retains unique elements only).
local function addUnique(seq, value)
for _, value2 in pairs(seq) do
Line 48 ⟶ 42:
end
-- Intended to work the same as JavaScript's Object.assign() function.
local function assign(target, ...)
local args = { ... }
Line 61 ⟶ 56:
local function fastTrim(text)
return string.match(text, "^%s*(.-)%s*$")
end
local function parseBoolean(text)
if type(text) == "string" then
text =
if text ~= "" and text ~= "0" and
return true
end
Line 93 ⟶ 72:
chars = chars or {}
local index = 1
for ch in
chars[index] = ch
index = index + 1
Line 99 ⟶ 78:
if index <= #chars then
if shorten then
else
repeat
Line 111 ⟶ 90:
local function string_gsub2(text, pattern, subst)
return
end
Line 137 ⟶ 116:
local function ZTBL(text, sep)
local tbl = {}
for key in
tbl[key] = true
end
Line 145 ⟶ 124:
local PARSE_PSEUDO_GLIDE = {
["y"] = "0",
["h"] = "0h",
["w"] = "0w"
}
local PARSE_C_CH_CW = {
["k"] = "kG",
["kh"] = "kGh", -- N\A
["kw"] = "kW",
["l"] = "lJ",
["lh"] = "lG",
["lw"] = "lW",
["m"] = "mJ",
["mh"] = "mG",
["mw"] = "mJw", -- N\A
["n"] = "nJ",
["nh"] = "nG",
["nw"] = "nW",
["ng"] = "NG",
["ngh"] = "NGh", -- N\A
["ngw"] = "NW",
["r"] = "rG",
["rh"] = "rGh", -- N\A
["rw"] = "rW",
["0"] = "_J",
["0h"] = "_G",
["0w"] = "_W"
}
local PARSE_REMAINING = {
["b"] = "pG",
["d"] = "rj",
["e"] = "E",
["&"] = "e",
["h"] = "hG",
["j"] = "tj",
["J"] = "j",
["p"] = "pj",
["t"] = "tG",
["w"] = "hw",
["W"] = "w",
["y"] = "hj",
["z"] = "yj",
["Z"] = "Yj",
["'"] = ""
}
local function parse(code)
local outSeq = {}
code =
code =
for text in
text = fastTrim(text)
if text ~= "" then
local temp =
if temp ~= "" then
error("'"..code.."' contains unsupported characters: "..temp)
Line 165 ⟶ 188:
-- Recognize "y_", "h_", "w_", "_y", "_h", "_w" as pseudo-glides.
text = string.gsub(text, "_*([hwy])_+", PARSE_PSEUDO_GLIDE)
text = string.gsub(text, "_+([hwy])", PARSE_PSEUDO_GLIDE)
if string.find(text, "_") then
error("contains misplaced underscores: "..code)
end
-- a plain {i} protected from dialect-specific reflexes
text =
-- "yi'y" and "'yiy" sequences
text =
if aposA ~= "" then
-- "dwelling upon" i
Line 189 ⟶ 209:
-- Convert multigraphs to pseudo-X-SAMPA format.
text = string.gsub(text, "[klmnr0]g?[hw]?", PARSE_C_CH_CW)
if string.find(text, "g") then
error("contains g that is not part of ng: "..code)
end
-- Convert remaining sequences to pseudo-X-SAMPA format.
text = string.gsub(text, ".", PARSE_REMAINING)
-- Enforce CVC, CVCVC, CVCCVC, etc. phonotactics,
-- but allow VC, CV at affix boundaries
-- where a vowel may link to another morpheme's consonant.
temp =
if
then
error("pseudo-glides may not neighbor a consonant")
end
if
error("pseudo-glides may only be at the beginning or end"..code)
end
if
error("vowels must be separated by a consonant: "..code)
end
if
error("each consonant cluster is limited to two: "..code)
end
if
error("may not end with a consonant cluster: "..code)
end
if consonX ~= consonY then
error("may only begin with single or geminated consonant: "
Line 292 ⟶ 272:
["hj"] = "y", ["hG"] = "h", ["hw"] = "w",
["_j"] = "", ["_G"] = "", ["_w"] = "",
["a"] = "a",
["E"] = "e",
["e"] = "&",
["i"] = "i",
["I"] = "i"
}
local BENDER_MED = assign({}, BENDER_1968, {
Line 306 ⟶ 286:
["lG"] = "ļ",
["lw"] = "ļ°",
["e"] = "ȩ"
})
local BENDER_MOD = assign({}, BENDER_MED, {
Line 317 ⟶ 297:
["lG"] = "ḷ",
["lw"] = "ḷʷ",
["e"] = "ẹ"
})
local BENDER_DEFAULT = assign({}, BENDER_MOD, {
Line 325 ⟶ 305:
["lG"] = "ļ",
["lw"] = "ļʷ",
["e"] = "ȩ"
})
local BENDER_MAPS = {
["1968"] = BENDER_1968,
["med"] = BENDER_MED,
["mod"] = BENDER_MOD
}
Line 340 ⟶ 320:
local version = args and args.version
local map = BENDER_MAPS[
type(version) == "string" and
] or BENDER_DEFAULT
local outSeq = {}
for _, text in pairs(inSeq) do
text =
addUnique(outSeq, text)
end
return outSeq
end
local TO_MOD = {
["Ȩ"] = "Ẹ", ["ȩ"] = "ẹ",
["Ļ"] = "Ḷ", ["ļ"] = "ḷ",
["M̧"] = "Ṃ", ["m̧"] = "ṃ",
["Ņ"] = "Ṇ", ["ņ"] = "ṇ",
["N̄"] = "Ñ", ["n̄"] = "ñ",
["O̧"] = "Ọ", ["o̧"] = "ọ"
}
local function toMOD(text)
text = mw.ustring.gsub(text, ".["..CEDILLA..MACRON.."]?", TO_MOD)
return text
end
Line 363 ⟶ 359:
["hj"] = "j", ["hG"] = "ɰ", ["hw"] = "w",
["_j"] = "", ["_G"] = "", ["_w"] = "",
["a"] = "æ",
["E"] = "ɛ",
["e"] = "e",
["i"] = "i",
["I"] = "i"
}
if false then
Line 386 ⟶ 382:
local outSeq = {}
for _, text in pairs(inSeq) do
text =
addUnique(outSeq, text)
end
return outSeq
end
Line 424 ⟶ 401:
local F2_BACK = 2
local F2_ROUND = 3
local F2 = {
["j"] = F2_FRONT, ["G"] = F2_BACK, ["w"] = F2_ROUND } local FRONT_VOWEL = {}
Line 443 ⟶ 424:
end
local function maxF1(a, b, c)
if
return VOWEL[
elseif b then
return VOWEL[math.max(F1[a], F1[b])][F2_FRONT]
else
return
end
end
Line 454 ⟶ 437:
-- Morphemes can begin with geminated consonants, but spoken words cannot.
text =
function(conson, _, __, vowel) if conson == "hG" then
if isRalik then
return "hG"..vowel.._.."hG"..__..vowel
else
return "hG".._..__..vowel
end
else
return "hj"..maxF1(vowel, "E")..conson.._..conson..__..vowel
else
return conson..maxF1(vowel, "E").._..conson..__..vowel
end
end
end
-- Initial {yiyV-, yiwV-, wiwV-} sequences have special behavior.
-- To block this in the template argument, use "'i" instead of "i".
text = " "..text
text =
"([ jGw])( *)(h[jw])( *)i( *)(h[jw])( *)("..VI..")", function(nonVowel, _, consonX, __, ___, consonY, ____, vowel)
if consonY == "hw" then
-- {yiwV-, wiwV-} sequences
Line 482 ⟶ 468:
end
-- {[yw]iwV-} becomes {[yw]iwwV-} in both dialects.
return nonVowel.._..consonX..__..
"I"..___..consonY..____..consonY..vowel elseif consonX == "hj" then
-- {yiyV-} sequences
if isRalik then
-- "dwelling upon" i
return nonVowel.._..__.."Yj"..___..____..vowel
else
-- "passing over lightly" i
return nonVowel.._..__.."yj"..___..____..vowel
end
end
end
)
text =
-- Restore protected {i}, we won't be checking for it anymore.
text =
return text
Line 507 ⟶ 494:
local IS_VOWEL = FRONT_VOWEL
local VOWEL_REFLEX
if true then
-- [f1]
local aEei = { "a", "E", "e", "i" }
local AEei = { "A", "E", "e", "i" }
local AV7i = { "A", "V", "7", "i" }
local AV7M = { "A", "V", "7", "M" }
local AV7u = { "A", "V", "7", "u" }
local AOou = { "A", "O", "o", "u" }
local QOou = { "Q", "O", "o", "u" }
-- [F2[secondaryR]][f1]
local _jv_X = { aEei, AEei, QOou }
local njv_X = { aEei, AV7i, QOou }
local hjvtX = { aEei, aEei, QOou }
local hjvkX = { AV7i, AV7i, QOou }
local _Gv_X = { AV7i, AV7M, QOou }
local rGv_X = { AEei, AV7M, QOou } -- not currently used
local hGv_X = { AV7M, AV7M, AV7M }
local _wv_X = { AV7u, AOou, QOou }
local rwv_X = { AOou, AOou, QOou }
local hwv_X = { AV7M, AOou, QOou }
local hwvtX = { AV7M, AV7M, QOou }
-- [F2[secondaryL]][F2[secondaryR]][f1]
local _Xv__ = { _jv_X, _Gv_X, _wv_X }
local nXv__ = { njv_X, _Gv_X, hwv_X }
local rXv__ = { _jv_X, _Gv_X, rwv_X }
local hXv__ = { _jv_X, hGv_X, hwv_X }
local hXvt_ = { hjvtX, hGv_X, hwvtX }
local hXvk_ = { hjvkX, hGv_X, _wv_X }
local hXvr_ = { hjvtX, hGv_X, hwv_X }
-- [primaryR][F2[secondaryL]][F2[secondaryR]][f1]
local __vX_ = {
["p"] = _Xv__, ["t"] = _Xv__, ["k"] = _Xv__,
["m"] = _Xv__, ["n"] = _Xv__, ["N"] = _Xv__,
["r"] = _Xv__, ["l"] = _Xv__
}
local n_vX_ = {
["p"] = nXv__, ["t"] = nXv__, ["k"] = nXv__,
["m"] = nXv__, ["n"] = nXv__, ["N"] = nXv__,
["r"] = nXv__, ["l"] = nXv__
}
local r_vX_ = {
["p"] = rXv__, ["t"] = rXv__, ["k"] = rXv__,
["m"] = rXv__, ["n"] = rXv__, ["N"] = rXv__,
["r"] = rXv__, ["l"] = _Xv__
}
local h_vX_ = {
["p"] = hXv__, ["t"] = hXvt_, ["k"] = hXvk_,
["m"] = hXv__, ["n"] = hXv__, ["N"] = hXvk_,
["r"] = hXvr_, ["l"] = hXv__
}
-- [primaryL][primaryR][F2[secondaryL]][F2[secondaryR]][f1]
VOWEL_REFLEX = {
["p"] = __vX_, ["t"] = __vX_, ["k"] = __vX_,
["m"] = __vX_, ["n"] = n_vX_, ["N"] = n_vX_,
["r"] = r_vX_, ["l"] = n_vX_, ["h"] = h_vX_
}
end
local CONSON_REFLEX
if true then
local map = {
["t"] = { ["j"] = "T" },
["n"] = { ["j"] = "J" },
["r"] = { ["j"] = "R" },
["l"] = { ["j"] = "L" }
}
for primary in mw.text.gsplit("ptkmnNrl", "") do
local map2 = map[primary]
if not map2 then
map2 = {}
map[primary] = map2
end
map2["j"] = map2["j"] or primary
map2["G"] = map2["G"] or primary
map2["w"] = map2["w"] or primary
end
map["T"] = map["t"]
map["J"] = map["n"]
map["R"] = map["r"]
map["L"] = map["l"]
CONSON_REFLEX = map
end
local VOICED_PRIMARY =
{ ["p"]
local VOICELESS_PRIMARY =
{ ["b"]
local PHONETIC_IPA
if true then
local map = {
["p"] = "p",
["b"] = "b",
["B"] = "β̞",
["t"] = "t",
["d"] = "d",
["s"] = "s",
["z"] = "z",
["k"] = "k",
["g"] = "ɡ",
["m"] = "m",
["n"] = "n",
["N"] = "ŋ",
["r"] = "r",
["l"] = "l",
["Hj"] = "j",
["HG"] = "ʔ",
["Hw"] = "w",
["_"] = "‿",
["j"] = "ʲ",
["G"] = "ˠ",
["w"] = "ʷ",
["a"] = "æ",
["E"] = "ɛ",
["e"] = "e",
["i"] = "i",
["A"] = "ɑ",
["V"] = "ʌ",
["7"] = "ɤ",
["M"] = "ɯ",
["Q"] = "ɒ",
["O"] = "ɔ",
["o"] = "o",
["u"] = "u",
["^"] = ASYLL,
["@"] = ASYLL,
["("] = "(",
[")"] = ")",
[":"] = "ː",
["="] = TIE2
}
if PHONETIC_DETAILS then
assign(map, {
["t"] = "t̪",
["T"] = "t̠",
["d"] = "d̪",
["D"] = "d̠",
["s"] = "s̠",
["z"] = "z̠",
["k"] = "k̠",
["g"] = "ɡ̠",
["n"] = "n̠",
["J"] = "n̪",
["N"] = "ŋ̠",
["r"] = "r̠",
["R"] = "r̪",
["l"] = "l̠",
["L"] = "l̪",
["a"] = "æ̝",
["E"] = "ɛ̝",
["E@"] = "e"..map["@"],
["E^"] = "e"..map["^"],
["Q"] = "ɒ̝",
["O"] = "ɔ̝",
["O@"] = "o"..map["@"],
["O^"] = "o"..map["^"]
})
end
map["T"] = map["T"] or map["t"]
map["D"] = map["D"] or map["d"]
map["S"] = map["S"] or (map["T"]..map["s"])
map["Z"] = map["Z"] or (map["D"]..map["z"])
map["kG"] = map["kG"] or map["k"]
map["gG"] = map["gG"] or map["g"]
map["J"] = map["J"] or map["n"]
map["NG"] = map["NG"] or map["N"]
map["R"] = map["R"] or map["r"]
map["L"] = map["L"] or map["l"]
map["Hj"] = map["Hj"] or map["i"]..map["^"]
local key
for primary in mw.text.gsplit("pbBtdTDSZszkgmnJNrRlL_", "") do
for secondary in mw.text.gsplit("jGw", "") do
key = primary..secondary
map[key] = map[key] or (map[primary]..map[secondary])
end
end
for vowel in mw.text.gsplit(V_, "") do
key = vowel.."@"
map[key] = map[key] or (map[vowel]..map["@"])
key = vowel.."^"
map[key] = map[key] or (map[vowel]..map["^"])
end
PHONETIC_IPA = map
end
local function toPhoneticRemainder(code, config, leftFlag, rightFlag)
local text = code
local chars, subst
local diphthongs = config.diphthongs
-- If the phrase begins or ends with a bare vowel
-- and no pseudo-glide, display phrase
-- with each of the different pseudo-glides and possible vowel reflexes.
if IS_VOWEL[
text = "_j"..code
toPhoneticRemainder(
if not diphthongs then
toPhoneticRemainder(text, config, true, rightFlag)
end
text = "_G"..code
toPhoneticRemainder(text, config, false, rightFlag)
if not diphthongs then
toPhoneticRemainder(text, config, true, rightFlag)
end
text = "_w"..code
toPhoneticRemainder(text, config, false, rightFlag)
if not diphthongs then
toPhoneticRemainder(text, config, true, rightFlag)
end
return
end
if IS_VOWEL[
toPhoneticRemainder(text
if not diphthongs then
toPhoneticRemainder(text, config, leftFlag, true)
end
text = code.."_G"
toPhoneticRemainder(text, config, leftFlag, false)
if not diphthongs then
toPhoneticRemainder(text, config, leftFlag, true)
end
text = code.."_w"
toPhoneticRemainder(text, config, leftFlag, false)
if not diphthongs then
toPhoneticRemainder(text, config, leftFlag, true)
end
return
end
local initialJ = config.initialJ
local medialJ = config.medialJ
local finalJ = config.finalJ
local noHints = config.noHints
local outSeq = config.outSeq
local voice = config.voice
if initialJ == "x" or
medialJ == "x" or
finalJ == "x"
then
local subSeq = {}
config.outSeq = subSeq
if initialJ == "x" then
config.initialJ = "t"
end
if medialJ == "x" then
config.medialJ = "t"
end
if finalJ == "x" then
config.finalJ = "t"
end
toPhoneticRemainder(code, config)
if initialJ == "x" then
config.initialJ = "s"
end
if medialJ == "x" then
config.medialJ = "s"
end
if finalJ == "x" then
config.finalJ = "s"
end
toPhoneticRemainder(code, config)
addUnique(outSeq, table.concat(subSeq, " ~ "))
config.outSeq = outSeq
config.initialJ = initialJ
config.medialJ = medialJ
config.finalJ = finalJ
return
end
-- Glides always trigger epenthesis, even neighboring other glides.
text =
function(vowelL, _, secondary, __, primaryR, ___, vowelR)
if secondary == "w" then
primaryR = "H"
end
return (
vowelL.._..secondary..
maxF1(vowelL, vowelR).."@"..
__..primaryR..secondary..___..vowelR
)
end
)
text = string.gsub(text, "([aEei])( *)hG( *.[jGw])", "%1%2hG%1@%3")
text = string.gsub(text, "(.[jGw])( *)hG( *)([aEei])", "%1%4@%2hG%3%4")
text = string.gsub(text, "([aEei])( *)h(.)( *.[jGw])", "%1%2h%3%1@%4")
text = string.gsub(text, "(.[jGw])( *)h(. *)([aEei])", "%1%4@%2h%3%4")
text = string.gsub(text, "(.[jGw])( *[yY].)", "%1i@%2")
-- Preserve these exceptionally stable clusters.
text =
-- Unstable consonant clusters trigger epenthesis.
-- Liquids before coronal obstruents.
text =
-- Nasals and liquids after coronal obstruents.
text =
-- Heterorganic clusters.
-- Labial consonants neighboring coronal or dorsal consonants.
text =
-- Coronal consonants neighboring labial or dorsal consonants.
text =
-- Dorsal consonants neighboring labial or coronal consonants.
text =
-- Organic speech involves certain consonant cluster assimilations.
Line 595 ⟶ 814:
-- Forward assimilation of rounded consonants.
-- There is no rounded coronal obstruent.
text =
-- Backward assimilation of remaining secondary articulations.
text =
-- Backward nasal assimilation of primary articulations.
text =
-- No longer need to protect exceptionally stable consonant clusters.
text =
-- Give a vowel height to all epenthetic vowels that still lack one.
text = string_gsub2(text, "(.)( *..)v( *.. *)(.)",
function(vowelL, consonL, consonR, vowelR)
return vowelL..consonL..
maxF1(vowelL, vowelR, "E").."@".. consonR..vowelR end
)
-- Tag all vowels for next set of operations.
text =
-- There is no variation in the surface realizations of vowels
-- between two identical secondary articulations.
text = string_gsub2(text, "([jGw])( *)/([aEei])(@? *.)%1",
function(secondary, _, vowel, infix)
return (
secondary.._..VOWEL[F1[vowel]][F2[secondary]].. infix..secondary )
end
)
Line 626 ⟶ 850:
if diphthongs then
text = string_gsub2(text, "(.)([jGw])( *)/([aEei])(@?)( *)(.)([jGw])",
function(
primaryL, secondaryL, _, vowel, epenth, __, primaryR, secondaryR
)
local f1 = F1[vowel]
return (
primaryL..secondaryL.._..
VOWEL[f1][F2[secondaryL]]..epenth.."="..
VOWEL[f1][F2[secondaryR]]..epenth..__..
primaryR..secondaryR
)
end
)
else
--
primaryL, secondaryL, _, vowel, epenth,
__, primaryR, secondaryR, flag
)
local f2L = F2[secondaryL]
local f2R = F2[secondaryR]
if flag then
f2 = math.max(f2L, f2R)
else
f2 = math.min(f2L, f2R)
end
return (
primaryL..secondaryL.._..
primaryR..secondaryR
)
end
text = string.gsub(text, "(_)([jGw])( *)/("..V..")(@?)( *)(.)([jGw])",
function(a, b, c, d, e, f, g, h)
return subst(a, b, c, d, e, f, g, h, leftFlag)
end
)
text = string.gsub(text, "(.)([jGw])( *)/("..V..")(@?)( *)(_)([jGw])",
function(a, b, c, d, e, f, g, h)
return subst(a, b, c, d, e, f, g, h, rightFlag)
end
)
-- Vowels between two non-glides have the most predictable reflexes.
text = string_gsub2(text,
"([ptkmnNrl])(.)( *)/([aEei])(@? *)([ptkmnNrl])(.)", function(
primaryL, secondaryL, _, vowel, )
return primaryL..secondaryL.._..
VOWEL_REFLEX[primaryL][primaryR]
[F2[secondaryL]][F2[secondaryR]][F1[vowel]]..
end
)
-- Exceptionally for the single word "rej".
text = string.gsub(text, "^(rG *)([V7])( *tj)$",
function(prefix, vowel, suffix)
return prefix..FRONT_VOWEL[vowel]..suffix
end
)
Line 697 ⟶ 918:
-- Vowels always claim the secondary articulation
-- of a neighboring back unrounded glide.
text =
return
end)
text =
return BACK_VOWEL[vowel]..
end)
-- Unless already claimed, epenthetic vowels after a glide
-- always claim the secondary articulation to the left.
text =
function(primaryL, secondaryL, _, vowel)
return (
primaryL..secondaryL.._..
VOWEL[F1[vowel]][F2[secondaryL]].."@"
)
Line 717 ⟶ 938:
-- Unless already claimed, vowels before a glide
-- always claim the secondary articulation to the right.
text =
function(vowel, epenth, primaryR, secondaryR)
return (
Line 728 ⟶ 949:
-- For now, unless already claimed, vowels before a rounded consonant
-- claim the secondary articulation to the right.
text =
return ROUND_VOWEL[vowel]..suffix
end)
Line 734 ⟶ 955:
-- For now, unless already claimed, remaining vowels
-- claim the secondary articulation to the left.
text =
function(secondaryL, _, vowel) return secondaryL.._..VOWEL[F1[vowel]][F2[secondaryL]]
end
)
-- Change certain vowels in a special environment from round to front.
text =
function(prefix,
return prefix..FRONT_VOWEL[vowel]..suffix
end
)
text = string.gsub(text, "(hj *)([Oou])( *)(.w)( *)("..V..")",
function(prefix, vowelL, _, conson, __, vowelR)
if conson ~= "hw" or F1[vowelL] ~= F1[vowelR] then
return prefix..FRONT_VOWEL[vowelL].._..conson..__..vowelR
end
end
)
text =
function(prefix, vowel, suffix)
return prefix..FRONT_VOWEL[vowel]..suffix
end
)
text =
text =
-- Tag certain glide-vowel-non-glide sequences for special reflexes.
text =
text =
text =
text =
"([EeiAV7MOou]
text =
text = string.gsub(text,
"(hj *[aEei]@? *hw *)("..V.." *[ptkmnNrl])", "%1/%2")
-- Untag certain sequences, exempting them from special reflexes.
text =
-- Special reflexes.
text =
function(secondaryL, _, vowel, __, primaryR, secondaryR)
return (
secondaryL.._.. VOWEL_REFLEX["h"][primaryR]
[F2[secondaryL]][F2[secondaryR]][F1[vowel]]..
__..primaryR..secondaryR
)
end
)
-- Exceptional phrase-initial reflex.
text = string.gsub(text, "^ *([Hh]j *)([V7])( *[kN]G)",
function(prefix, vowel, suffix)
return prefix..FRONT_VOWEL[vowel]..suffix
end
)
text = string.gsub(text, "^ *([Hh]w *)M( *tG)", "%1u%2")
end
--
text =
-- {yi'y} neighboring
text =
text =
-- {'yiy} may now be demoted everywhere.
text =
text =
-- For the purposes of this template,
-- surface all glides pronounced in isolation.
text =
if not diphthongs then
-- Opportunistically front these vowels.
text =
function(prefix, vowel, suffix)
return prefix..FRONT_VOWEL[vowel]..suffix
end
)
-- Surface certain glides.
text =
text =
text =
text =
text =
text =
text = string.gsub(text, "([aEeiAV7M])(@? *)hw( *)([QOou])",
function(vowelL, infix, _, vowelR)
if F1[vowelL] > F1[vowelR] then
return vowelL..
end
end
)
text =
function(vowelL,
if F1[vowelL] > F1[vowelR] then
return vowelL..
end
end
)
text =
function(vowelL,
if F1[vowelL] < F1[vowelR] then
return vowelL..
end
end
)
text =
function(vowel, _, secondary) if F2[vowel] ~= F2[secondary] then
return vowel.._.."H"..secondary
end
end
-- Protect word-final epenthetic vowels after non-glides
-- from the next operation.
text = string.gsub(text, "([ptkmnNrl]."..V..")(@ )", "%1/%2")
-- De-epenthesize vowels if they still neighbor unsurfaced glides.
text =
text =
-- Adjust F1 of currently remaining epenthetic vowels.
text = string_gsub2(text,
"("..V..")( *.[jGw])(.)@( *.[jGw] *)("..V..")",
function(vowelL, infixL, vowel, infixR, vowelR)
vowelL..infixL..
VOWEL[F1[maxF1(vowelL, vowelR, "E")]][F2[vowel]].."/@"..
infixR..vowelR
)
end
)
text =
end
-- Delete all remaining unsurfaced glides.
text = string.gsub(text, "h.", "")
-- Surface realization for {yi'y}.
text = string.gsub(text, "yj", "i^")
if not diphthongs then
-- Realization for surfaced {y}.
text = string_gsub2(text, "("..V.."?)(@?)( *)Hj( *)("..V.."?)",
function(vowelL, epenthL, _, __, vowelR)
if vowelL ~= "" then
if vowelR ~= "" then
F2[vowelL
then
return vowelL.._..__..vowelR
else
return (
vowelL..epenthL.._..
maxF1(vowelL, vowelR, "E").."^"..__..vowelR
)
end
else
return vowelL.._..epenthL..maxF1(vowelL, "E").."^"..__
end
else
if vowelR ~= "" then
return _..maxF1(vowelR, "E").."^"..__..vowelR
else
return _.."i^"..__
end
end
Line 883 ⟶ 1,135:
)
--
text =
-- Collapse this epenthetic vowel and surfaced glide into a semi-vowel.
text = string.gsub(text, "([aEei])@( *)%1%^", "%2%1^")
end
if MERGED_VOWELS then
text = string.gsub(text, "[EO]", function(vowel)
return VOWEL[F1[vowel] + 1][F2[vowel]]
end)
end
Line 907 ⟶ 1,168:
index = index2
until index == 1
text =
end
-- Tweak remaining consonants, using offsets as a guide.
text =
function(
offsetL, primaryL, secondaryL, _, primaryR, secondaryR, offsetR )
local isInitial = offsetL == 1
local isFinal = offsetR == #chars + 1
if primaryL == "H" or
primaryL == "y"
then
return primaryL..secondaryL.._
end
if primaryL == "_" then
if noHints then
-- Delete pseudo-glide.
return
end
if isInitial then
-- Show secondary articulation to the left, not the right.
return secondaryL..primaryL.._
end
return primaryL..secondaryL.._
end
local geminated = primaryL == primaryR
if primaryL ~= "t" and primaryR == "t" then
-- /tʲ/ is palatalized postalveolar.
-- /tˠ/ is velarized dental.
-- /nʲ, rʲ, lʲ/ are palatalized dental.
-- /nˠ, rˠ, lˠ/ are velarized postalveolar.
-- Regressively assimilate primary dental or postalveolar.
-- None of this will be visible unless PHONETIC_DETAILS == true.
primaryL = CONSON_REFLEX[primaryL]
[secondaryL == "j" and "G" or "j"]
primaryR = CONSON_REFLEX[primaryR][secondaryR]
else
primaryL = CONSON_REFLEX[primaryL][secondaryL]
if primaryR ~= "" then
primaryR = CONSON_REFLEX[primaryR][secondaryR]
end
end
if primaryR == "T" then
if primaryL == "T" then
primaryL = finalJ
primaryR = initialJ
if primaryL == "S" and
primaryR ~= "s"
then
primaryL = "T"
elseif
primaryL == "T" and
primaryR == "s" and
medialJ == "S"
then
primaryL = "S"
end
else
primaryR = medialJ
end
elseif primaryL == "T" then
if isInitial then
primaryL = initialJ
Line 951 ⟶ 1,240:
if primaryR ~= "" then
-- Consonant cluster.
-- For some reason, the {t} in {lt} and {ļt} is voiceless.
if
primaryL ~= "l" and
primaryL ~= "L"
then
primaryL = VOICED_PRIMARY[primaryL] or primaryL
primaryR = VOICED_PRIMARY[primaryR] or primaryR
end
-- Display secondary articulation only once for the cluster.
elseif
not isInitial and
Line 979 ⟶ 1,264:
primaryR = VOICED_PRIMARY[primaryR] or primaryR
end
return primaryL..secondaryL.._..primaryR..secondaryR
end
)
if not
-- Elegantly connect long and epenthetic vowels across word gaps.
text = string.gsub(text, "(["..V_..":]): +", "%1 : ")
text = string.gsub(text, "("..V..") +%1([^%^])", "%1 :%2")
text = string.gsub(text, "("..V..") +%1$", "%1 :")
text = string.gsub(text, "("..V..")@ +%1", " %1 :")
text = string.gsub(text, "("..V.."@) +", " %1 ")
if W_OFF_GLIDES then
-- Add [w] off-glides after certain consonants.
subst = function(primary, _, epenth)
end
end
if false and PHONETIC_DETAILS then
text = string.gsub(text, "([pbm])(G *[aEei])(@?)",
function(primary, _, epenth)
if epenth == "" then
return primary.."B".._
end
end
)
else
text = string.gsub(text, "([pbm])G( *[aEei])(@?)", subst)
end
text = string.gsub(text, "([kgnNrl])w( *[aEeiAV7M])(@?)", subst)
-- Remove [w] off-glides after certain consonants
-- when they occur after rounded vowels.
text = string.gsub(text, "([QOou] *[nrl]? *[nrl])Hw", "%1w")
text = string.gsub(text, "([QOou] *[kgN]? *N)Hw( *M)", "%1w%2")
end
end
if PARENTHETICAL_EPENTHESIS then
if not diphthongs then
text = string.gsub(text, "(.)@("..V..")", "%1^%2")
end
text = string.gsub(text, "(.)@", "(%1)")
text = string.gsub(text, "%)(=?)%(", "%1")
if not diphthongs and W_OFF_GLIDES then
if false and PHONETIC_DETAILS then
text = string.gsub(text, "([pbm]G%()([aEei])", "%1BG%2")
else
text = string.gsub(text, "([pbm]G%()([aEei])", "%1Hw%2")
end
text = string.gsub(text, "([kgnNrl]w%()([aEeiAV7M])", "%1Hw%2")
text = string.gsub(text, "([QOou] *[nrl]w%()Hw", "%1")
text = string.gsub(text, "([QOou] *Nw%()HwM", "%1M")
end
end
-- Convert remaining word gaps to liaison.
text = fastTrim(text)
text = string.gsub(text, " +", false and "_" or "")
text = string.gsub(text, ".[jGw@%^]?", PHONETIC_IPA)
addUnique(outSeq, text)
end
Line 1,042 ⟶ 1,334:
local PHONETIC_ARG_J = { ["t"] = "T", ["c"] = "S", ["s"] = "s", ["x"] = "x" }
local function toPhonetic(inSeq, args)
Line 1,050 ⟶ 1,342:
-- For other values, list both possible dialect reflexes where applicable.
local dialect = args and args.dialect and
if dialect == "rālik" then
dialect = "ralik"
Line 1,058 ⟶ 1,350:
local diphthongs = not not (args and parseBoolean(args.diphthongs))
-- Argument "J" has format like "
-- Recognized letters are "t" = plosive, "c" = affricate, "s" = fricative.
-- Letters for initial, medial
-- Real-world pronunciation said to vary by sociological factors,
-- but all realizations may occur in free variation.
local modeJ = splitChars(args and args.J and string.lower(args.J) or "tst")
local initialJ = PHONETIC_ARG_J[modeJ[1] or ""] or "t"
local medialJ = PHONETIC_ARG_J[modeJ[2] or ""] or "s"
local finalJ = PHONETIC_ARG_J[modeJ[3] or ""] or initialJ
-- If enabled, do not display pseudo-glide hints at all.
Line 1,089 ⟶ 1,379:
["medialJ"] = medialJ,
["finalJ"] = finalJ,
["noHints"] = noHints,
["voice"] = voice
Line 1,095 ⟶ 1,384:
for _, str in pairs(inSeq) do
str =
str = string.gsub(str, "^ *", "")
str = string.gsub(str, " *$", "")
local isRalik = dialect == "ralik"
if isRalik or dialect == "ratak" then
Line 1,124 ⟶ 1,415:
function export.bender(frame)
return
end
function export.MOD(frame)
return toMOD(frame.args[1]
end
function export.parse(frame)
return
end
function export.phonemic(frame)
return
end
function export.phonetic(frame)
return
end
|