new-words

diff new-words-py.sh @ 47:d708e2c1bad8

compressed wordlist support
author Igor Chubin <igor@chub.in>
date Mon Feb 07 21:21:17 2011 +0200 (2011-02-07)
parents 5f90e44eecfc
children 7194bdb56475
line diff
     1.1 --- a/new-words-py.sh	Fri Feb 04 06:18:50 2011 +0100
     1.2 +++ b/new-words-py.sh	Mon Feb 07 21:21:17 2011 +0200
     1.3 @@ -141,9 +141,10 @@
     1.4  }
     1.5  get_words_group_words_add_stat()
     1.6  {
     1.7 -    STAT_ONLY="$STAT_ONLY" \
     1.8 +    COMPRESSED_WORDLIST="$COMPRESSED_WORDLIST" \
     1.9      GROUP_WORDS_BY_TWO="$GROUP_WORDS_BY_TWO" \
    1.10      GROUP_WORDS_BY_THREE="$GROUP_WORDS_BY_THREE" \
    1.11 +    STAT_ONLY="$STAT_ONLY" \
    1.12      WORDS_GROUPING="$WORDS_GROUPING" \
    1.13      FILTER_WORDS="$FILTER_WORDS" \
    1.14      $NEW_WORDS_PY -l "$LANGUAGE" -f get_words_group_words_add_stat "$1"