wordnet.gloss()
Syntax
gloss(query)
Description
Returns a description text for query.
Example
wordnet = ximport("wordnet")
print wordnet.gloss("glass")
>>>a brittle transparent solid with irregular atomic structure
gloss(query)
Returns a description text for query.
wordnet = ximport("wordnet")
print wordnet.gloss("glass")
>>>a brittle transparent solid with irregular atomic structure