mirror of
https://github.com/GrammaticalFramework/gf-rgl.git
synced 2026-06-16 10:30:11 -06:00
Make adjectives depend on agreement; Fix reflexives
This commit is contained in:
@@ -71,12 +71,12 @@ lin
|
||||
-- APs and CNs. FIXME: crude first attempt, doesn't work properly.
|
||||
-- ConjCN gives `*nesk edo neskek'
|
||||
lincat
|
||||
[AP] = {s1,s2 : Str ; ph : Phono ; typ : APType } ;
|
||||
[AP] = {s1,s2 : Agr => Str ; ph : Phono ; typ : APType } ;
|
||||
|
||||
lin
|
||||
BaseAP x y = twoSS x y ** y ; --choose all the other fields from second argument
|
||||
ConsAP as a = consrSS comma as a ** as ;
|
||||
ConjAP co as = conjunctDistrSS co as ** as ;
|
||||
BaseAP x y = twoTable Agr x y ** y ; --choose all the other fields from second argument
|
||||
ConsAP as a = consrTable Agr comma as a ** as ;
|
||||
ConjAP co as = conjunctDistrTable Agr co as ** as ;
|
||||
|
||||
lincat
|
||||
[CN] = { s1,s2 : Agr => Str } ** CNLight ;
|
||||
|
||||
Reference in New Issue
Block a user