MohammedArif
Databricks Partner

Define all the helper functions from include folder (_helper_functions.py) in your main notebook itself and run these:

import nltk
nltk.download('punkt')
nltk.download('wordnet')
nltk.download('omw-1.4')
nltk.download('punkt_tab')
nltk.download('averaged_perceptron_tagger_eng')