junzhi1989

fedora安装nltk超简单教程

在网上看了一大帮子文章。

都烦死了

最后终于发现一篇超简单的方法,就是输入

$ yum install python-nltk

就OK了。。华丽丽的凌乱了又一次

 

You can go to http://www.nltk.org and download NLTK and all the extras – pyyaml, matplotlib, etc. However, these packages are now in the Fedora repositories which makes it a dead simple task to install.

$ sudo yum install python-nltk

burmese_python_125x125

You get PyYAML, python-dateutil, python-matplotlib, and all the fix’ins installed as dependencies. This works at least as far back as Fedora 12.

Now run nltk.download() to fetch any corpora you need.

posted on 2012-07-07 13:14  珺之  阅读(183)  评论(0编辑  收藏  举报
 

分类:

技术点:

相关文章:

  • 2022-12-23
  • 2021-12-01
  • 2022-12-23
  • 2021-09-28
  • 2021-05-24
  • 2021-12-09
  • 2021-12-05
  • 2022-12-23
猜你喜欢
  • 2021-10-16
  • 2021-08-26
  • 2021-09-15
  • 2021-10-06
  • 2021-11-22
  • 2021-10-02
  • 2021-11-11
相关资源
相似解决方案