working on ExTramI and german verbs phrase

This commit is contained in:
aarne
2006-03-06 15:36:09 +00:00
parent fe11a69752
commit 59a36e981a
7 changed files with 58 additions and 10 deletions

View File

@@ -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