NodeBox

Create visual output with Python programming code
Home Download Reference Tutorial Library Gallery About

wordnet.lexname()

Syntax

lexname(query)

Description

Returns the type of query.

Example

wordnet = ximport("wordnet")
print wordnet.lexname("bee")
>>>animal