nlp-pronounce

v0.0.1
spell english words phonetically

an nlp_compromise plugin for a phonetic spelling of text.

it is a metaphone implementation in javascript, based on Chris Umbel's great work in naturalNode

var nlp = require('nlp_compromise');
var nlpPronounce = require('nlp-pronounce');
nlp.plugin(nlpPronounce);

var t = nlp.text('phil collins');
t.pronounce()
// [ 'fil', 'kolins' ]

it also takes advantage of the tokenization & cleverness of nlp_compromise.

npm i nlp-pronounce

Metadata

  • MIT
  • Whatever
  • Spencer Kelly
  • released 2/20/2016

Downloads

Maintainers