为什么nltk.pos_tag([“ beautiful”])返回[('beautiful','NN')]?

时间:2018-12-20 11:30:32

标签: python nltk

太奇怪了

In [1]: import nltk
In [2]: nltk.pos_tag(["beautiful"])
Out[2]: [('beautiful', 'NN')]

“美丽”显然是“ JJ”。

0 个答案:

没有答案