Mapping Wordnet Senses to Verbnet

血红的双手。 提交于 2020-01-04 15:32:27

问题


http://digital.library.unt.edu/ark:/67531/metadc30973/m2/1/high_res_d/Mihalcea-2005-Putting_Pieces_Together-Combining_FrameNet.pdf

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?


回答1:


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:

  • 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 is no code in NLTK to read the mappings (at least not yet).



来源:https://stackoverflow.com/questions/29323849/mapping-wordnet-senses-to-verbnet

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!