We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Gets Caverphone phonetic of english text.
english.caverphonePhonetic(txt, [ext]); // txt: english text // ext: extended Caverphone? (false)
const english = require('extra-english'); english.caverphonePhonetic('Lee'); // 'L11111' english.caverphonePhonetic('Lue'); // 'L11111' english.caverphonePhonetic('Thompson', true); // 'TMPSN'
There was an error while loading. Please reload this page.