You can use spaCy for part-of-speech tagging right out of the box with token.pos_ . ... nlp = spacy.load("en_core_web_sm").
確定! 回上一頁