diff options
| author | aarne <aarne@cs.chalmers.se> | 2006-03-06 15:36:09 +0000 |
|---|---|---|
| committer | aarne <aarne@cs.chalmers.se> | 2006-03-06 15:36:09 +0000 |
| commit | 611f24d4dfd0f12eb0c910990ecabfab888e00c9 (patch) | |
| tree | 047149c930c29a9e5d52e1664faac82765003f49 /examples/tram/TramI.gf | |
| parent | 65d841bc1bd8c63a154bbc674d447dcabdd34400 (diff) | |
working on ExTramI and german verbs phrase
Diffstat (limited to 'examples/tram/TramI.gf')
| -rw-r--r-- | examples/tram/TramI.gf | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/tram/TramI.gf b/examples/tram/TramI.gf index 242a7788d..31dbaab59 100644 --- a/examples/tram/TramI.gf +++ b/examples/tram/TramI.gf @@ -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)) |
