lsa_text_summarisation Run in python console import nltk nltk.download("punkt",quiet = True) nltk.download("stopwords",quiet = True) Then to review the code run in terminal python3 summarization.py