how to apply chunking for the below tagged pos ? (nltk)

前端 未结 0 1305
傲寒
傲寒 2021-01-27 07:54
from nltk import word_tokenize, pos_tag, pos_tag_sents
tagged_pos = pos_tag_sents(map(word_tokenize, data))
tagged_pos

the following are po

相关标签:
回答
  • 消灭零回复
提交回复
热议问题