有以下代码:动词: http://www.nltk.org/_modules/nltk/corpus/reader/verbnet.html 框架网: http://www.nltk.org/howto/framenet.html Wordnet: http://www.nltk.org/howto/wordnet.html 但是NLTK中没有代码来读取映射(至少现在还没有).http://digital.library.unt.edu/ark:/67531/metadc30973/m2/1/high_res_d/Mihalcea-2005-Putting_Pieces_Together-Combining_FrameNet.pdfIn the link above on the sixth page, the paper mentions that a mapping was made.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.gzThere are codes for:Verbnet: http://www.nltk.org/_modules/nltk/corpus/reader/verbnet.htmlFramenet: http://www.nltk.org/howto/framenet.htmlWordnet: http://www.nltk.org/howto/wordnet.htmlBut there is no code in NLTK to read the mappings (at least not yet). 这篇关于将Wordnet感觉映射到Verbnet的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持! 10-28 18:14