From 29932abdcee677e0a157a90163e38d9c02ffe872 Mon Sep 17 00:00:00 2001 From: Akshita Bhagia Date: Thu, 6 May 2021 12:42:25 -0700 Subject: [PATCH] Update Makefile (#5183) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index fdbfc181234..ee92f9fc013 100644 --- a/Makefile +++ b/Makefile @@ -88,7 +88,7 @@ install : pip install --upgrade --upgrade-strategy eager -e . -r dev-requirements.txt # Docs are not built on docker, and the runner is unable to find # the nltk_data folder. Hence, we download the requirement. - python -c 'import nltk; nltk.download("sentiwordnet")' + python -c 'import nltk; nltk.download("wordnet")' # # Documention helpers. #