working on ExTramI and german verbs phrase

This commit is contained in:
aarne
2006-03-06 15:36:09 +00:00
parent 65d841bc1b
commit 611f24d4df
4 changed files with 52 additions and 8 deletions

View File

@@ -15,13 +15,13 @@ lin
MPredVP (DemNP (UsePron i_Pron))
(MAdvVP (MAdvVP (MComplVV want_VV (MUseV go_V)) x) y) ;
GoToFrom x y =
ComeToFrom x y =
MPredVP (DemNP (UsePron i_Pron))
(MAdvVP (MAdvVP (MComplVV want_VV (MUseV go_V)) x) y) ;
(MAdvVP (MAdvVP (MComplVV want_VV (MUseV come_V)) x) y) ;
ComeFrom x =
MPredVP (DemNP (UsePron i_Pron))
(MAdvVP (MComplVV want_VV (MUseV go_V)) x) ;
(MAdvVP (MComplVV want_VV (MUseV come_V)) x) ;
GoTo x =
MPredVP (DemNP (UsePron i_Pron))