python【】词性标注横排
>>> import re>>> import jieba.posseg as pseg>>> f = open('E:/序言.txt','r').read()>>> words = pseg.cut(f)>&am