In the link above on the sixth page, the paper mentions that a mapping was made.
"The process of mapping VerbNet to WordNet is thus semi-automatic. We first manually link all semantic constraints defined in VerbNet (there are 36 such constraints) to one or more nodes in the WordNet semantic hierarchy."
I am trying to use this mapping on NLTK Python with Verbnet and Wordnet. What is the code used for this mapping?
This mapping can be found on Rada Mihalcea's page: http://web.eecs.umich.edu/~mihalcea/downloads.html, the direct link: http://web.eecs.umich.edu/~mihalcea/downloads/FnWnVerbMap1.0.tar.gz
There are codes for:
But there is no code in NLTK to read the mappings (at least not yet).