# 词性标注 nltk中的词性标注 将每个词的词性标注出来 # tagged = nltk.pos_tag(text1) # print(tagged) 相关文章: 2022-12-23 2021-12-17 2022-12-23 2021-11-03 2021-06-04 2022-01-08