too-wordy

0.3.6 • Public • Published

NPM version

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

Wordy phrases.

License

MIT

Dependents (3)

Package Sidebar

Install

npm i too-wordy

Weekly Downloads

29,771

Version

0.3.6

License

MIT

Unpacked Size

13.2 kB

Total Files

11

Last publish

Collaborators

  • duereg