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