From 7f17add803397a536661168c25ca085453e203a8 Mon Sep 17 00:00:00 2001 From: Benjamin Bengfort Date: Fri, 17 Aug 2018 12:29:55 -0400 Subject: [PATCH] removed install nltk data hook in favor of nltk.txt --- bin/post_compile | 11 ++++++----- nltk.txt | 6 ++++++ 2 files changed, 12 insertions(+), 5 deletions(-) create mode 100644 nltk.txt diff --git a/bin/post_compile b/bin/post_compile index cf55356..ea294fd 100755 --- a/bin/post_compile +++ b/bin/post_compile @@ -1,10 +1,11 @@ # bin/post_compile #!/usr/bin/env bash -if [ -f bin/install_nltk_data ]; then - echo "-----> Running install_nltk_data" - chmod +x bin/install_nltk_data - bin/install_nltk_data -fi +# Removed install NLTK data hook in favor of nltk.txt +# if [ -f bin/install_nltk_data ]; then +# echo "-----> Running install_nltk_data" +# chmod +x bin/install_nltk_data +# bin/install_nltk_data +# fi echo "-----> Post-compile done" diff --git a/nltk.txt b/nltk.txt new file mode 100644 index 0000000..6fc7acf --- /dev/null +++ b/nltk.txt @@ -0,0 +1,6 @@ +wordnet +punkt +averaged_perceptron_tagger +maxent_treebank_pos_tagger +maxent_ne_chunker +stopwords