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

/too-wordy/

    Package Sidebar

    Install

    npm i too-wordy

    Weekly Downloads

    56,770

    Version

    0.3.6

    License

    MIT

    Unpacked Size

    13.2 kB

    Total Files

    11

    Last publish

    Collaborators

    • duereg