diff 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
line wrap: on
line diff
--- a/trunk/scripts/gen_features.sh	Thu Feb 25 23:08:08 2010 +0000
+++ b/trunk/scripts/gen_features.sh	Fri Feb 26 07:12:14 2010 +0000
@@ -43,9 +43,10 @@
 echo "Generating syllable list..."
 
 for v in $VOWELS; do
-  echo $v$v >> $WORK/$SYLLIST.tmp
+  #echo $v$v >> $WORK/$SYLLIST.tmp
   for c in $CONSONANTS; do
-    echo $v$c >> $WORK/$SYLLIST.tmp
+    #echo $v$c >> $WORK/$SYLLIST.tmp
+    echo $c$v >> $WORK/$SYLLIST.tmp
   done
 done