python中词性标注

# 词性标注  nltk中的词性标注  将每个词的词性标注出来
# tagged = nltk.pos_tag(text1)
# print(tagged)
原文地址:https://www.cnblogs.com/lxz123/p/14349718.html