mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 00:28:22 +00:00
Fixed missing dependency in sentimentAnalysis
This commit is contained in:
parent
5a4ea734a2
commit
815104f2f4
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue