Skip to content

Commit 2b32df9

Browse files
committed
Add more verbs from A through D
Add a bunch more verbs used in our repository that was not part of the verb wordlist. Only adding A through D for now
1 parent 07feebb commit 2b32df9

File tree

1 file changed

+43
-0
lines changed

1 file changed

+43
-0
lines changed

Diff for: src/mostFrequentEnglishVerbs.ts

+43
Original file line numberDiff line numberDiff line change
@@ -657,27 +657,70 @@ export const SET = new Set([
657657
'write',
658658

659659
// Verbs specific to programming
660+
'abort',
661+
'abstract',
662+
'accomodate',
663+
'accumulate',
664+
'activate',
665+
'adapt',
666+
'advance',
660667
'align',
668+
'anchor',
669+
'annotate',
670+
'append',
661671
'assign',
662672
'augment',
673+
'backport',
663674
'blacklist',
675+
'block',
676+
'blur',
677+
'bootstrap',
678+
'borrow',
679+
'bridge',
680+
'broadcast',
681+
'buffer',
682+
'bundle',
683+
'bypass',
664684
'cache',
685+
'cancel',
686+
'capitalize',
665687
'categorize',
688+
'center',
689+
'centralize',
666690
'clarify',
691+
'clip',
667692
'coalesce',
693+
'complement',
694+
'compute',
668695
'configure',
669696
'consolidate',
697+
'coordinate',
698+
'copy',
670699
'correct',
671700
'de-duplicate',
701+
'cycle',
702+
'decode',
672703
'deconstruct',
704+
'decouple',
705+
'decrease',
706+
'dedup',
673707
'deduplicate',
674708
'default',
709+
'defer',
710+
'delegate',
675711
'delete',
712+
'deprecate',
713+
'deserialize',
714+
'dim',
676715
'disable',
716+
'disallow',
717+
'disconnect',
677718
'dispatch',
678719
'document',
679720
'downgrade',
721+
'download',
680722
'dry',
723+
'dump',
681724
'duplicate',
682725
'echo',
683726
'edit',

0 commit comments

Comments
 (0)