Trees | Indices | Help |
---|
|
|
|||
| namegen(ratio=5, lower_limit=3, upper_limit=11) | ||
| sylgen() | ||
| fricgen() | ||
| vowgen() | ||
| congen() | ||
| con2gen() | ||
| con3gen() | ||
| maincongen() |
|
|||
|
result = ''
|
||
|
fricatives = ['j', 'ch', 'h', 's', 'sh', 'th', 'f', 'v', 'z']
|
||
|
vowels = ['a', 'e', 'i', 'o', 'u', 'y', 'ya', 'ye', 'yi', 'yo...
|
||
|
consonantsNormal = ['c', 'g', 't', 'd', 'p', 'b', 'x', 'k', 'ck', 'ch']
|
||
|
consonantsNasal = ['n', 'm', 'ng', 'nc']
|
||
|
randomLength = 0
|
||
|
vowelSyllables = 0
|
||
|
vowelRatio = 0
|
|
|
|
|
|
|
|
|
|
|
resultNone
|
fricativesNone
|
vowelsNone
|
consonantsNormalNone
|
consonantsNasalNone
|
randomLengthNone
|
vowelSyllablesNone
|
vowelRatioNone
|
Trees | Indices | Help |
---|
Generated by Epydoc 3.0alpha3 on Sun Oct 28 23:11:30 2007 | http://epydoc.sourceforge.net |