1
0
forked from GitHub/gf-rgl

(Romance) different ComparAgr for French

This commit is contained in:
Inari Listenmaa
2021-09-14 17:36:52 +08:00
parent 9620c738c5
commit b696b9e932
4 changed files with 11 additions and 5 deletions
+6
View File
@@ -59,6 +59,12 @@ interface DiffRomance = open CommonRomance, Prelude in {
oper serCopula : CopulaType ;
oper estarCopula : CopulaType ;
-- Whether comparatives and superlatives inflect in only number, or also in gender: el/la mejor, but le meilleur, la meilleure
oper ComparAgr : PType = Number ; -- except Fre, where it's Number and Gender
oper af2compar : AForm -> ComparAgr = af2num ; -- except Fre
oper aagr2compar : AAgr -> ComparAgr = \a -> a.n ; -- except Fre
-- To decide if adverbial questions are inverted
oper iAdvQuestionInv : Direct = DInv ; -- except Fre