working on ExTramI and german verbs phrase

This commit is contained in:
aarne
2006-03-06 15:36:09 +00:00
parent 65d841bc1b
commit 611f24d4df
4 changed files with 52 additions and 8 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