Build cool NLP and machine learning applications using NLTK and other Python libraries About This Book Extract information from unstructured data using NLTK to solve NLP problems Analyse linguistic structures in text and learn the concept of semanti
Preface Natural Language Processing is used everywhere—in search engines, spell checkers, mobile phones, computer games, and even in your washing machine. Pythons Natural Language Toolkit (NLTK) suite of libraries has rapidly emerged as one of the
本文记录了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=============