word-stats

0.3.0 • Public • Published

word-stats

Analyze a list of words fetching pronunciation, stress, rhymes, and other useful data points.

Install

npm install --save word-stats

Usage

var stats = require('word-stats');
 
var data = stats('elbow');
console.log(data);
/*
{
  cmu: 'EH1 L B OW2',
  pos: 'NN',
  rhyme: 'OW',
  stress: 'ss',
  syllables: 2,
  word: 'elbow'
}
*/

License

MIT

Readme

Keywords

none

Package Sidebar

Install

npm i word-stats

Weekly Downloads

0

Version

0.3.0

License

MIT

Last publish

Collaborators

  • chrisinajar