mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-07 18:22:50 -06:00
french lexicon bug fixes
This commit is contained in:
@@ -101,7 +101,9 @@ lin
|
||||
Masc Pl P3 ;
|
||||
this_Quant = {s = \\_ =>
|
||||
table {
|
||||
Sg => \\g,c => prepCase c ++ genForms "ce" "cette" ! g ; ---- cet ; ci
|
||||
Sg => \\g,c =>
|
||||
prepCase c ++
|
||||
genForms (pre {"ce" ; "cet" / voyelle}) "cette" ! g ; --- ci
|
||||
Pl => \\_,_ => "ces"
|
||||
}
|
||||
} ;
|
||||
|
||||
Reference in New Issue
Block a user