summaryrefslogtreecommitdiff
path: root/examples/tram/Tram.gf
diff options
context:
space:
mode:
authoraarne <aarne@cs.chalmers.se>2006-03-06 15:36:09 +0000
committeraarne <aarne@cs.chalmers.se>2006-03-06 15:36:09 +0000
commit611f24d4dfd0f12eb0c910990ecabfab888e00c9 (patch)
tree047149c930c29a9e5d52e1664faac82765003f49 /examples/tram/Tram.gf
parent65d841bc1bd8c63a154bbc674d447dcabdd34400 (diff)
working on ExTramI and german verbs phrase
Diffstat (limited to 'examples/tram/Tram.gf')
-rw-r--r--examples/tram/Tram.gf6
1 files changed, 3 insertions, 3 deletions
diff --git a/examples/tram/Tram.gf b/examples/tram/Tram.gf
index 1e437d5ed..5392d1c73 100644
--- a/examples/tram/Tram.gf
+++ b/examples/tram/Tram.gf
@@ -12,9 +12,9 @@ fun
fun
GoFromTo : Dep -> Dest -> Input ; -- user input "want to go from a to b"
- GoToFrom : Dest -> Dep -> Input ; -- user input "want to go to a from b"
- ComeFrom : Dep -> Input ; -- user input "want to come from x (to where I am now)
- GoTo : Dest -> Input ; -- user input "want to go to x (from where I am now)
+ ComeToFrom: Dest -> Dep -> Input ; -- user input "want to come to a from b"
+ ComeFrom : Dep -> Input ; -- user input "want to come from x (to where I'm now)
+ GoTo : Dest -> Input ; -- user input "want to go to x (from where I'm now)
DepClick : Click -> Dep ; -- "from here" with click
DestClick : Click -> Dest ; -- "to here" with click