mirror of
https://github.com/GrammaticalFramework/gf-core.git
synced 2026-05-23 09:52:55 -06:00
working on ExTramI and german verbs phrase
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user