Adjective Nominalization in Python NLTK

Posted by Abhishek on Stack Overflow See other posts from Stack Overflow or by Abhishek
Published on 2010-05-14T19:19:37Z Indexed on 2010/05/14 19:24 UTC
Read the original article Hit count: 301

Filed under:

Hi,

Is there a way to obtain Wordnet adjective nominalizations using NLTK? For example, for 'happy' the desired output would be 'happiness'.

I tried to dig around, but couldn't find anything.

Thanks!

© Stack Overflow or respective owner

Related posts about python