fix the word order for superlatives

This commit is contained in:
Krasimir Angelov
2023-11-04 15:04:15 +01:00
parent 14825b5617
commit e97205e04d
23 changed files with 91 additions and 51 deletions
+2 -2
View File
@@ -66,7 +66,7 @@ oper
s,sp = \\_,_ => piu ;
spn = \\_ => piu ;
n = n ;
s2 = [] ;
s2 = \\g => [] ;
isNeg = False
} ;
-- Inflects for number
@@ -77,7 +77,7 @@ oper
} ;
spn = \\_ => alcuni ;
n = n ;
s2 = [] ;
s2 = \\g => [] ;
isNeg = False
} ;
} ;