updates in Phrasebook and resources

This commit is contained in:
aarne
2010-08-25 09:08:31 +00:00
parent d3a6866277
commit c67a50b869
5 changed files with 13 additions and 3 deletions

View File

@@ -145,5 +145,11 @@ abstract Sentences = Numeral ** {
ByTransp : Transport -> ByTransport ; -- by bus
AKnowSentence : Person -> Sentence -> Action ; -- you know that I am in the bar
AKnowPerson : Person -> Person -> Action ; -- you know me
-- in Words, as long as Lexicon doesn't have it
-- AKnowQuestion : Person -> Question -> Action ; -- you know how far the bar is
}