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