将词汇按它们的词性(parts-of-speech,POS)分类以及相应的标注它们的过程被称为词性标注(part-of-speech tagging, POS tagging)或干脆简称标注.词性也称为词类或词汇范畴.用于特定任务的标记的集合被称为一个标记集. 使用词性标注器进行英文的词性标注. 1. 打开cmd,输入python,进入python编译环境. import nltk text =nltk.word_tokenize("And now for something completel…
1. CC Coordinating conjunction 连接词2. CD Cardinal number 基数词3. DT Determiner 限定词(如this,that,these,those,such,不定限定词:no,some,any,each,every,enough,either,neither,all,both,half,several,many,much,(a) few,(a) little,other,anothe…