syllablistic

0.1.0 • Public • Published

syllablistic

Generating syllable information from words (english only).

Build Status

Usage

Two functions are exposed, word for a single word, and text for multiple words.

var syllabistic = require('syllabistic');
 
var someWord = 'differential';
console.log(someWord, syllabistic.word(someWord));
// differential 4
 
var someText = 'I am the very model of a modern Major General';
console.log(someText, syllabistic.text(someText));
// I am the very model of a modern Major General 16

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.0
    14
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.0
    14
  • 0.0.3
    1
  • 0.0.2
    0
  • 0.0.1
    0

Package Sidebar

Install

npm i syllablistic

Weekly Downloads

11

Version

0.1.0

License

none

Last publish

Collaborators

  • tleen