Skip to content

Commit

Permalink
Add more verbs from A through D
Browse files Browse the repository at this point in the history
Add a bunch more verbs used in our repository that was not part of the
verb wordlist. Only adding A through D for now
  • Loading branch information
faern committed Mar 20, 2024
1 parent 07feebb commit 50ed978
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions src/mostFrequentEnglishVerbs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -657,27 +657,70 @@ export const SET = new Set([
'write',

// Verbs specific to programming
'abort',
'abstract',
'accomodate',
'accumulate',
'activate',
'adapt',
'advance',
'align',
'anchor',
'annotate',
'append',
'assign',
'augment',
'backport',
'blacklist',
'block',
'blur',
'bootstrap',
'borrow',
'bridge',
'broadcast',
'buffer',
'bundle',
'bypass',
'cache',
'cancel',
'capitalize',
'categorize',
'center',
'centralize',
'clarify',
'clip',
'coalesce',
'complement',
'compute',
'configure',
'consolidate',
'coordinate',
'copy',
'correct',
'de-duplicate',
'cycle',
'decode',
'deconstruct',
'decouple',
'decrease',
'dedup',
'deduplicate',
'default',
'defer',
'delegate',
'delete',
'deprecate',
'deserialize',
'dim',
'disable',
'disallow',
'disconnect',
'dispatch',
'document',
'downgrade',
'download',
'dry',
'dump',
'duplicate',
'echo',
'edit',
Expand Down

0 comments on commit 50ed978

Please sign in to comment.