From 815104f2f4d950e8bf45804fd18446f4a1f35aa3 Mon Sep 17 00:00:00 2001 From: Mokaddem Date: Thu, 27 Oct 2016 09:05:56 +0200 Subject: [PATCH] Fixed missing dependency in sentimentAnalysis --- installing_deps.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/installing_deps.sh b/installing_deps.sh index 74a1b000..94e8f936 100755 --- a/installing_deps.sh +++ b/installing_deps.sh @@ -105,6 +105,7 @@ python setup.py install # Download the necessary NLTK corpora and sentiment vader HOME=$(pwd) python -m textblob.download_corpora python -m nltk.downloader vader_lexicon +python -m nltk.downloader punkt #Create the file all_module and update the graph in doc $AIL_HOME/doc/generate_modules_data_flow_graph.sh