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
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.