0.3.0 • Published 8 years ago

word-stats v0.3.0

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

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

0.3.0

8 years ago

0.2.0

8 years ago

0.1.0

9 years ago