Skip to content

Check for complex words and phrases in your writings

License

Notifications You must be signed in to change notification settings

WritingAid/too-wordy

 
 

Repository files navigation

Build Status devDependencies 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

About

Check for complex words and phrases in your writings

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%