fix(dict): Recognize alloced and requestor

Part of #1150
This commit is contained in:
Ed Page 2024-11-08 08:51:04 -06:00
parent 98325b2780
commit fae45ae57f
3 changed files with 2 additions and 9 deletions

View file

@ -48,3 +48,5 @@ tesselating,potentially US variant of tessellating
tesselation,potentially US variant of tessellation
tesselator,potentially US variant of tessellator
additionals,additional looks like its sometimes a countable noun
requestor,domain-specific variant of requester
alloced,past tense of common programming abbreviation alloc

1 nilable used in ruby community
48 tesselation potentially US variant of tessellation
49 tesselator potentially US variant of tessellator
50 additionals additional looks like its sometimes a countable noun
51 requestor domain-specific variant of requester
52 alloced past tense of common programming abbreviation alloc

View file

@ -2572,7 +2572,6 @@ alloccate,allocate
alloccated,allocated
alloccates,allocates
alloccating,allocating
alloced,allocated
alloco,alloc
allococate,allocate
allocos,allocs
@ -53431,8 +53430,6 @@ requestested,requested
requestests,requests,requested
requestet,requested
requestied,requested
requestor,requester
requestors,requesters
requestying,requesting
requet,request
requeted,requested

Can't render this file because it is too large.

View file

@ -52644,8 +52644,6 @@ pub static WORD_REQUE_CHILDREN: dictgen::DictTable<&'static [&'static str]> = di
dictgen::InsensitiveStr::Ascii("stests"),
dictgen::InsensitiveStr::Ascii("stet"),
dictgen::InsensitiveStr::Ascii("stied"),
dictgen::InsensitiveStr::Ascii("stor"),
dictgen::InsensitiveStr::Ascii("stors"),
dictgen::InsensitiveStr::Ascii("stying"),
dictgen::InsensitiveStr::Ascii("t"),
dictgen::InsensitiveStr::Ascii("ted"),
@ -52676,8 +52674,6 @@ pub static WORD_REQUE_CHILDREN: dictgen::DictTable<&'static [&'static str]> = di
&["requests", "requested"],
&["requested"],
&["requested"],
&["requester"],
&["requesters"],
&["requesting"],
&["request"],
&["requested"],
@ -225037,7 +225033,6 @@ pub static WORD_ALLOC_CHILDREN: dictgen::DictTable<&'static [&'static str]> = di
dictgen::InsensitiveStr::Ascii("cated"),
dictgen::InsensitiveStr::Ascii("cates"),
dictgen::InsensitiveStr::Ascii("cating"),
dictgen::InsensitiveStr::Ascii("ed"),
dictgen::InsensitiveStr::Ascii("o"),
dictgen::InsensitiveStr::Ascii("ocate"),
dictgen::InsensitiveStr::Ascii("os"),
@ -225085,7 +225080,6 @@ pub static WORD_ALLOC_CHILDREN: dictgen::DictTable<&'static [&'static str]> = di
&["allocated"],
&["allocates"],
&["allocating"],
&["allocated"],
&["alloc"],
&["allocate"],
&["allocs"],