From 73d037ce71719e5da8b912c3ddf5ee9e8227755f Mon Sep 17 00:00:00 2001 From: Ian Lessing Date: Sun, 29 Sep 2024 20:30:08 -0700 Subject: [PATCH] chore(dictionary): add some 12-letter words to existing dictionary addresses issue #97 --- src/lib/dictionaryEN.mjs | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/src/lib/dictionaryEN.mjs b/src/lib/dictionaryEN.mjs index d2c4c51..dfaa278 100644 --- a/src/lib/dictionaryEN.mjs +++ b/src/lib/dictionaryEN.mjs @@ -166,6 +166,7 @@ const THE_WORDS = [ 'anything', 'appear', 'apple', + 'appreciation', 'area', 'arms', 'army', @@ -315,6 +316,7 @@ const THE_WORDS = [ 'continue', 'continued', 'control', + 'conversation', 'cook', 'cool', 'copy', @@ -325,6 +327,7 @@ const THE_WORDS = [ 'cotton', 'could', 'count', + 'counterpart', 'country', 'course', 'cover', @@ -370,6 +373,7 @@ const THE_WORDS = [ 'dinner', 'direct', 'direction', + 'disagreement', 'discover', 'discovered', 'dish', @@ -445,6 +449,7 @@ const THE_WORDS = [ 'explain', 'express', 'face', + 'facinations', 'fact', 'factories', 'factors', @@ -514,10 +519,12 @@ const THE_WORDS = [ 'fresh', 'friend', 'friends', + 'friendliness', 'from', 'front', 'fruit', 'full', + 'fundamentally', 'further', 'future', 'gain', @@ -607,6 +614,7 @@ const THE_WORDS = [ 'hurt', 'husband', 'idea', + 'illustration', 'important', 'inch', 'inches', @@ -720,6 +728,7 @@ const THE_WORDS = [ 'metal', 'method', 'middle', + 'middleweight', 'might', 'mile', 'milk', @@ -904,6 +913,7 @@ const THE_WORDS = [ 'remain', 'remember', 'repeated', + 'repercussion', 'reply', 'report', 'represent', @@ -1160,6 +1170,7 @@ const THE_WORDS = [ 'trade', 'train', 'training', + 'transmission', 'travel', 'tree', 'triangle', @@ -1180,6 +1191,7 @@ const THE_WORDS = [ 'underline', 'understand', 'understood', + 'unenployment', 'unit', 'until', 'upon',