您当前的位置: 首页 > 
  • 0浏览

    0关注

    2393博文

    0收益

  • 0浏览

    0点赞

    0打赏

    0留言

私信
关注
热门博文

成功解决LookupError:   Resource [93maveraged_perceptron_tagger[0m not found.   Please use the NLTK Downl

一个处女座的程序猿 发布时间:2019-03-07 16:48:46 ,浏览量:0

成功解决LookupError:  Resource [93maveraged_perceptron_tagger[0m not found.  Please use the NLTK Downl

 

 

目录

解决问题

解决思路

解决方法

 

 

 

解决问题

LookupError:  **********************************************************************   Resource [93maveraged_perceptron_tagger[0m not found.   Please use the NLTK Downloader to obtain the resource:

 

解决思路

查找错误: * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 资源 [93maveraged_perceptron_tagger] 未找到。 请使用NLTK下载器获取资源:

 

解决方法

执行下列代码即可!

import nltk

nltk.download('averaged_perceptron_tagger')

哈哈,大功告成!

 

 

关注
打赏
1664196048
查看更多评论
立即登录/注册

微信扫码登录

0.1660s