wordnet.is noun()
-- no title -->
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
-- no title -->
is_noun(query)
Returns True when query is a noun.
wordnet = ximport("wordnet")
print wordnet.is_noun("tree")
>>>True