Module:kilta-pron: Difference between revisions

No edit summary
No edit summary
 
(92 intermediate revisions by the same user not shown)
Line 5: Line 5:
local match = mw.ustring.match
local match = mw.ustring.match
local u = mw.ustring.char
local u = mw.ustring.char
local gsplit = mw.text.gsplit
local split = mw.text.split
local split = mw.text.split
local gsplit = mw.text.gsplit


local A = u(0x0301) -- COMBINING ACUTE
local A = u(0x0301) -- COMBINING ACUTE
Line 14: Line 14:
local m_IPA = require("Module:IPA")
local m_IPA = require("Module:IPA")


local consonants = "[pβmtsnɾlʧkxʷqƕᵷʤɡbvdː]"
local consonants = "[pβmtsnɾlʧkxqhyʤɡbvdƕ]"
local vowels = "[aeiouəꜷꜽː]"
local vowels = "[aeiouáéíóúəïüëæ]"


local export = {}
local export = {}
Line 27: Line 27:
local phonemic_rules = {
local phonemic_rules = {
{"%-$", ""}, {"%-", " "},
{"%-$", ""}, {"%-", " "},
{"hw", "ƕ"}, {"kw", "q"}, {"ch", "ʧ"}, {"au", ""}, {"ai", ""},
{"hw", "ƕ"}, {"kw", "q"}, {"ch", "ʧ"}, {"au", "ü"}, {"ai", "ï"}, {"h", "x"},  
{"v", "β"}, {"r", "ɾ"}, {"h", "x"},
{"v", "β"}, {"r", "ɾ"},  
{"ë", "ə"}, {"ëë+", "əː"}, {"([áéíóú])", function(v) return mw.ustring.toNFD(v):gsub(A, "ː") end},
{"ë", "ə"}, {"əə+", "əː"},
{"kq", "qː"}, {"(" .. consonants .. ")(" .. consonants .. ")",
{"kq", "qː"}, {"cʧ", "ʧː"}, {"(" .. consonants .. ")(" .. consonants .. ")",
function(c1,c2) return same(c1,c2) and c1 .. "ː" or c1 .. c2 end},
function(c1,c2) return same(c1,c2) and c1 .. "ː" or c1 .. c2 end},
}
}


local phonetic_rules = {
local phonetic_rules = {
{"a(ː?·?ˈ?)([nm])", "æ%1%2"},
{"a(·?ˈ?)([nm])", "æ%1%2"}, {"á(·?ˈ?)([nm])", "æː%1%2"},
{"n(ː?·?ˈ?)([kxqƕ])", "ŋ%1%2"},
{"n(ː?·?ˈ?)([kxqƕ])", "ŋ%1%2"},
{"([nm])·k", "%1·ɡ"}, {"([nm])·q", "%1·ᵷ"}, {"([nm])·p", "%1·b"}, {"([nm])·ʧ", "%1·ʤ"},
{"([nŋm]·?)k", "%"}, {"([nŋm]·?)q", "%1y"}, {"([nŋm]·?)p", "%1b"}, {"([nŋm]·?)ʧ", "%"},
{"([nm])·t", "%1·d"},  
{"([nŋm]·?)t", "%1d"},  
{"([nm])(ː?·?ˈ?)β", "%1%2b"},
{"([nŋm])(ː?·?ˈ?)β", "%1%2b"},
{"β([ie])", "v%1"},
{"β([iíeé])", "v%1"},
{"^(ˈ?)(" .. vowels .. ")", "%1ʔ%2"},
{"^(ˈ?)(" .. vowels .. ")", "%1ʔ%2"},
{"ü", "aʊ̯"},
{"ï", "aɪ̯"},
}
local deacuter = {
["á"] = "a", ["é"] = "e", ["í"] = "i", ["ó"] = "o", ["ú"] = "u",
}
}


local last_rules = {
local last_rules = {
{"q", "kʷ"}, {"ƕ", "xʷ"}, {"", "ɡʷ"},
{"q", "kʷ"}, {"ƕ", "xʷ"}, {"y", "ɡʷ"},
{"ʧ", "t͡ʃ"},
{"ʧ", "t͡ʃ"},
{"ʤ", "d͡ʒ"},
{"ʤ", "d͡ʒ"},
{"", "au̯"},
{"ü", "au̯"},
{"", "ai̯"},
{"ï", "ai̯"},
{"[·%.]ˈ", "ˈ"}, {"·", "."},
{"[·%.]ˈ", "ˈ"}, {"·", "."}, {"([áéíóú])", function(v) return deacuter[v] .. "ː" end},
}
 
local sandhi_rules = {
{"(" .. consonants .. ")u%sˈ?ʔ?(" .. vowels .. ")", "%1w%2"},
{"(" .. consonants .. ")i%sˈ?ʔ?(" .. vowels .. ")", "%1j%2"},
{"([mnŋ])(%sˈ?)βə", "%1%2bə"},
{"[mnŋ]%s(ˈ?[mpbβ])", "m %1"}, {"[mnŋ]%s(ˈ?v)", "ɱ %1"},
{"[mnŋ]%s(ˈ?[tdɾlsn])", "n %1"}, {"[mnŋ]%s(ˈ?[ʧʤ])", "n̠ %1"},
{"[mnŋ]%s(ˈ?[ŋkɡqƕy])", "ŋ %1"},
}
}


