标签: python nltk
太奇怪了
In [1]: import nltk In [2]: nltk.pos_tag(["beautiful"]) Out[2]: [('beautiful', 'NN')]
“美丽”显然是“ JJ”。