mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-07 02:02:51 -06:00
corrected some incorrect inflections in LexiconEng
This commit is contained in:
@@ -450,6 +450,7 @@ mkSubj : Str -> Subj = \s -> lin Subj {s = s} ;
|
||||
_ => duplFinal happy + "e"
|
||||
} ;
|
||||
happily : Str = case happy of {
|
||||
_ + "ble" => init happy + "y" ;
|
||||
_ + "y" => happ + "ily" ;
|
||||
_ + "ll" => happy + "y" ;
|
||||
_ => happy + "ly"
|
||||
|
||||
Reference in New Issue
Block a user