forked from GitHub/gf-rgl
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