new-words

diff INSTALL.sh @ 68:846240941452

added -C key: compress to lines; fixed bug with #90-line
author Igor Chubin <igor@chub.in>
date Sun Sep 23 16:07:29 2012 +0300 (2012-09-23)
parents 416394a87d9f
children
line diff
     1.1 --- a/INSTALL.sh	Tue Apr 20 21:15:19 2010 +0400
     1.2 +++ b/INSTALL.sh	Sun Sep 23 16:07:29 2012 +0300
     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