extra-english

1.0.1 • Public • Published

English is a West Germanic language, first spoken in early medieval England. Includes various name to phonetic representation algorithms.

const english = require('extra-english');
 
english.caverphonePhonetic('Thompson', true);
// 'TMPSN'
 
english.colognePhonetic('Hari');
// '7'
 
english.metaphonePhonetic('Lightyear');
// 'LHTYAR'
 
english.nysiisPhonetic('Mackie');
// 'MCY'

reference

Name Action
caverphonePhonetic Gets Caverphone phonetic of english text.
colognePhonetic Gets Cologne phonetic of english text.
metaphonePhonetic Gets Metaphone phonetic of english text.
mraPhonetic Gets Match Rating Approach phonetic of english text.
nysiisPhonetic Gets NYSIIS phonetic of english text.
soundexPhonetic Gets Soundex phonetic of english text.
soundexSqlPhonetic Gets Soundex phonetic (SQL) of english text.


nodef

Dependents (0)

Package Sidebar

Install

npm i extra-english

Weekly Downloads

4

Version

1.0.1

License

MIT

Unpacked Size

13 kB

Total Files

4

Last publish

Collaborators

  • wolfram77