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.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.0.1
    2
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.0.1
    2

Package Sidebar

Install

npm i nlp-pronounce

Weekly Downloads

2

Version

0.0.1

License

MIT

Last publish

Collaborators

  • spencermountain