Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

too-wordy

duereg287.4kMIT0.3.6

Find wordy or unnecessary passages in your writing

english, writing, prose, words, complexity, readability, grammar, wordiness, wordy

readme

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