diff --git a/src/mostFrequentEnglishVerbs.ts b/src/mostFrequentEnglishVerbs.ts index fc7cf7c..5e90068 100644 --- a/src/mostFrequentEnglishVerbs.ts +++ b/src/mostFrequentEnglishVerbs.ts @@ -89,6 +89,7 @@ export const SET = new Set([ 'benefit', 'better', 'beware', + 'bias', 'bind', 'blacklist', 'blame', @@ -543,6 +544,7 @@ export const SET = new Set([ 'note', 'notice', 'notify', + 'obfuscate', 'observe', 'obtain', 'occupy', @@ -873,6 +875,7 @@ export const SET = new Set([ 'think', 'threaten', 'throw', + 'tidy', 'tie', 'time', 'toggle',