nltk基本
Posted 不可叽叽歪歪
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nltk基本相关的知识,希望对你有一定的参考价值。
from nltk.corpus import PlaintextCorpusReader import nltk corpus_root=r"C:\Users\sun\AppData\Roaming\nltk_data\corpora\jieba" file_pattern=r".*/.*\.txt" ptb=PlaintextCorpusReader(corpus_root,file_pattern) ptb.fileids() text=ptb.words("jieba3.txt") print(text)
以上是关于nltk基本的主要内容,如果未能解决你的问题,请参考以下文章