too-wordy
v0.3.6
Published
Find wordy or unnecessary passages in your writing
Downloads
172,295
Maintainers
Readme
Word Complexity
npm module for checking for wordy or unnecessary passages in your writing
Install
npm install too-wordy
Use
var complexity = require('too-wordy');
var problems = complexity('An abundance of long winded words to accentuate this boring sentence......');
// problems -> [{ match: "abundance", index: 3, offset: 9 }, {match: accentuate, ....}]
See Also
License
MIT