li in PredVP

This commit is contained in:
2026-04-04 19:47:02 -06:00
parent d2568cf869
commit eccbdcfb97
12 changed files with 281 additions and 125 deletions
+4 -6
View File
@@ -11,12 +11,10 @@ lin
-- : NP -> VP -> Cl
PredVP np vp = {
subj = np.s ; -- ! Nom, if there are cases
pred =
-- table {something with tense+polarity =>
vp.s
-- TODO: all of the VP's tense and polarity should be open here!
-- PredVP only decides the subject.
-- }
pred = case np.li of {
MiSina => vp.s ;
NotMiSina => "li" ++ vp.s
} ;
} ;
{-