0.3.6 • Published 2 years ago

too-wordy v0.3.6

Weekly downloads
8,390
License
MIT
Repository
github
Last release
2 years ago

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

0.3.6

2 years ago

0.3.5

2 years ago

0.3.2

4 years ago

0.3.4

4 years ago

0.3.1

4 years ago

0.3.0

4 years ago

0.2.2

6 years ago

0.2.1

7 years ago

0.1.6

7 years ago

0.1.5

7 years ago

0.1.4

10 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago

0.0.5

11 years ago

0.0.4

11 years ago