updated phrasebook doc

This commit is contained in:
aarne
2010-06-01 22:48:43 +00:00
parent 83015a8018
commit b3c302ca6f
9 changed files with 662 additions and 93 deletions

View File

@@ -147,12 +147,16 @@ Determiners.
Actions are typically language-dependent, not only lexically but also
structurally. However, these ones are mostly functorial.
<pre>
AHave : Person -> Object -> Action ; -- you have pizzas
SHave : Person -> Object -> Sentence ; -- you have beer
SHaveNo : Person -> Kind -> Sentence ; -- you have no apples
SHaveNoMass : Person -> MassKind -> Sentence ; -- you have no beer
QDoHave : Person -> Object -> Question ; -- do you have beer
AHaveCurr : Person -> Currency -> Action ; -- you have dollars
ACitizen : Person -> Citizenship -> Action ; -- you are Swedish
ABePlace : Person -> Place -> Action ; -- you are in the bar
ByTransp : Transport -> ByTransport ; -- by bus
ByTransp : Transport -> ByTransport ; -- by bus
}
</pre>