Mercurial > hg > aimc
comparison trunk/scripts/gen_features.sh @ 307:a9e7737cad19
-Added CVs as well as VCs to the gen features script
author | tomwalters |
---|---|
date | Fri, 26 Feb 2010 07:12:14 +0000 |
parents | 42d154648b93 |
children | 91521e05b08f |
comparison
equal
deleted
inserted
replaced
306:42d154648b93 | 307:a9e7737cad19 |
---|---|
41 | 41 |
42 | 42 |
43 echo "Generating syllable list..." | 43 echo "Generating syllable list..." |
44 | 44 |
45 for v in $VOWELS; do | 45 for v in $VOWELS; do |
46 echo $v$v >> $WORK/$SYLLIST.tmp | 46 #echo $v$v >> $WORK/$SYLLIST.tmp |
47 for c in $CONSONANTS; do | 47 for c in $CONSONANTS; do |
48 echo $v$c >> $WORK/$SYLLIST.tmp | 48 #echo $v$c >> $WORK/$SYLLIST.tmp |
49 echo $c$v >> $WORK/$SYLLIST.tmp | |
49 done | 50 done |
50 done | 51 done |
51 | 52 |
52 # Sort the syllable list and delete the | 53 # Sort the syllable list and delete the |
53 # temporary, unsorted version | 54 # temporary, unsorted version |