mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-24 02:31:10 -06:00
fix the word order for superlatives
This commit is contained in:
@@ -6,6 +6,6 @@ concrete CompatibilityPor of Compatibility = CatPor ** open Prelude, CommonRoman
|
||||
|
||||
lin
|
||||
NumInt n = {s = \\_ => n.s ; isNum = True ; n = Pl} ;
|
||||
OrdInt n = {s = \\_ => n.s ++ SOFT_BIND ++ "."} ; ---
|
||||
OrdInt n = {s = \\_ => n.s ++ SOFT_BIND ++ "." ; s2 = \\_ => []} ; ---
|
||||
|
||||
}
|
||||
|
||||
@@ -294,4 +294,7 @@ instance DiffPor of DiffRomance - [iAdvQuestionInv,chooseTA,otherInv,partAgr,sta
|
||||
param
|
||||
HasArt = NoArt | UseArt ;
|
||||
|
||||
oper
|
||||
superlCanBePost = False ;
|
||||
|
||||
} ;
|
||||
|
||||
@@ -252,6 +252,7 @@ oper
|
||||
mkOrdinal : A -> Ord = \adj ->
|
||||
lin Ord {
|
||||
s = \\ag => adj.s ! genNum2Aform ag.g ag.n ;
|
||||
s2 = \\_ => []
|
||||
} ;
|
||||
|
||||
mkQuantifier : (esse,essa,esses,essas,esso : Str) -> Quant = \esse,essa,esses,essas,esso->
|
||||
@@ -273,7 +274,7 @@ oper
|
||||
s,sp = \\g,c => prepCase c ++ genForms muito muita ! g ;
|
||||
spn = \\c => prepCase c ++ muito ;
|
||||
n = number;
|
||||
s2 = [] ;
|
||||
s2 = \\g => [] ;
|
||||
isNeg = neg
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user