mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-31 10:48:55 -06:00
fix bug in regV: there was a past tense form created as present participle
This commit is contained in:
@@ -513,7 +513,7 @@ mkInterj : Str -> Interj
|
||||
_ + "ee" => cry + "ing" ;
|
||||
d + "ie" => d + "ying" ;
|
||||
us + "e" => us + "ing" ;
|
||||
ent + "er" => ent + "ered" ;
|
||||
ent + "er" => ent + "ering" ;
|
||||
_ => duplFinal cry + "ing"
|
||||
}
|
||||
in mk5V cry cries cried cried crying ;
|
||||
|
||||
Reference in New Issue
Block a user