mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-05-31 02:38: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" ;
|
_ + "ee" => cry + "ing" ;
|
||||||
d + "ie" => d + "ying" ;
|
d + "ie" => d + "ying" ;
|
||||||
us + "e" => us + "ing" ;
|
us + "e" => us + "ing" ;
|
||||||
ent + "er" => ent + "ered" ;
|
ent + "er" => ent + "ering" ;
|
||||||
_ => duplFinal cry + "ing"
|
_ => duplFinal cry + "ing"
|
||||||
}
|
}
|
||||||
in mk5V cry cries cried cried crying ;
|
in mk5V cry cries cried cried crying ;
|
||||||
|
|||||||
Reference in New Issue
Block a user