48,402
edits
No edit summary |
No edit summary |
||
| Line 73: | Line 73: | ||
local last_vowel = match(last_syllable, "(" .. vowels .. "+)$") -- nil if consonant-final | local last_vowel = match(last_syllable, "(" .. vowels .. "+)$") -- nil if consonant-final | ||
if syll_count == 1 then | if syll_count == 1 then | ||
nucleus = sub(nucleus, 1, 1) | nucleus = sub(gsub(nucleus, "į",""), 1, 1) | ||
if last_vowel then | if last_vowel then | ||
last_vowel = sub(last_vowel, -1, -1) | last_vowel = sub(last_vowel, -1, -1) | ||