From 4528585e7be786ed62590047a94a3619b3ee307a Mon Sep 17 00:00:00 2001 From: Erickson Silva Date: Mon, 23 Feb 2015 23:22:39 -0300 Subject: [PATCH] Adiciona tgrep como dependência e coloca o NLTK para ser instalado pelo pip --- install/linux/aelius_install.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/install/linux/aelius_install.sh b/install/linux/aelius_install.sh index a567582..f3c8bfb 100755 --- a/install/linux/aelius_install.sh +++ b/install/linux/aelius_install.sh @@ -19,16 +19,13 @@ read -r -p "Deseja fazer o download das dependências? [Y/n] " response echo -e "# Instalando dependências...\n" sudo apt-get install -y python-dev python-setuptools python-yaml python-numpy python-matplotlib + sudo pip install nltk nltk_tgrep - cd nltk-3.0.0/ - - sudo python setup.py install fi read -r -p "Deseja limpar os arquivos temporários? [Y/n] " response response=${response,,} # tolower if [[ $response =~ ^(yes|y| ) ]]; then - cd .. rm ~/vlibras-libs/aelius/aelius-install.tar.gz fi -- libgit2 0.21.2