new-words

diff INSTALL.sh @ 64:c3adf6452eda

lingvo-en-ru.pl script moved to misc/
author Igor Chubin <igor@chub.in>
date Sat Nov 12 14:03:54 2011 +0100 (2011-11-12)
parents 416394a87d9f
children
line diff
     1.1 --- a/INSTALL.sh	Tue Apr 20 21:15:19 2010 +0400
     1.2 +++ b/INSTALL.sh	Sat Nov 12 14:03:54 2011 +0100
     1.3 @@ -8,12 +8,14 @@
     1.4      mkdir -p ~/bin/
     1.5  fi
     1.6  
     1.7 +echo Please install PyStemmer "(press ctrl-d to continue but don't forget to install PyStemmer python module)".
     1.8 +read
     1.9  echo Installing new-words to "$DEST"
    1.10  set -e
    1.11  cp en.sh "${DEST}"/en
    1.12  cp grep-sentences.pl "${DEST}"/grep-sentences
    1.13  cp learn-words.sh "${DEST}"/learn-words
    1.14 -cp new-words.sh "${DEST}"/new-words
    1.15 +cp new-words.py "${DEST}"/new-words
    1.16  chmod +x ${DEST}/grep-sentences ${DEST}/learn-words ${DEST}/new-words ${DEST}/en
    1.17  echo Done.
    1.18