伶俐大叔

文章
3
资源
0
加入时间
2年10月17天

自然语言处理nltk分词断句(2)

from nltk.corpus import gutenbergimport nltk# file = gutenberg.words('melville-moby_dick.txt')# text = nltk.Text(file)# print(file)# print(text)# print(text.findall('<a> (<.*>) &lt...