http://www.amazon.com/Python-Text-Processing-NLTK-Cookbook/dp/1782167854/ Paperback: 310 pages Publisher: Packt Publishing - ebooks Account (August 26, 2014) Language: English Over 80 practical recipes on natural language processing techniques using
nltk3.0 NLTK is a leading platform for building Python programs to work with human language data. It provides easy-to-use interfaces to over 50 corpora and lexical resources such as WordNet, along with a suite of text processing libraries for classi
本文记录了NLTK 3.2.4 环境搭建的方法,供大家参考,具体内容如下
系统环境:win7 32位
python:2.7.13,后改为3.6.1
安装NLTK
从网站下载,完成后双击安装,但提示Python version -32 required, which was not found in the registry.
从网上搜索到以下解决方案:
新建文件D:\register.py,通过脚本建立注册信息
#===============register.py=============