gpt4 book ai didi

python - 当我在 NLTK Python 中导入 nltk.corpus.framenet 时,导入错误

转载 作者:太空宇宙 更新时间:2023-11-03 18:41:33 24 4
gpt4 key购买 nike

我必须在nltk.corpus中使用framenet。因此,我使用 nltk.download() 下载了该语料库。而framenet目录现在是C:\nltk_data\corpora\framenet_v15...

但是当我导入该框架网时,我不能。我找不到原因。我想要一些这里解释的作品; http://nltk.org/howto/framenet.html

>>> import nltk.corpus.framenet

Traceback (most recent call last):
File "<pyshell#0>", line 1, in <module>
import nltk.corpus.framenet
ImportError: No module named framenet

请帮帮我。谢谢。

最佳答案

在您的链接中,它导入如下:

from nltk.corpus import framenet

你尝试过吗?

编辑:NLTK 3.0 及更高版本在 nltk.corpus.reader 包中具有framenet,因此应该是:

from nltk.corpus.reader import framenet

关于python - 当我在 NLTK Python 中导入 nltk.corpus.framenet 时,导入错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/20402460/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com