local function syllabify(term)
local function syllabify(term)
local iskolan = term == "kolaːn"
local first = term == "áxəpːi"
local syllable = "(" .. consonants .. "*" .. vowels .. "ː?" .. consonants .. "-)"
local last = (term == "kolán" or term == "türá")
term = term:gsub("(" .. consonants .. ")ː", "%1·%1")
local syllable = "(" .. consonants .. "*)(" .. vowels .. "ː?)(" .. consonants .. "-)"
term = term:gsub("q·q", "k·q")
term = term:gsub(syllable, "·%1·")
--[[term = term:gsub("^·", "")
term = term:gsub("·$", "")
term = term:gsub("·+", "·")
term = term:gsub("·([nlɾs])([pβmtʧkxʷqƕː])", "%1·%2")
term = gsub(term, syllable, "·%1%2%3·")
term = term:gsub("·([tmnlɾs])$", "%1")
term = gsub(term, "^·", "")
term = term:gsub("·(" .. consonants .. ")·", "%")]]
term = gsub(term, "·$", "")
term = gsub(term, "··+", "·")
term = gsub(term, "·(" .. consonants .. ")ː·", "%1·%1")
term = gsub(term, "q·q", "k·q")
term = gsub(term, "·(" .. consonants .. ")·", "%1·")
term = gsub(term, "·(" .. consonants .. ")(" .. consonants .. ")", "%1·%2")
term = gsub(term, "·([nslɾmt])$", "%1")
term = gsub(term, "·(" .. consonants .. ")ː·", "·%1")
local syllables = split(term, "·")
local syllables = split(term, "·")
if iskolan then
syllables[#syllables] = "ˈ" .. syllables[#syllables] -- ultimate stress
if first then
syllables[1] = "ˈ" .. syllables[1]
elseif last then
syllables[#syllables] = "ˈ" .. syllables[#syllables]
elseif #syllables > 1 then
elseif #syllables > 1 then
syllables[#syllables - 1] = "ˈ" .. syllables[#syllables - 1] -- penultimate stress
syllables[#syllables - 1] = "ˈ" .. syllables[#syllables - 1] -- penultimate stress
else
error("debug: " .. #syllables)
end
end
Line 93: Line 112:
for _, rule in ipairs(phonetic_rules) do
for _, rule in ipairs(phonetic_rules) do
phonetic = gsub(phonetic, rule[1], rule[2])
end
for _, rule in ipairs(last_rules) do
phonemic = gsub(phonemic, rule[1], rule[2])
phonetic = gsub(phonetic, rule[1], rule[2])
phonetic = gsub(phonetic, rule[1], rule[2])
end
end
Line 113: Line 127:
end
end
return table.concat(phonemic, " "), table.concat(phonetic, " ")
local phonemicAll = table.concat(phonemic, " ")
local phoneticAll = table.concat(phonetic, " ")
for _, rule in ipairs(sandhi_rules) do
phoneticAll = gsub(phoneticAll, rule[1], rule[2])
end
for _, rule in ipairs(last_rules) do
phonemicAll = gsub(phonemicAll, rule[1], rule[2])
phoneticAll = gsub(phoneticAll, rule[1], rule[2])
end
return phonemicAll, phoneticAll
end
end


Line 125: Line 151:


local phonemic, phonetic = separate_word(term)
local phonemic, phonetic = separate_word(term)
local IPA_args = {{pron = '/' .. phonemic .. '/'}, {pron = '[' .. phonetic .. ']'}}
local IPA_args = {{pron = '[' .. phonetic .. ']'}}
if phonemic ~= phonetic then table.insert(IPA_args, 1, {pron = '/' .. phonemic .. '/'}) end


return "* " .. m_IPA.format_IPA_full(lang, IPA_args)
return "* " .. m_IPA.format_IPA_full({lang = lang, items = IPA_args})
end
end


return export
return export