gpt4 book ai didi

python - 尝试导入 NLTK 模块时导入错误

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

我正在尝试从以下网站实现选区解析器。
https://bbengfort.github.io/snippets/2018/06/22/corenlp-nltk-parses.html

from nltk.parse.corenlpnltk.pa import CoreNLPParser

当我尝试上述步骤时,出现此错误。

Traceback (most recent call last):
File "3main.py", line 2, in <module>
from nltk.parse.corenlpnltk.pa import CoreNLPParser
ImportError: No module named corenlpnltk.pa

最佳答案

导入错误。

使用这个:

from nltk.parse.corenlp import CoreNLPParser

引用号:https://www.nltk.org/_modules/nltk/parse/corenlp.html

关于python - 尝试导入 NLTK 模块时导入错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/59019104/

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