diff --git a/configuration/scripts/nltk.py b/configuration/scripts/nltk.py index df69da2..c6243a8 100644 --- a/configuration/scripts/nltk.py +++ b/configuration/scripts/nltk.py @@ -2,5 +2,5 @@ import nltk -nltk.download('pubkt') +nltk.download('punkt') nltk.download('stopwords') \ No newline at end of file