latin adjectives and determiners

This commit is contained in:
aarne
2008-09-18 13:29:53 +00:00
parent 6d458d19dc
commit d9b6bdaf1e
8 changed files with 140 additions and 42 deletions

View File

@@ -31,7 +31,7 @@ concrete VerbLat of Verb = CatLat ** open ResLat in {
-- (insertObjc (\\a => infVP vv.isAux vp a) (predVc vv)) **
-- {c2 = vp.c2} ;
--
-- UseComp comp = insertObj comp.s (predAux auxBe) ;
UseComp comp = insertAdj comp.s (predV esse_V) ;
--
-- AdvVP vp adv = insertObj (\\_ => adv.s) vp ;
--
@@ -43,7 +43,7 @@ concrete VerbLat of Verb = CatLat ** open ResLat in {
--
-----b UseVS, UseVQ = \vv -> {s = vv.s ; c2 = [] ; isRefl = vv.isRefl} ; -- no "to"
--
-- CompAP ap = ap ;
CompAP ap = ap ;
-- CompNP np = {s = \\_ => np.s ! Acc} ;
-- CompAdv a = {s = \\_ => a.s} ;
--