Skip to content

samliebl/syllable-count

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

syllable-count

Description

Basically a simple interface for the actual syllable npm module.

Usage

npm install syllable-count
import {
    countSyllables,
    countSyllablesInSentence,
    countSyllablesInArray
} from 'syllable-count';

const textInput = `
The quick brown fox jumped over the lazy dog.
`

let logCountSyllables = countSyllables(textInput);

console.log(logCountSyllables)

Acknowledgements

syllable
Website GitHub

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors