mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-21 09:02:50 -06:00
fixed vowel lengthening in verbs like eten
This commit is contained in:
@@ -217,6 +217,7 @@ param
|
|||||||
|
|
||||||
in
|
in
|
||||||
case lop of {
|
case lop of {
|
||||||
|
#vowel + #consonant => loop ;
|
||||||
_+ #consonant + #vowel + #consonant => loop ;
|
_+ #consonant + #vowel + #consonant => loop ;
|
||||||
_+ ("bb" | "dd" | "ff" | "gg" | "kk" | "ll" | "mm" | "nn" | "pp" |
|
_+ ("bb" | "dd" | "ff" | "gg" | "kk" | "ll" | "mm" | "nn" | "pp" |
|
||||||
"rr" | "ss" | "tt") => zeg ;
|
"rr" | "ss" | "tt") => zeg ;
|
||||||
|
|||||||
Reference in New Issue
Block a user