diff options
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)) |
