1.0.1 • Published 4 years ago

extra-english v1.0.1

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

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

NameAction
caverphonePhoneticGets Caverphone phonetic of english text.
colognePhoneticGets Cologne phonetic of english text.
metaphonePhoneticGets Metaphone phonetic of english text.
mraPhoneticGets Match Rating Approach phonetic of english text.
nysiisPhoneticGets NYSIIS phonetic of english text.
soundexPhoneticGets Soundex phonetic of english text.
soundexSqlPhoneticGets Soundex phonetic (SQL) of english text.

nodef

1.0.1

4 years ago

1.0.0

4 years ago

0.1.0

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago