It can also help you normalize the text. doc = nlp('We are learning SpaCy library today') for token in doc: print(token.text, token.lemma_).
確定! 回上一頁