Installation NLTK:
%pip install nltk
from nltk import tokenize
from nltk.tokenize import word_tokenize, sent_tokenize
Those packages will help you to run your application in NLTK mostly.
Import package:
1- from optimus.engines.base.pandas.dataframe import PandasBaseDataFrame