print("Lemmatization:")
for token in doc:
    print(token.text, "->", token.lemma_)