From 952fb0d5aa8b1e74efa9923d197775a298c20a34 Mon Sep 17 00:00:00 2001 From: andrewso <9V5f1FkzI2LD> Date: Fri, 6 Mar 2020 11:41:02 +0000 Subject: [PATCH] [06.03.20] Done goofed with spelling --- configuration/scripts/nltk.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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