mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-06 01:32:50 -06:00
added AdvVPSlash and AdVVPSlash to VerbGer and an extended version of PPartNP which uses VPSlash in ParseEngGer. I guess the definitions so they might not be quite correct
This commit is contained in:
@@ -34,6 +34,13 @@ lin
|
||||
insertObj vpi.p1 (
|
||||
predVGen v.isAux v)))) ;
|
||||
|
||||
PPartNP np sl = heavyNP { -- guessed by KA, some fields in sl are ignored!!
|
||||
s = \\c => np.s ! c ++
|
||||
sl.s.s ! VPastPart APred ++
|
||||
(sl.nn ! np.a).p1 ++ (sl.nn ! np.a).p2 ++ sl.a2;
|
||||
a = np.a
|
||||
} ;
|
||||
|
||||
{-
|
||||
lin
|
||||
myself_NP = mkNP (mkPronoun "itse" "itsen" "itseä" "itsenä" "itseen" Sg P1) ;
|
||||
|
||||
Reference in New Issue
Block a user