new-words
changeset 57:04b0280aa883
new-words.py install by default; new-words.sh is now legacy script
author | Igor Chubin <igor@chub.in> |
---|---|
date | Thu Nov 03 16:03:49 2011 +0100 (2011-11-03) |
parents | 6d6655d4cab6 |
children | 12abeed4d89f |
files | INSTALL.sh |
line diff
1.1 --- a/INSTALL.sh Thu Nov 03 16:01:53 2011 +0100 1.2 +++ b/INSTALL.sh Thu Nov 03 16:03:49 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