NLTK03 《Python自然语言处理》code02 获得文本语料和词汇资源
02 获得文本语料和词汇资源# -*- coding: utf-8 -*-# win10 python3.5.3/python3.6.1 nltk3.2.4# 《Python自然语言处理》 02 获得文本语料和词汇资源# pnlp02.py# 2.1 获取文本语料库# 古滕堡语料库import nltkgtb = nltk.corpus.gutenberg.fileids()print