45,647
edits
No edit summary |
No edit summary |
||
Line 112: | Line 112: | ||
{"xx", "xː"}, {"nɡ", "ŋː"}, {"hh", "hː"}, {"ʔʔ", "ʔː"}, | {"xx", "xː"}, {"nɡ", "ŋː"}, {"hh", "hː"}, {"ʔʔ", "ʔː"}, | ||
{"nɲ", "ɲː"}, {"hl", "ɬː"}, {"ƛƛ", "ɬː"}, | {"nɲ", "ɲː"}, {"hl", "ɬː"}, {"ƛƛ", "ɬː"}, | ||
-- default all consonants to unstressed. [] with stroke and ꬶ (U+AB36) to tell apart natural and stress-borne | -- default all consonants to unstressed. [] with stroke and ꬶ (U+AB36) to tell apart natural and stress-borne | ||
Line 119: | Line 117: | ||
-- default all vowels to open (open-closed distinctions are computed later); long vowels don't have closed counterparts | -- default all vowels to open (open-closed distinctions are computed later); long vowels don't have closed counterparts | ||
{"a", "ɑ"}, {"ę", "æ"}, {"o", "ɔ"}, {"ů", "ø | {"a", "ɑ"}, {"ę", "æ"}, {"o", "ɔ"}, {"ů", "ø"}, -- õ is conserved to avoid two characters | ||
{"ả", "æː"}, {"ẻ", "eː"}, {"ỉ", "iː"}, {"ỏ", "ʊː"}, {"ủ", "uː"}, {"ỷ", "yː"}, {"ẻu", "øː"}, {"õu", "õː̃"}, | {"ả", "æː"}, {"ẻ", "eː"}, {"ỉ", "iː"}, {"ỏ", "ʊː"}, {"ủ", "uː"}, {"ỷ", "yː"}, {"ẻu", "øː"}, {"õu", "õː̃"}, | ||
{"^(ˈ)ꬶ([" .. front_vowel .. "])", "%1c%2"}, -- word-initial [k] | -- diphthongs | ||
{"øɑ", "œa"}, {"øi", "œɪ"}, {"uɔ", "ʊɔ"}, | |||
{"ɑy", "æœ"}, {"ey", "ɛœ"}, | |||
{"^(ˈ)ꬶ([" .. front_vowel .. "])", "%1c%2"}, | |||
{"^(ˈ)ɣ([" .. front_vowel .. "])", "%1ɟ%2"}, -- word-initial [k] and [g] palatalize before front vowels | |||
{"^(ˈ[ƀđꬶc])", "%1ʰ"}, -- voiceless stops word-initially become aspirated | {"^(ˈ[ƀđꬶc])", "%1ʰ"}, -- voiceless stops word-initially become aspirated | ||
{"^(.*·ˈ[ƀđꬶc])", "%1⁽ʰ⁾"}, -- although after a prefix they may or may not be | {"^(.*·ˈ[ƀđꬶc])", "%1⁽ʰ⁾"}, -- although after a prefix they may or may not be | ||
{"^(ˈ)ɣj([" .. front_vowel .. "])", "%1ʣ%2"}, -- <gį> word-initially and before front vowels is pronounced [d͡z] | {"^(ˈ)ɣj([" .. front_vowel .. "])", "%1ʣ%2"}, -- <gį> word-initially and before front vowels is pronounced [d͡z] | ||
{"^(ˈ)ɣj([" .. back_vowel .. "])", "%1ɟ%2"}, -- and [ɟ] before back vowels | {"^(ˈ)ɣj([" .. back_vowel .. "])", "%1ɟ%2"}, -- and [ɟ] before back vowels | ||
{"ƀƀ", "ʔp"}, {"pƀ", "ʔp"}, | {"ƀƀ", "ʔp"}, {"pƀ", "ʔp"}, |