NodeBox

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

wordnet.is adjective()

wordnet.is_adjective()

Syntax

is_adjective(query)

Description

Returns True when query is an adjective.

Example

wordnet = ximport("wordnet")
print wordnet.is_adjective("beautiful")
>>>True