Skip to content

Latest commit

 

History

25 提交

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

仓库 files navigation

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

关于

Generating syllable information from words

Resources

Stars

2 stars

关注者

1 watching

复刻s

发布

Used by

贡献者

Languages