wordnet.meet()
Syntax
meet(query1, query2)
Description
Returns what query1 and query2 have in common. This command will often yield cryptical results unless you run simple queries like comparing cats and dogs, which will both turn out to be carnivores.
Example
wordnet = ximport("wordnet")
print wordnet.meet("human", "robot")
>>>[['object', 'physical object']]