Resource cmudict not found. Please use the NLTK Downloader to obtain the resource:

Traceback (most recent call last): File
“/home/oxwod/anaconda3/envs/python35/lib/python3.5/site-packages/nltk/corpus/util.py”,
line 86, in __load
root = nltk.data.find(‘{}/{}’.format(self.subdir, zip_name)) File
“/home/oxwod/anaconda3/envs/python35/lib/python3.5/site-packages/nltk/data.py”,
line 701, in find
raise LookupError(resource_not_found) LookupError:


 Resource cmudict not found.
 Please use the NLTK Downloader to obtain the resource:

  >>> import nltk
  >>> nltk.download('cmudict')

DeepVoice3_pytorch的时候遇到如上问题。
其实是有些东西没有下载
进入python console,输入

import nltk
nltk.download()

然后在弹框中点击download就ok了
传送门
在这里插入图片描述

猜你喜欢

转载自blog.csdn.net/qq_51116518/article/details/135211687
今日推荐