码迷,mamicode.com
首页 > 其他好文 > 详细

NLTK笔记

时间:2016-07-15 17:13:46      阅读:152      评论:0      收藏:0      [点我收藏+]

标签:

加载自定义语料库:

1 from nltk.corpus import PlaintextCorpusReader
2 corpus_root = /tmp #路径
3 wordlists = PlaintextCorpusReader(corpus_root, .*) #可以是a.txt
4 wordlists.fileids()

 

NLTK笔记

标签:

原文地址:http://www.cnblogs.com/250apples/p/5673967.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!