feat(dict): Add whaat -> what

This commit is contained in:
Jonas Platte 2022-10-06 14:27:29 +02:00
parent ec8713ae84
commit 6d6713180e
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: CC154DE0E30B7C67
2 changed files with 3 additions and 0 deletions

View file

@ -52587,6 +52587,7 @@ westmonster,westminster
westrbook,westbrook westrbook,westbrook
wether,weather,whether wether,weather,whether
wew,we wew,we
whaat,what
whaeton,wheaton whaeton,wheaton
whan,want,when whan,want,when
whant,want whant,want

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

View file

@ -2028,6 +2028,7 @@ static WORD_WHA_NODE: dictgen::DictTrieNode<&'static [&'static str]> = dictgen::
pub static WORD_WHA_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dictgen::DictTable { pub static WORD_WHA_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dictgen::DictTable {
keys: &[ keys: &[
dictgen::InsensitiveStr::Ascii("at"),
dictgen::InsensitiveStr::Ascii("eton"), dictgen::InsensitiveStr::Ascii("eton"),
dictgen::InsensitiveStr::Ascii("n"), dictgen::InsensitiveStr::Ascii("n"),
dictgen::InsensitiveStr::Ascii("nt"), dictgen::InsensitiveStr::Ascii("nt"),
@ -2040,6 +2041,7 @@ pub static WORD_WHA_CHILDREN: dictgen::DictTable<&'static [&'static str]> = dict
dictgen::InsensitiveStr::Ascii("tseover"), dictgen::InsensitiveStr::Ascii("tseover"),
], ],
values: &[ values: &[
&["what"],
&["wheaton"], &["wheaton"],
&["want", "when"], &["want", "when"],
&["want"], &["want"],