yichiang / plain-language-checker

MIT License
1 stars 1 forks source link

Hidden verbs #12

Open yichiang opened 1 year ago

yichiang commented 1 year ago

Hidden verbs: https://www.plainlanguage.gov/guidelines/words/avoid-hidden-verbs/

adelapen commented 1 year ago

Referenced in https://www.plainlanguage.gov/guidelines/words/avoid-hidden-verbs/. We could try to detect words like “carry out”, “undertake”, “make”, and others mentioned there. We could also do a regular expression to look for words ending in -ing, -tion, -ment, or -sion that are between the words “the” and “of.”