make sure your downloaded the english model with "python -m spacy download en" ... for token in doc: print(token, token.lemma, token.lemma_).
確定! 回上一頁