syllablistic
Generating syllable information from words (english only).
Usage
Two functions are exposed, word for a single word, and text for multiple words.
var syllabistic = ; var someWord = 'differential';console;// differential 4 var someText = 'I am the very model of a modern Major General';console;// I am the very model of a modern Major General 16