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

Readme

Keywords

none

Package Sidebar

Install

npm i syllablistic

Weekly Downloads

9

Version

0.1.0

License

none

Last publish

Collaborators

  • tleen