# encoding: utf-8
Modules | ||||||
|
Functions | ||
|
Data | ||
consonantsNasal = ['n', 'm', 'ng', 'nc'] consonantsNormal = ['c', 'g', 't', 'd', 'p', 'b', 'x', 'k', 'ck', 'ch'] fricatives = ['j', 'ch', 'h', 's', 'sh', 'th', 'f', 'v', 'z'] randomLength = 0 result = '' vowelRatio = 0 vowelSyllables = 0 vowels = ['a', 'e', 'i', 'o', 'u', 'y', 'ya', 'ye', 'yi', 'yo', 'yu', 'wa', 'we', 'wi', 'wo', 'wu', 'ae', 'au', 'ei', 'ie', ...] |