import nltk
#nltk.download('punkt') #this may be necessary if it is your first time running this
article.nlp()
# Extract keywords
article.keywords
# Summary of the article
article.summary
Analytical – Honest – Passionate
import nltk
#nltk.download('punkt') #this may be necessary if it is your first time running this
article.nlp()
# Extract keywords
article.keywords
# Summary of the article
article.summary