updates in Phrasebook and resources

This commit is contained in:
aarne
2010-08-25 09:08:31 +00:00
parent 89f58454c4
commit a10540263b
9 changed files with 22 additions and 8 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
}