NLTK--詞性標註

tag標註說明 python import nltk from nltk.tag import pos_tag from nltk.tokenize import word_tokenize 1.詞性標註器web text=word_tokenize('And now for something completely different') print(pos_tag(text)) out:[(
相關文章
相關標籤/搜索