mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-21 09:16:22 -06:00
(Hun) Make comparative discontinuous
This commit is contained in:
@@ -40,9 +40,13 @@ lincat
|
||||
[AP] = {s1,s2 : Number => Str} ;
|
||||
|
||||
lin
|
||||
BaseAP = twoTable Number ;
|
||||
BaseAP x y =
|
||||
-- Don't try to have discontinuous comparative forms
|
||||
let xCont : AP = x ** {s = \\n => x.s ! n ++ x.compar} ;
|
||||
yCont : AP = y ** {s = \\n => y.s ! n ++ y.compar} ;
|
||||
in twoTable Number xCont yCont ;
|
||||
ConsAP = consrTable Number comma ;
|
||||
ConjAP = conjunctDistrTable Number ;
|
||||
ConjAP co as = conjunctDistrTable Number co as ** {compar = []} ;
|
||||
|
||||
-- Noun phrases
|
||||
lincat
|
||||
|
||||
Reference in New Issue
Block a user