python - Mapping Wordnet Senses to Verbnet -
in link above on sixth page, paper mentions mapping made.
"the process of mapping verbnet wordnet semi-automatic. first manually link semantic constraints defined in verbnet (there 36 such constraints) 1 or more nodes in wordnet semantic hierarchy."
i trying use mapping on nltk python verbnet , wordnet. code used mapping?
this mapping can found on rada mihalcea's page: http://web.eecs.umich.edu/~mihalcea/downloads.html, direct link: http://web.eecs.umich.edu/~mihalcea/downloads/fnwnverbmap1.0.tar.gz
there codes for:
- verbnet: http://www.nltk.org/_modules/nltk/corpus/reader/verbnet.html
- framenet: http://www.nltk.org/howto/framenet.html
- wordnet: http://www.nltk.org/howto/wordnet.html
but there no code in nltk read mappings (at least not yet).
Comments
Post a Comment