I am experimenting with word sense disambiguation using wordnet for my project. As a part of the project, I would like to convert a derived adjective or an adverb form to it's root noun form.
For example
beautiful ==> beauty wonderful ==> wonder
How can I achieve this? Is there any other dict other than wordnet that provides this kind of transformation?
It would be an added bonus for me if I can map the exact sense of the adjective word to its noun form with exact sense. Is that possible?
Thank you