mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-18 15:50:19 -06:00
fix the word order for superlatives
This commit is contained in:
@@ -77,7 +77,7 @@ concrete ExtraFre of ExtraFreAbs = ExtraRomanceFre **
|
||||
s,sp = \\g,c => prepCase c ++ genForms "tout" "toute" ! g ;
|
||||
spn= \\c => prepCase c ++ "tout" ;
|
||||
n = Sg ;
|
||||
s2 = [] ;
|
||||
s2 = \\c => [] ;
|
||||
isNeg = False
|
||||
} ;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user