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
+1 -1
View File
@@ -103,7 +103,7 @@ incomplete concrete NounRomance of Noun =
OrdSuperl adj = {
s = \\a => case adj.isDeg of {
True => adj.compar ! a.n ;
True => adj.compar ! aagr2compar a ;
False => piuComp ++ adj.s ! genNum2Aform a.g a.n }
} ;