new-words

diff new-words-py.sh @ 43:d532e7b52ab2

-s key support in new-words.py

Now new-words-py.sh -s works in the same way as new-words.sh.
(WPS and UWPS fields are not calculated correctly yet).
author Igor Chubin <igor@chub.in>
date Fri Jan 28 12:40:58 2011 +0200 (2011-01-28)
parents c3a50c0d2400
children 7eb1a8c3eade
line diff
     1.1 --- a/new-words-py.sh	Sun Jan 23 17:09:44 2011 +0100
     1.2 +++ b/new-words-py.sh	Fri Jan 28 12:40:58 2011 +0200
     1.3 @@ -283,7 +283,7 @@
     1.4     | part $PART_TO_PROCESS \
     1.5     | tee $ORIGINAL_TEXT \
     1.6     | two_and_three_words \
     1.7 -   | get_words_group_words_add_stat \
     1.8 +   | STAT_ONLY="$STAT_ONLY" get_words_group_words_add_stat \
     1.9     | tee "$TEMP1" > "$TEMP2"
    1.10  
    1.11  if [ "$STAT_ONLY" = "YES" ]