btford / write-good

Naive linter for English prose
MIT License
4.95k stars 189 forks source link

How is tooWordy computed? #125

Closed WhataShane closed 3 years ago

WhataShane commented 3 years ago

How does tooWordy work?

btford commented 3 years ago

The implementation is here: https://github.com/duereg/too-wordy/blob/master/too-wordy.js

It checks against a list that's concat'd into a regex. Hope this helps.