print("POS Tags:")
for token in doc:
    print(token.text, token.pos_, token.tag_)