I know that this is right:
Wilma owns many cats.
[Many x: CAT(x)] OWN(w,x)
Is this sentence identical?:
Many cats are owned by Wilma.
[Many x: CAT(x)] OWN(w,x)
Also, for "Every person in this room speaks two languages," I will wind up with two ambiguities (I'll just ask about one). Since I have two quantifiers ("every" and "two"), can I do it like this:
[Every x: PERSON(x)] SPEAK (x, two languages)
or must it be something like this:
[Every x: PERSON(x)] SPEAK {[Two y: LANGUAGE(y)],x}
2006-12-09
05:25:24
·
3 answers
·
asked by
Anonymous