wordnet.is adjective()
-- no title -->
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
-- no title -->
is_adjective(query)
Returns True when query is an adjective.
wordnet = ximport("wordnet")
print wordnet.is_adjective("beautiful")
>>>True