Package schlachtfeld :: Package random_phonetic_name_generator_von_Pointon :: Module random_phonetic_name_generator
[hide private]
[frames] | no frames]

Module random_phonetic_name_generator

source code

Functions [hide private]
  namegen(ratio=5, lower_limit=3, upper_limit=11)
  sylgen()
  fricgen()
  vowgen()
  congen()
  con2gen()
  con3gen()
  maincongen()

Variables [hide private]
  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

Function Details [hide private]

namegen(ratio=5, lower_limit=3, upper_limit=11)

source code 
None

sylgen()

source code 
None

fricgen()

source code 
None

vowgen()

source code 
None

congen()

source code 
None

con2gen()

source code 
None

con3gen()

source code 
None

maincongen()

source code 
None

Variables Details [hide private]

result

None
Value:
''                                                                     
      

fricatives

None
Value:
['j', 'ch', 'h', 's', 'sh', 'th', 'f', 'v', 'z']                       
      

vowels

None
Value:
['a', 'e', 'i', 'o', 'u', 'y', 'ya', 'ye', 'yi']                       
      

consonantsNormal

None
Value:
['c', 'g', 't', 'd', 'p', 'b', 'x', 'k', 'ck', 'ch']                   
      

consonantsNasal

None
Value:
['n', 'm', 'ng', 'nc']                                                 
      

randomLength

None
Value:
0                                                                     
      

vowelSyllables

None
Value:
0                                                                     
      

vowelRatio

None
Value:
0