nlp-pronounce

0.0.1 • Public • Published

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.

Readme

Keywords

none

Package Sidebar

Install

npm i nlp-pronounce

Weekly Downloads

4

Version

0.0.1

License

MIT

Last publish

Collaborators

  • spencermountain