import nltk def main(): nltk.download("punkt") nltk.download("punkt_tab") if __name__ == "__main__": main()