Module:qhv-pron: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 13: Line 13:
local uvular = "q"
local uvular = "q"
local consonants = "[mpbvwθntdszlrɾɲŋɴʎhɥjɟ" .. velar .. uvular .. "]"
local consonants = "[mpbvwθntdszlrɾɲŋɴʎhɥjɟ" .. velar .. uvular .. "]"
local vowels = "[aeiouyː" .. NONSYLLABIC .. DIPHTHONG .. "]"
local NONSYLLABIC = u(0x032F) -- non-syllabic, combining inverted breve below
local NONSYLLABIC = u(0x032F) -- non-syllabic, combining inverted breve below
local DIPHTHONG = u(0x035C) -- double articulation, combining double breve below
local DIPHTHONG = u(0x035C) -- double articulation, combining double breve below
local vowels = "[aeiouyː" .. NONSYLLABIC .. DIPHTHONG .. "]"


local rules = {
local rules = {