equal
deleted
inserted
replaced
62 print " longsyl: long syllable probability (percent)\n"; |
62 print " longsyl: long syllable probability (percent)\n"; |
63 print " dashchr: character to use instead of '-'\n"; |
63 print " dashchr: character to use instead of '-'\n"; |
64 print " nolf: don't print a linefeed after the last word\n"; |
64 print " nolf: don't print a linefeed after the last word\n"; |
65 exit; |
65 exit; |
66 } |
66 } |
|
67 |
|
68 |
|
69 ## syllables: 4 + rnd(3) - ~1.5 bit |
|
70 ## cons: rnd(20) - 4.32 bit |
|
71 ## vow: rnd(5) - 2.32 bit |
|
72 ## cons2: rnd(20) * 20% - ~5.00 bit |
|
73 ## |
|
74 ## - ~ 13.14 bit/syllable |
|
75 ## 4s: 52.5 b, 5s: 65.7 b, 6s: 78.8 b, 7s: 92 b |
|
76 ## |