NodeBox

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

wordnet.is noun()

wordnet.is_noun()

Syntax

is_noun(query)

Description

Returns True when query is a noun.

Example

wordnet = ximport("wordnet")
print wordnet.is_noun("tree")
>>>True