(May) No verbal prefixes in relative clauses

This commit is contained in:
Inari Listenmaa
2020-08-19 15:15:45 +02:00
parent 6d781d3d02
commit eaf401eda7
6 changed files with 23 additions and 13 deletions
+2 -2
View File
@@ -9,7 +9,7 @@ lin
-- : RP -> VP -> RCl ;
RelVP rp vp = {
subj = rp.s ;
pred = \\_ => vp.s ! Root ; -- TODO
pred = \\_ => vp.s ! Root ;
} ;
-- : RP -> ClSlash -> RCl ; -- who I went with
@@ -17,7 +17,7 @@ lin
subj = rp.s -- yang
++ cls.subj ; -- saya
pred =
\\p => cls.pred -- ikut sama
\\p => cls.pred ! Root -- ikut sama
++ cls.c2.obj ! p -- dengan+nya (depends on the head, not known yet)
} ;