diff --git a/liblouis/compileTranslationTable.c b/liblouis/compileTranslationTable.c index 18513ee643..0def09e81b 100644 --- a/liblouis/compileTranslationTable.c +++ b/liblouis/compileTranslationTable.c @@ -279,6 +279,8 @@ static const char *opcodeNames[CTO_None] = { "before", "noback", "nofor", + "empmatchbefore", + "empmatchafter", "swapcc", "swapcd", "swapdd", @@ -3836,7 +3838,7 @@ compileRule (FileInfo * nested) getCharacters(nested, &ptn_after); getRuleDotsPattern(nested, &ruleDots); - if(!addRule(nested, opcode, &ruleChars, &ruleDots, 0, 0)) + if(!addRule(nested, opcode, &ruleChars, &ruleDots, after, before)) ok = 0; if(ptn_before.chars[0] == '-' && ptn_before.length == 1) @@ -4689,6 +4691,18 @@ compileRule (FileInfo * nested) goto doOpcode; case CTO_NoFor: nofor = 1; + + case CTO_EmpMatchBefore: + + before |= CTC_EmpMatch; + goto doOpcode; + + case CTO_EmpMatchAfter: + + after |= CTC_EmpMatch; + goto doOpcode; + + goto doOpcode; case CTO_SwapCc: case CTO_SwapCd: diff --git a/liblouis/lou_translateString.c b/liblouis/lou_translateString.c index cfdace0386..254ef7aae9 100644 --- a/liblouis/lou_translateString.c +++ b/liblouis/lou_translateString.c @@ -2070,7 +2070,7 @@ checkEmphasisChange(const int skip) { int i; for(i = src + (skip + 1); i < src + transRule->charslen; i++) - if((emphasisBuffer[i] & ~CAPS_EMPHASIS) || transNoteBuffer[i]) + if(emphasisBuffer[i] || transNoteBuffer[i]) return 1; return 0; } @@ -2219,11 +2219,27 @@ for_selectRule () transCharslen = transRule->charslen; if (tryThis == 1 || ((transCharslen <= length) && validMatch ())) { + /* check before emphasis match */ + if(transRule->before & CTC_EmpMatch) + { + if( emphasisBuffer[src] + || transNoteBuffer[src]) + break; + } + + /* check after emphasis match */ + if(transRule->after & CTC_EmpMatch) + { + if( emphasisBuffer[src + transCharslen] + || transNoteBuffer[src + transCharslen]) + break; + } + /* check this rule */ setAfter (transCharslen); - if ((!transRule->after || (beforeAttributes + if ((!(transRule->after & ~CTC_EmpMatch) || (beforeAttributes & transRule->after)) && - (!transRule->before || (afterAttributes + (!(transRule->before & ~CTC_EmpMatch) || (afterAttributes & transRule->before))) switch (transOpcode) { /*check validity of this Translation */ @@ -2806,6 +2822,10 @@ resolveEmphasisWords( word_start = i; word_whole = 0; } + + /* emphasis started on space */ + if(!(wordBuffer[i] & WORD_CHAR)) + word_start = -1; } /* check if at end of emphasis */ @@ -3529,7 +3549,7 @@ insertEmphasesAt(const int at) EMPHASIS_END << (min * 4), EMPHASIS_WORD << (min * 4)); else insertEmphasisEnd( - transNoteBuffer, at, emph6Rule + min, + transNoteBuffer, at, emph1Rule + min, TRANSNOTE_END << (min * 4), TRANSNOTE_WORD << (min * 4)); } @@ -3555,7 +3575,7 @@ insertEmphasesAt(const int at) type_counts[max] = 0; if (max >= 5) insertEmphasisBegin( - transNoteBuffer, at, emph6Rule + max, + transNoteBuffer, at, emph1Rule + max, TRANSNOTE_BEGIN << (max * 4), TRANSNOTE_END << (max * 4), TRANSNOTE_WORD << (max * 4)); else insertEmphasisBegin( diff --git a/liblouis/louis.h b/liblouis/louis.h index d8f05bedd5..a760c13c62 100644 --- a/liblouis/louis.h +++ b/liblouis/louis.h @@ -110,7 +110,8 @@ typedef enum { CTC_CapsMode = 0x1000000, CTC_NumericMode = 0x2000000, CTC_NumericNoContract = 0x4000000, - CTC_EndOfInput = 0x8000000 // used by pattern matcher + CTC_EndOfInput = 0x8000000, // only used by pattern matcher + CTC_EmpMatch = 0x10000000, // only used in TranslationTableRule->before and TranslationTableRule->after } TranslationTableCharacterAttribute; typedef enum { @@ -261,6 +262,8 @@ typedef enum { /*Op codes */ CTO_Before, /*only match if before character in class 30 */ CTO_NoBack, CTO_NoFor, + CTO_EmpMatchBefore, + CTO_EmpMatchAfter, CTO_SwapCc, CTO_SwapCd, CTO_SwapDd, diff --git a/liblouis/pattern.c b/liblouis/pattern.c index 3175cdd37c..9bc633f59f 100644 --- a/liblouis/pattern.c +++ b/liblouis/pattern.c @@ -1380,7 +1380,7 @@ static int pattern_check_attrs(const widechar input_char, const widechar *expr_d { int attrs; - attrs = ((expr_data[0] << 16) | expr_data[1]) & ~CTC_EndOfInput; + attrs = ((expr_data[0] << 16) | expr_data[1]) & ~(CTC_EndOfInput | CTC_EmpMatch); if(!checkAttr(input_char, attrs, 0)) return 0; return 1; diff --git a/tables/en-ueb-g2.ctb b/tables/en-ueb-g2.ctb index 42062ef92c..72ddd15f4a 100644 --- a/tables/en-ueb-g2.ctb +++ b/tables/en-ueb-g2.ctb @@ -535,50 +535,41 @@ sufword subbasement 234-136-12-12-1-234-15-56-2345 sufword subbing 234-136-12-12-346 # be 10.6.1 10.6.2 10.6.3 10.6.4 -match %[^_~]%<* be ati!n 23 beati* -match %[^_~]%<* be atr 23 bea* -match %[^_~]%<* be c![hkq] 23 bec* -match %[^_~]%<* be dra 23 bedr* -match %[^_~]%<* be de!(%>*%[_~^]) 23 bede* -match %[^_~]%<* be da 23 bed* -match %[^_~]%<* be elz 23 bee* -match %[^_~]%<* be g![gs] 23 beg* -match %[^_~]%<* be in 23 bei* -match %[^_~]%<* be l[aeiouwy] 23 bel* -match %[^_~]%<* be neficen 23 beneficen* -match %[^_~]%<* be net(['’]s)?%>*%[_~^] 23 benet -match %[^_~]%<* be ne![dft] 23 bene* -match %[^_~]%<* be n[aiu] 23 ben* -match %[^_~]%<* be r[a] 23 bere* -match %[^_~]%<* be re!n 23 ber* -match %[^_~]%<* be stir 23 besti* -match %[^_~]%<* be st[or] 23 best* -match %[^_~]%<* be s![st] 23 bes* -match %[^_~]%<* be t![chst'’] 23 bet* -match %[^_~]%<* be [bfhjmopqwxz] 23 - -#nofor begword beatif 23-1-2345-24-124 -#nofor begword beatit 23-1-2345-24-2345 -#nofor begword beb 23-12 -#nofor begword becal 23-14-1-123 -#nofor begword beco 23-14-135 -#nofor begword beda 23-145-1 -#nofor begword bede 23-145-15 -#nofor begword bedr 23-145-1235 -#nofor begword bef 23-124 -#nofor begword beg 23-1245 -#nofor begword beh 23-125 +empmatchafter match %[^_~]%<* be [Aa][Tt][Ii]![Nn] 23 beati* +empmatchafter match %[^_~]%<* be [Aa][Tt][Rr] 23 bea* +empmatchafter match %[^_~]%<* be [Cc]![HKQhkq] 23 bec* +empmatchafter match %[^_~]%<* be [Dd][Rr][Aa] 23 bedr* +empmatchafter match %[^_~]%<* be [Dd][Ee]!(%>*%[_~^]) 23 bede* +empmatchafter match %[^_~]%<* be [Dd][Aa] 23 bed* +empmatchafter match %[^_~]%<* be [Ee][Ll][Zz] 23 bee* +empmatchafter match %[^_~]%<* be [Gg]![GSgs] 23 beg* +empmatchafter match %[^_~]%<* be [Ii][Nn] 23 bei* +empmatchafter match %[^_~]%<* be [Ll][AEIOUWYaeiouwy] 23 bel* +empmatchafter match %[^_~]%<* be [Nn][Ee][Ff][Ii][Cc][Ee][Nn] 23 beneficen* +empmatchafter match %[^_~]%<* be [Nn][Ee][Tt](['’]s)?%>*%[_~^] 23 benet +empmatchafter match %[^_~]%<* be [Nn][Ee]![DFTdft] 23 bene* +empmatchafter match %[^_~]%<* be [Nn][AIUaiu] 23 ben* +empmatchafter match %[^_~]%<* be [Rr][Aa] 23 bere* +empmatchafter match %[^_~]%<* be [Rr][Ee]![Nn] 23 ber* +empmatchafter match %[^_~]%<* be [Ss][Tt][Ii][Rr] 23 besti* +empmatchafter match %[^_~]%<* be [Ss][Tt][ORor] 23 best* +empmatchafter match %[^_~]%<* be [Ss]![STst] 23 bes* +empmatchafter match %[^_~]%<* be [Tt]![CHSTchst'’] 23 bet* +empmatchafter match %[^_~]%<* be [BFHJMOPQWXZbfhjmopqwxz] 23 nofor sufword be 23 +# be[cfhlnsty] are handled in 10.9.5 +word beg = + # easier if after "be" cause both are dots 23 # bb 10.6.5 10.6.6 -match %a bb %a 23 +empmatchbefore empmatchafter match %a bb %a 23 nofor always bb 23 # cc 10.6.5 10.6.6 -match %a cc %a 25 +empmatchbefore empmatchafter match %a cc %a 25 nofor always cc 25 @@ -591,30 +582,28 @@ sufword saccharin 234-1-14-16-345-35 sufword zucchini 1356-136-14-16-35-24 # con 10.6.1 10.6.2 10.6.3 10.6.4 -match %[^_~]%<* con c!h 25 -match %[^_~]%<* con est 25 -match %[^_~]%<* con s%a 25 cons "mod cons" 10.6.4 -sufword conned 14-135-1345-1345-1246 -#match %[^_~]%<* con n(!e|%>*%[^_~]) 25 conned -#match %[^_~]%<* con ne!d 25 " -match %[^_~]%<* con [abdfghijlmnopqrtuvwxyz] 25 +empmatchafter match %[^_~]%<* con [Cc]![Hh] 25 +empmatchafter match %[^_~]%<* con [Ee][Ss][Tt] 25 +empmatchafter match %[^_~]%<* con s%a 25 [Cc][Oo][Nn][Ss] "mod cons" 10.6.4 +empmatchafter match %[^_~]%<* con [ABDFGHIJLMNOPQRTUVWXYZabdfghijlmnopqrtuvwxyz] 25 sufword conakry 14-135-1345-1-13-1235-13456 sufword conan 14-135-1345-1-1345 +sufword conned 14-135-1345-1345-1246 nofor begword con 25 # dis 10.6.1 10.6.2 10.6.3 10.6.4 word diss 145-24-234-234 -match %[^_~]%<* dis c![s'’] 256 -match %[^_~]%<* dis he![dsv] 256 -match %[^_~]%<* dis h![ceiprtw'’] 256 -match %[^_~]%<* dis p!i 256 -match %[^_~]%<* dis [abdefgijlmnoqrstuvwxyz] 256 +empmatchafter match %[^_~]%<* dis [Cc]![Ss'’] 256 +empmatchafter match %[^_~]%<* dis [Hh][Ee]![DSVdsv] 256 +empmatchafter match %[^_~]%<* dis [Hh]![CEIPRTWceiprtw'’] 256 +empmatchafter match %[^_~]%<* dis [Pp]![Ii] 256 +empmatchafter match %[^_~]%<* dis [ABDEFGIJLMNOQRSTUVWXYZabdefgijlmnoqrstuvwxyz] 256 nofor begword dis 256 # ea 10.6.5 10.6.6 10.6.7 -match %a ea %a 2 +empmatchbefore empmatchafter match %a ea %a 2 # cheap fix, still fails with ,ea,ea, nofor always , 2 @@ -673,7 +662,7 @@ sufword toenail 2345-135-15-1345-1-24-123 sufword turtleneck 2345-136-1235-2345-123-15-1345-15-14-13 # ff 10.6.5 10.6.6 -match %a ff %a 235 +empmatchbefore empmatchafter match %a ff %a 235 nofor always ff 235 @@ -684,7 +673,7 @@ sufword effort 15-124-123456-2345 sufword stafford 34-1-124-123456-145 # gg 10.6.5 10.6.6 -match %a gg %a 2356 +empmatchbefore empmatchafter match %a gg %a 2356 nofor always gg 2356 @@ -1096,81 +1085,81 @@ sufword cation 14-1-2345-24-135-1345 attribute 2 BCDFGHJKLMNPQRSTVWXZbcdfghjklmnpqrstvwxz'’ no vowels (except w) and 2.6.4 -match %[_~^]%<* about (s|['’]s)?%>*%[_~^] 1-12 -match %[_~^]%<* above (s|['’]s)?%>*%[_~^] 1-12-1236 -match %[_~^]%<* according (s|['’]s)?%>*%[_~^] 1-14 -match %[_~^]%<* across (s|['’]s)?%>*%[_~^] 1-14-1235 +match %[_~^]%<* about ([Ss]|['’][Ss])?%>*%[_~^] 1-12 +match %[_~^]%<* above ([Ss]|['’][Ss])?%>*%[_~^] 1-12-1236 +match %[_~^]%<* according ([Ss]|['’][Ss])?%>*%[_~^] 1-14 +match %[_~^]%<* across ([Ss]|['’][Ss])?%>*%[_~^] 1-14-1235 match %[_~^]%<*%a* after (%2%a*)?%>*%[_~^] 1-124 appendix 1.4 -match %[_~^]%<* afternoon (s|['’]s)?%>*%[_~^] 1-124-1345 -match %[_~^]%<* afterward (s|['’]s)?%>*%[_~^] 1-124-2456 -match %[_~^]%<* again (s|['’]s)?%>*%[_~^] 1-1245 -match %[_~^]%<* against (s|['’]s)?%>*%[_~^] 1-1245-34 -match %[_~^]%<* almost (s|['’]s)?%>*%[_~^] 1-123-134 -match %[_~^]%<* already (s|['’]s)?%>*%[_~^] 1-123-1235 -match %[_~^]%<* also (s|['’]s)?%>*%[_~^] 1-123 -match %[_~^]%<* although (s|['’]s)?%>*%[_~^] 1-123-1456 -match %[_~^]%<* altogether (s|['’]s)?%>*%[_~^] 1-123-2345 -match %[_~^]%<* always (s|['’]s)?%>*%[_~^] 1-123-2456 -match %[_~^]%<* because (s|['’]s)?%>*%[_~^] 23-14 -match %[_~^]%<* before (s|['’]s)?%>*%[_~^] 23-124 -match %[_~^]%<* behind (s|['’]s)?%>*%[_~^] 23-125 -match %[_~^]%<* below (s|['’]s)?%>*%[_~^] 23-123 -match %[_~^]%<* beneath (s|['’]s)?%>*%[_~^] 23-1345 -match %[_~^]%<* beside (s|['’]s)?%>*%[_~^] 23-234 -match %[_~^]%<* between (s|['’]s)?%>*%[_~^] 23-2345 -match %[_~^]%<* beyond (s|['’]s)?%>*%[_~^] 23-13456 +match %[_~^]%<* afternoon ([Ss]|['’][Ss])?%>*%[_~^] 1-124-1345 +match %[_~^]%<* afterward ([Ss]|['’][Ss])?%>*%[_~^] 1-124-2456 +match %[_~^]%<* again ([Ss]|['’][Ss])?%>*%[_~^] 1-1245 +match %[_~^]%<* against ([Ss]|['’][Ss])?%>*%[_~^] 1-1245-34 +match %[_~^]%<* almost ([Ss]|['’][Ss])?%>*%[_~^] 1-123-134 +match %[_~^]%<* already ([Ss]|['’][Ss])?%>*%[_~^] 1-123-1235 +match %[_~^]%<* also ([Ss]|['’][Ss])?%>*%[_~^] 1-123 +match %[_~^]%<* although ([Ss]|['’][Ss])?%>*%[_~^] 1-123-1456 +match %[_~^]%<* altogether ([Ss]|['’][Ss])?%>*%[_~^] 1-123-2345 +match %[_~^]%<* always ([Ss]|['’][Ss])?%>*%[_~^] 1-123-2456 +match %[_~^]%<* because ([Ss]|['’][Ss])?%>*%[_~^] 23-14 +match %[_~^]%<* before ([Ss]|['’][Ss])?%>*%[_~^] 23-124 +match %[_~^]%<* behind ([Ss]|['’][Ss])?%>*%[_~^] 23-125 +match %[_~^]%<* below ([Ss]|['’][Ss])?%>*%[_~^] 23-123 +match %[_~^]%<* beneath ([Ss]|['’][Ss])?%>*%[_~^] 23-1345 +match %[_~^]%<* beside ([Ss]|['’][Ss])?%>*%[_~^] 23-234 +match %[_~^]%<* between ([Ss]|['’][Ss])?%>*%[_~^] 23-2345 +match %[_~^]%<* beyond ([Ss]|['’][Ss])?%>*%[_~^] 23-13456 match %[_~^]%<*%a* blind (%2%a*)?%>*%[_~^] 12-123 appendix 1.4 -match %[_~^]%<*%a* braille %a*(s|['’]s)?%>*%[_~^] 12-1235-123 10.9.3 -match %[_~^]%<*%a* children (%2%a*)?(s|['’]s)?%>*%[_~^] 16-1345 10.9.3 -match %[_~^]%<* conceive (s|['’]s)?%>*%[_~^] 25-14-1236 -match %[_~^]%<* conceiving (s|['’]s)?%>*%[_~^] 25-14-1236-1245 -match %[_~^]%<* could (s|['’]s)?%>*%[_~^] 14-145 -match %[_~^]%<* deceive (s|['’]s)?%>*%[_~^] 145-14-1236 -match %[_~^]%<* deceiving (s|['’]s)?%>*%[_~^] 145-14-1236-1245 -match %[_~^]%<* declare (s|['’]s)?%>*%[_~^] 145-14-123 -match %[_~^]%<* declaring (s|['’]s)?%>*%[_~^] 145-14-123-1245 -match %[_~^]%<* either (s|['’]s)?%>*%[_~^] 15-24 -match %[_~^]%<* first (%2%a*)?(s|['’]s)?%>*%[_~^] 124-34 10.9.3 +match %[_~^]%<*%a* braille %a*([Ss]|['’][Ss])?%>*%[_~^] 12-1235-123 10.9.3 +match %[_~^]%<*%a* children (%2%a*)?([Ss]|['’][Ss])?%>*%[_~^] 16-1345 10.9.3 +match %[_~^]%<* conceive ([Ss]|['’][Ss])?%>*%[_~^] 25-14-1236 +match %[_~^]%<* conceiving ([Ss]|['’][Ss])?%>*%[_~^] 25-14-1236-1245 +match %[_~^]%<* could ([Ss]|['’][Ss])?%>*%[_~^] 14-145 +match %[_~^]%<* deceive ([Ss]|['’][Ss])?%>*%[_~^] 145-14-1236 +match %[_~^]%<* deceiving ([Ss]|['’][Ss])?%>*%[_~^] 145-14-1236-1245 +match %[_~^]%<* declare ([Ss]|['’][Ss])?%>*%[_~^] 145-14-123 +match %[_~^]%<* declaring ([Ss]|['’][Ss])?%>*%[_~^] 145-14-123-1245 +match %[_~^]%<* either ([Ss]|['’][Ss])?%>*%[_~^] 15-24 +match %[_~^]%<* first (%2%a*)?([Ss]|['’][Ss])?%>*%[_~^] 124-34 10.9.3 match %[_~^]%<*%a* friend (%2%a*)?%>*%[_~^] 124-1235 appendix 1.4 -match %[_~^]%<* good (%2%a*)?(s|['’]s)?%>*%[_~^] 1245-145 10.9.3 -match %[_~^]%<*%a* great %a*(s|['’]s)?%>*%[_~^] 1245-1235-2345 10.9.3 -match %[_~^]%<* herself (s|['’]s)?%>*%[_~^] 125-12456-124 -match %[_~^]%<* him (s|['’]s)?%>*%[_~^] 125-134 -match %[_~^]%<* himself (s|['’]s)?%>*%[_~^] 125-134-124 -match %[_~^]%<* immediate (s|['’]s)?%>*%[_~^] 24-134-134 -match %[_~^]%<* its (s|['’]s)?%>*%[_~^] 1346-234 -match %[_~^]%<* itself (s|['’]s)?%>*%[_~^] 1346-124 -match %[_~^]%<* letter (%2%a*)?(s|['’]s)?%>*%[_~^] 123-1235 10.9.3 -match %[_~^]%<* little (%2%a*)?(s|['’]s)?%>*%[_~^] 123-123 10.9.3 -match %[_~^]%<* much (s|['’]s)?%>*%[_~^] 134-16 -match %[_~^]%<* must (s|['’]s)?%>*%[_~^] 134-34 -match %[_~^]%<* myself (s|['’]s)?%>*%[_~^] 134-13456-124 -match %[_~^]%<* necessary (s|['’]s)?%>*%[_~^] 1345-15-14 -match %[_~^]%<* neither (s|['’]s)?%>*%[_~^] 1345-15-24 -match %[_~^]%<* oneself (s|['’]s)?%>*%[_~^] 5-135-124 -match %[_~^]%<* ourselves (s|['’]s)?%>*%[_~^] 1256-1235-1236-234 -match %[_~^]%<* paid (s|['’]s)?%>*%[_~^] 1234-145 -match %[_~^]%<* perceive (s|['’]s)?%>*%[_~^] 1234-12456-14-1236 -match %[_~^]%<* perceiving (s|['’]s)?%>*%[_~^] 1234-12456-14-1236-1245 -match %[_~^]%<* perhaps (s|['’]s)?%>*%[_~^] 1234-12456-125 -match %[_~^]%<* quick (%2%a*)?(s|['’]s)?%>*%[_~^] 12345-13 10.9.3 -match %[_~^]%<* receive (s|['’]s)?%>*%[_~^] 1235-14-1236 -match %[_~^]%<* receiving (s|['’]s)?%>*%[_~^] 1235-14-1236-1245 -match %[_~^]%<* rejoice (s|['’]s)?%>*%[_~^] 1235-245-14 -match %[_~^]%<* rejoicing (s|['’]s)?%>*%[_~^] 1235-245-14-1245 -match %[_~^]%<* said (s|['’]s)?%>*%[_~^] 234-145 -match %[_~^]%<* should (s|['’]s)?%>*%[_~^] 146-145 -match %[_~^]%<* such (s|['’]s)?%>*%[_~^] 234-16 -match %[_~^]%<* themselves (s|['’]s)?%>*%[_~^] 2346-134-1236-234 -match %[_~^]%<* thyself (s|['’]s)?%>*%[_~^] 1456-13456-124 -match %[_~^]%<* today (s|['’]s)?%>*%[_~^] 2345-145 -match %[_~^]%<* together (s|['’]s)?%>*%[_~^] 2345-1245-1235 -match %[_~^]%<* tomorrow (s|['’]s)?%>*%[_~^] 2345-134 -match %[_~^]%<* tonight (s|['’]s)?%>*%[_~^] 2345-1345 -match %[_~^]%<* would (s|['’]s)?%>*%[_~^] 2456-145 -match %[_~^]%<* your (s|['’]s)?%>*%[_~^] 13456-1235 -match %[_~^]%<* yourself (s|['’]s)?%>*%[_~^] 13456-1235-124 -match %[_~^]%<* yourselves (s|['’]s)?%>*%[_~^] 13456-1235-1236-234 +match %[_~^]%<* good (%2%a*)?([Ss]|['’][Ss])?%>*%[_~^] 1245-145 10.9.3 +match %[_~^]%<*%a* great %a*([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345 10.9.3 +match %[_~^]%<* herself ([Ss]|['’][Ss])?%>*%[_~^] 125-12456-124 +match %[_~^]%<* him ([Ss]|['’][Ss])?%>*%[_~^] 125-134 +match %[_~^]%<* himself ([Ss]|['’][Ss])?%>*%[_~^] 125-134-124 +match %[_~^]%<* immediate ([Ss]|['’][Ss])?%>*%[_~^] 24-134-134 +match %[_~^]%<* its ([Ss]|['’][Ss])?%>*%[_~^] 1346-234 +match %[_~^]%<* itself ([Ss]|['’][Ss])?%>*%[_~^] 1346-124 +match %[_~^]%<* letter (%2%a*)?([Ss]|['’][Ss])?%>*%[_~^] 123-1235 10.9.3 +match %[_~^]%<* little (%2%a*)?([Ss]|['’][Ss])?%>*%[_~^] 123-123 10.9.3 +match %[_~^]%<* much ([Ss]|['’][Ss])?%>*%[_~^] 134-16 +match %[_~^]%<* must ([Ss]|['’][Ss])?%>*%[_~^] 134-34 +match %[_~^]%<* myself ([Ss]|['’][Ss])?%>*%[_~^] 134-13456-124 +match %[_~^]%<* necessary ([Ss]|['’][Ss])?%>*%[_~^] 1345-15-14 +match %[_~^]%<* neither ([Ss]|['’][Ss])?%>*%[_~^] 1345-15-24 +match %[_~^]%<* oneself ([Ss]|['’][Ss])?%>*%[_~^] 5-135-124 +match %[_~^]%<* ourselves ([Ss]|['’][Ss])?%>*%[_~^] 1256-1235-1236-234 +match %[_~^]%<* paid ([Ss]|['’][Ss])?%>*%[_~^] 1234-145 +match %[_~^]%<* perceive ([Ss]|['’][Ss])?%>*%[_~^] 1234-12456-14-1236 +match %[_~^]%<* perceiving ([Ss]|['’][Ss])?%>*%[_~^] 1234-12456-14-1236-1245 +match %[_~^]%<* perhaps ([Ss]|['’][Ss])?%>*%[_~^] 1234-12456-125 +match %[_~^]%<* quick (%2%a*)?([Ss]|['’][Ss])?%>*%[_~^] 12345-13 10.9.3 +match %[_~^]%<* receive ([Ss]|['’][Ss])?%>*%[_~^] 1235-14-1236 +match %[_~^]%<* receiving ([Ss]|['’][Ss])?%>*%[_~^] 1235-14-1236-1245 +match %[_~^]%<* rejoice ([Ss]|['’][Ss])?%>*%[_~^] 1235-245-14 +match %[_~^]%<* rejoicing ([Ss]|['’][Ss])?%>*%[_~^] 1235-245-14-1245 +match %[_~^]%<* said ([Ss]|['’][Ss])?%>*%[_~^] 234-145 +match %[_~^]%<* should ([Ss]|['’][Ss])?%>*%[_~^] 146-145 +match %[_~^]%<* such ([Ss]|['’][Ss])?%>*%[_~^] 234-16 +match %[_~^]%<* themselves ([Ss]|['’][Ss])?%>*%[_~^] 2346-134-1236-234 +match %[_~^]%<* thyself ([Ss]|['’][Ss])?%>*%[_~^] 1456-13456-124 +match %[_~^]%<* today ([Ss]|['’][Ss])?%>*%[_~^] 2345-145 +match %[_~^]%<* together ([Ss]|['’][Ss])?%>*%[_~^] 2345-1245-1235 +match %[_~^]%<* tomorrow ([Ss]|['’][Ss])?%>*%[_~^] 2345-134 +match %[_~^]%<* tonight ([Ss]|['’][Ss])?%>*%[_~^] 2345-1345 +match %[_~^]%<* would ([Ss]|['’][Ss])?%>*%[_~^] 2456-145 +match %[_~^]%<* your ([Ss]|['’][Ss])?%>*%[_~^] 13456-1235 +match %[_~^]%<* yourself ([Ss]|['’][Ss])?%>*%[_~^] 13456-1235-124 +match %[_~^]%<* yourselves ([Ss]|['’][Ss])?%>*%[_~^] 13456-1235-1236-234 #TODO: backmatch should be able to merge these nofor word about 1-12 @@ -1495,535 +1484,554 @@ word hims 125-24-134-234 nofor word alms 1-123-134-234 -match %[_~^]%<* ['’]twould (s|['’]s)?%>*%[_~^] 3-2345-2456-145 -match %[_~^]%<* ['’]twould've (s|['’]s)?%>*%[_~^] 3-2345-2456-145-3-1236-15 -match %[_~^]%<* ['’]twoulda (s|['’]s)?%>*%[_~^] 3-2345-2456-145-1 -match %[_~^]%<* ['’]twouldn't (s|['’]s)?%>*%[_~^] 3-2345-2456-145-1345-3-2345 -match %[_~^]%<* ['’]twouldn't've (s|['’]s)?%>*%[_~^] 3-2345-2456-145-1345-3-2345-3-1236-15 -match %[_~^]%<* aboutface (s|['’]s)?%>*%[_~^] 1-12-124-1-14-15 -match %[_~^]%<* aboutfaced (s|['’]s)?%>*%[_~^] 1-12-124-1-14-1246 -match %[_~^]%<* aboutfacer (s|['’]s)?%>*%[_~^] 1-12-124-1-14-12456 -match %[_~^]%<* aboutfacing (s|['’]s)?%>*%[_~^] 1-12-124-1-14-346 -match %[_~^]%<* aboutturn (s|['’]s)?%>*%[_~^] 1-12-2345-136-1235-1345 -match %[_~^]%<* aboutturned (s|['’]s)?%>*%[_~^] 1-12-2345-136-1235-1345-1246 -match %[_~^]%<* aboveboard (s|['’]s)?%>*%[_~^] 1-12-1236-12-135-345-145 -match %[_~^]%<* aboveground (s|['’]s)?%>*%[_~^] 1-12-1236-1245-1235-46-145 -match %[_~^]%<* abovementioned (s|['’]s)?%>*%[_~^] 1-12-1236-134-26-56-1345-1246 -match %[_~^]%<* accordingly (s|['’]s)?%>*%[_~^] 1-14-123-13456 -match %[_~^]%<* aforesaid (s|['’]s)?%>*%[_~^] 1-123456-15-234-145 -match %[_~^]%<* afterbattle (s|['’]s)?%>*%[_~^] 1-124-12-1-2345-2345-123-15 -match %[_~^]%<* afterbirth (s|['’]s)?%>*%[_~^] 1-124-12-24-1235-1456 -match %[_~^]%<* afterbreakfast (s|['’]s)?%>*%[_~^] 1-124-12-1235-2-13-124-1-34 -match %[_~^]%<* afterburn (s|['’]s)?%>*%[_~^] 1-124-12-136-1235-1345 -match %[_~^]%<* afterburned (s|['’]s)?%>*%[_~^] 1-124-12-136-1235-1345-1246 -match %[_~^]%<* afterburner (s|['’]s)?%>*%[_~^] 1-124-12-136-1235-1345-12456 -match %[_~^]%<* afterburning (s|['’]s)?%>*%[_~^] 1-124-12-136-1235-1345-346 -match %[_~^]%<* aftercare (s|['’]s)?%>*%[_~^] 1-124-14-345-15 -match %[_~^]%<* afterclap (s|['’]s)?%>*%[_~^] 1-124-14-123-1-1234 -match %[_~^]%<* aftercoffee (s|['’]s)?%>*%[_~^] 1-124-14-12356-124-15-15 -match %[_~^]%<* afterdamp (s|['’]s)?%>*%[_~^] 1-124-145-1-134-1234 -match %[_~^]%<* afterdark (s|['’]s)?%>*%[_~^] 1-124-145-345-13 -match %[_~^]%<* afterdeck (s|['’]s)?%>*%[_~^] 1-124-145-15-14-13 -match %[_~^]%<* afterdinner (s|['’]s)?%>*%[_~^] 1-124-145-35-1345-12456 -match %[_~^]%<* afterflow (s|['’]s)?%>*%[_~^] 1-124-124-123-246 -match %[_~^]%<* aftergame (s|['’]s)?%>*%[_~^] 1-124-1245-1-134-15 -match %[_~^]%<* afterglow (s|['’]s)?%>*%[_~^] 1-124-1245-123-246 -match %[_~^]%<* afterguard (s|['’]s)?%>*%[_~^] 1-124-1245-136-345-145 -match %[_~^]%<* afterhatch (s|['’]s)?%>*%[_~^] 1-124-125-1-2345-16 -match %[_~^]%<* afterhatches (s|['’]s)?%>*%[_~^] 1-124-125-1-2345-16-15-234 -match %[_~^]%<* afterhour (s|['’]s)?%>*%[_~^] 1-124-125-1256-1235 -match %[_~^]%<* afterlife (s|['’]s)?%>*%[_~^] 1-124-123-24-124-15 -match %[_~^]%<* afterlight (s|['’]s)?%>*%[_~^] 1-124-123-24-126-2345 -match %[_~^]%<* afterlives (s|['’]s)?%>*%[_~^] 1-124-123-24-1236-15-234 -match %[_~^]%<* afterlunch (s|['’]s)?%>*%[_~^] 1-124-123-136-1345-16 -match %[_~^]%<* afterlunches (s|['’]s)?%>*%[_~^] 1-124-123-136-1345-16-15-234 -match %[_~^]%<* aftermarket (s|['’]s)?%>*%[_~^] 1-124-134-345-13-15-2345 -match %[_~^]%<* aftermatch (s|['’]s)?%>*%[_~^] 1-124-134-1-2345-16 -match %[_~^]%<* aftermatches (s|['’]s)?%>*%[_~^] 1-124-134-1-2345-16-15-234 -match %[_~^]%<* aftermath (s|['’]s)?%>*%[_~^] 1-124-134-1-1456 -match %[_~^]%<* aftermeeting (s|['’]s)?%>*%[_~^] 1-124-134-15-15-2345-346 -match %[_~^]%<* aftermidday (s|['’]s)?%>*%[_~^] 1-124-134-24-145-5-145 -match %[_~^]%<* aftermidnight (s|['’]s)?%>*%[_~^] 1-124-134-24-145-1345-24-126-2345 -match %[_~^]%<* aftermost (s|['’]s)?%>*%[_~^] 1-124-134-135-34 -match %[_~^]%<* afternoontea (s|['’]s)?%>*%[_~^] 1-124-1345-2345-15-1 -match %[_~^]%<* afterpain (s|['’]s)?%>*%[_~^] 1-124-1234-1-35 -match %[_~^]%<* afterparties (s|['’]s)?%>*%[_~^] 1-124-5-1234-24-15-234 -match %[_~^]%<* afterparty (s|['’]s)?%>*%[_~^] 1-124-5-1234-13456 -match %[_~^]%<* afterpiece (s|['’]s)?%>*%[_~^] 1-124-1234-24-15-14-15 -match %[_~^]%<* afterplay (s|['’]s)?%>*%[_~^] 1-124-1234-123-1-13456 -match %[_~^]%<* aftersale (s|['’]s)?%>*%[_~^] 1-124-234-1-123-15 -match %[_~^]%<* afterschool (s|['’]s)?%>*%[_~^] 1-124-234-16-135-135-123 -match %[_~^]%<* aftersensation (s|['’]s)?%>*%[_~^] 1-124-234-26-234-1-56-1345 -match %[_~^]%<* aftershave (s|['’]s)?%>*%[_~^] 1-124-146-1-1236-15 -match %[_~^]%<* aftershock (s|['’]s)?%>*%[_~^] 1-124-146-135-14-13 -match %[_~^]%<* aftershow (s|['’]s)?%>*%[_~^] 1-124-146-246 -match %[_~^]%<* aftershower (s|['’]s)?%>*%[_~^] 1-124-146-246-12456 -match %[_~^]%<* aftersupper (s|['’]s)?%>*%[_~^] 1-124-234-136-1234-1234-12456 -match %[_~^]%<* aftertaste (s|['’]s)?%>*%[_~^] 1-124-2345-1-34-15 -match %[_~^]%<* aftertax (s|['’]s)?%>*%[_~^] 1-124-2345-1-1346 -match %[_~^]%<* aftertaxes (s|['’]s)?%>*%[_~^] 1-124-2345-1-1346-15-234 -match %[_~^]%<* aftertea (s|['’]s)?%>*%[_~^] 1-124-2345-15-1 -match %[_~^]%<* aftertheatre (s|['’]s)?%>*%[_~^] 1-124-2346-1-2345-1235-15 -match %[_~^]%<* afterthought (s|['’]s)?%>*%[_~^] 1-124-1456-5-1256 -match %[_~^]%<* aftertime (s|['’]s)?%>*%[_~^] 1-124-5-2345 -match %[_~^]%<* aftertreatment (s|['’]s)?%>*%[_~^] 1-124-2345-1235-2-2345-56-2345 -match %[_~^]%<* afterword (s|['’]s)?%>*%[_~^] 1-124-45-2456 -match %[_~^]%<* afterwork (s|['’]s)?%>*%[_~^] 1-124-5-2456 -match %[_~^]%<* afterworld (s|['’]s)?%>*%[_~^] 1-124-456-2456 -match %[_~^]%<* apperceive (s|['’]s)?%>*%[_~^] 1-1234-1234-12456-14-1236 -match %[_~^]%<* apperceived (s|['’]s)?%>*%[_~^] 1-1234-1234-12456-14-1236-145 -match %[_~^]%<* apperceiver (s|['’]s)?%>*%[_~^] 1-1234-1234-12456-14-1236-1235 -match %[_~^]%<* apperceiving (s|['’]s)?%>*%[_~^] 1-1234-1234-12456-14-1236-1245 -match %[_~^]%<* archdeceiver (s|['’]s)?%>*%[_~^] 345-16-145-14-1236-1235 -match %[_~^]%<* beforehand (s|['’]s)?%>*%[_~^] 23-124-125-12346 -match %[_~^]%<* befriend (s|['’]s)?%>*%[_~^] 23-124-1235 -match %[_~^]%<* behindhand (s|['’]s)?%>*%[_~^] 23-125-125-12346 -match %[_~^]%<* belittle (s|['’]s)?%>*%[_~^] 23-123-123 -match %[_~^]%<* belittled (s|['’]s)?%>*%[_~^] 23-123-123-145 -match %[_~^]%<* belittlement (s|['’]s)?%>*%[_~^] 23-123-123-56-2345 -match %[_~^]%<* belittler (s|['’]s)?%>*%[_~^] 23-123-123-1235 -match %[_~^]%<* belowdeck (s|['’]s)?%>*%[_~^] 23-123-145-15-14-13 -match %[_~^]%<* belowground (s|['’]s)?%>*%[_~^] 23-123-1245-1235-46-145 -match %[_~^]%<* belowmentioned (s|['’]s)?%>*%[_~^] 23-123-134-26-56-1345-1246 -match %[_~^]%<* beneathdeck (s|['’]s)?%>*%[_~^] 23-1345-145-15-14-13 -match %[_~^]%<* beneathground (s|['’]s)?%>*%[_~^] 23-1345-1245-1235-46-145 -match %[_~^]%<* betweendeck (s|['’]s)?%>*%[_~^] 23-2345-145-15-14-13 -match %[_~^]%<* betweentime (s|['’]s)?%>*%[_~^] 23-2345-5-2345 -match %[_~^]%<* betweenwhile (s|['’]s)?%>*%[_~^] 23-2345-156-24-123-15 -match %[_~^]%<* blindfish (s|['’]s)?%>*%[_~^] 12-123-124-24-146 -match %[_~^]%<* blindfishes (s|['’]s)?%>*%[_~^] 12-123-124-24-146-15-234 -match %[_~^]%<* blindfold (s|['’]s)?%>*%[_~^] 12-123-124-135-123-145 -match %[_~^]%<* blindfolded (s|['’]s)?%>*%[_~^] 12-123-124-135-123-145-1246 -match %[_~^]%<* blindfolder (s|['’]s)?%>*%[_~^] 12-123-124-135-123-145-12456 -match %[_~^]%<* blindfolding (s|['’]s)?%>*%[_~^] 12-123-124-135-123-145-346 -match %[_~^]%<* blindly (s|['’]s)?%>*%[_~^] 12-123-123-13456 -match %[_~^]%<* blindman (s|['’]s)?%>*%[_~^] 12-123-134-1-1345 -match %[_~^]%<* blindmen (s|['’]s)?%>*%[_~^] 12-123-134-26 -match %[_~^]%<* blindness (s|['’]s)?%>*%[_~^] 12-123-56-234 -match %[_~^]%<* blindnesses (s|['’]s)?%>*%[_~^] 12-123-56-234-15-234 -match %[_~^]%<* blindside (s|['’]s)?%>*%[_~^] 12-123-234-24-145-15 -match %[_~^]%<* blindsided (s|['’]s)?%>*%[_~^] 12-123-234-24-145-1246 -match %[_~^]%<* blindsider (s|['’]s)?%>*%[_~^] 12-123-234-24-145-12456 -match %[_~^]%<* blindsiding (s|['’]s)?%>*%[_~^] 12-123-234-24-145-346 -match %[_~^]%<* blindsight (s|['’]s)?%>*%[_~^] 12-123-234-24-126-2345 -match %[_~^]%<* blindstories (s|['’]s)?%>*%[_~^] 12-123-34-135-1235-24-15-234 -match %[_~^]%<* blindstory (s|['’]s)?%>*%[_~^] 12-123-34-135-1235-13456 -match %[_~^]%<* blindworm (s|['’]s)?%>*%[_~^] 12-123-2456-135-1235-134 -match %[_~^]%<* bloodletter (s|['’]s)?%>*%[_~^] 12-123-135-135-145-123-1235 -match %[_~^]%<* boyfriend (s|['’]s)?%>*%[_~^] 12-135-13456-124-1235 -match %[_~^]%<* brailled (s|['’]s)?%>*%[_~^] 12-1235-123-145 -match %[_~^]%<* brailler (s|['’]s)?%>*%[_~^] 12-1235-123-1235 -match %[_~^]%<* braillewriter (s|['’]s)?%>*%[_~^] 12-1235-123-2456-1235-24-2345-12456 -match %[_~^]%<* braillewriting (s|['’]s)?%>*%[_~^] 12-1235-123-2456-1235-24-2345-346 -match %[_~^]%<* brailley (s|['’]s)?%>*%[_~^] 12-1235-123-13456 -match %[_~^]%<* brainchildren (s|['’]s)?%>*%[_~^] 12-1235-1-35-16-1345 -match %[_~^]%<* chainletter (s|['’]s)?%>*%[_~^] 16-1-35-123-1235 -match %[_~^]%<* children'swear (s|['’]s)?%>*%[_~^] 16-1345-3-234-2456-15-345 -match %[_~^]%<* colorblind (s|['’]s)?%>*%[_~^] 14-135-123-135-1235-12-123 -match %[_~^]%<* colorblindness (s|['’]s)?%>*%[_~^] 14-135-123-135-1235-12-123-56-234 -match %[_~^]%<* colorblindnesses (s|['’]s)?%>*%[_~^] 14-135-123-135-1235-12-123-56-234-15-234 -match %[_~^]%<* colourblind (s|['’]s)?%>*%[_~^] 14-135-123-1256-1235-12-123 -match %[_~^]%<* colourblindness (s|['’]s)?%>*%[_~^] 14-135-123-1256-1235-12-123-56-234 -match %[_~^]%<* colourblindnesses (s|['’]s)?%>*%[_~^] 14-135-123-1256-1235-12-123-56-234-15-234 -match %[_~^]%<* conceived (s|['’]s)?%>*%[_~^] 25-14-1236-145 -match %[_~^]%<* conceiver (s|['’]s)?%>*%[_~^] 25-14-1236-1235 -match %[_~^]%<* could've (s|['’]s)?%>*%[_~^] 14-145-3-1236-15 -match %[_~^]%<* coulda (s|['’]s)?%>*%[_~^] 14-145-1 -match %[_~^]%<* couldest (s|['’]s)?%>*%[_~^] 14-145-15-34 -match %[_~^]%<* couldn't (s|['’]s)?%>*%[_~^] 14-145-1345-3-2345 -match %[_~^]%<* couldn't've (s|['’]s)?%>*%[_~^] 14-145-1345-3-2345-3-1236-15 -match %[_~^]%<* couldst (s|['’]s)?%>*%[_~^] 14-145-34 -match %[_~^]%<* deafblind (s|['’]s)?%>*%[_~^] 145-2-124-12-123 -match %[_~^]%<* deafblindness (s|['’]s)?%>*%[_~^] 145-2-124-12-123-56-234 -match %[_~^]%<* deafblindnesses (s|['’]s)?%>*%[_~^] 145-2-124-12-123-56-234-15-234 -match %[_~^]%<* deceived (s|['’]s)?%>*%[_~^] 145-14-1236-145 -match %[_~^]%<* deceiver (s|['’]s)?%>*%[_~^] 145-14-1236-1235 -match %[_~^]%<* declared (s|['’]s)?%>*%[_~^] 145-14-123-145 -match %[_~^]%<* declarer (s|['’]s)?%>*%[_~^] 145-14-123-1235 -match %[_~^]%<* defriend (s|['’]s)?%>*%[_~^] 145-15-124-1235 -match %[_~^]%<* do-it-yourselfer (s|['’]s)?%>*%[_~^] 145-36-1346-36-13456-1235-124-12456 -match %[_~^]%<* doublequick (s|['’]s)?%>*%[_~^] 145-1256-12-123-15-12345-13 -match %[_~^]%<* eastabout (s|['’]s)?%>*%[_~^] 15-1-34-1-12 -match %[_~^]%<* feelgood (s|['’]s)?%>*%[_~^] 124-15-15-123-1245-145 -match %[_~^]%<* feetfirst (s|['’]s)?%>*%[_~^] 124-15-15-2345-124-34 -match %[_~^]%<* firstaid (s|['’]s)?%>*%[_~^] 124-34-1-24-145 -match %[_~^]%<* firstaider (s|['’]s)?%>*%[_~^] 124-34-1-24-145-12456 -match %[_~^]%<* firstborn (s|['’]s)?%>*%[_~^] 124-34-12-135-1235-1345 -match %[_~^]%<* firstclass (s|['’]s)?%>*%[_~^] 124-34-14-123-1-234-234 -match %[_~^]%<* firstclasses (s|['’]s)?%>*%[_~^] 124-34-14-123-1-234-234-15-234 -match %[_~^]%<* firstday (s|['’]s)?%>*%[_~^] 124-34-5-145 -match %[_~^]%<* firstdayer (s|['’]s)?%>*%[_~^] 124-34-5-145-12456 -match %[_~^]%<* firstfruit (s|['’]s)?%>*%[_~^] 124-34-124-1235-136-24-2345 -match %[_~^]%<* firstfruiting (s|['’]s)?%>*%[_~^] 124-34-124-1235-136-24-2345-346 -match %[_~^]%<* firstgeneration (s|['’]s)?%>*%[_~^] 124-34-1245-26-12456-1-56-1345 -match %[_~^]%<* firsthand (s|['’]s)?%>*%[_~^] 124-34-125-12346 -match %[_~^]%<* firsthanded (s|['’]s)?%>*%[_~^] 124-34-125-12346-1246 -match %[_~^]%<* firstling (s|['’]s)?%>*%[_~^] 124-34-123-346 -match %[_~^]%<* firstly (s|['’]s)?%>*%[_~^] 124-34-123-13456 -match %[_~^]%<* firstness (s|['’]s)?%>*%[_~^] 124-34-56-234 -match %[_~^]%<* firstnight (s|['’]s)?%>*%[_~^] 124-34-1345-24-126-2345 -match %[_~^]%<* firstnighter (s|['’]s)?%>*%[_~^] 124-34-1345-24-126-2345-12456 -match %[_~^]%<* firstrate (s|['’]s)?%>*%[_~^] 124-34-1235-1-2345-15 -match %[_~^]%<* firstrated (s|['’]s)?%>*%[_~^] 124-34-1235-1-2345-1246 -match %[_~^]%<* firstrating (s|['’]s)?%>*%[_~^] 124-34-1235-1-2345-346 -match %[_~^]%<* firststring (s|['’]s)?%>*%[_~^] 124-34-34-1235-346 -match %[_~^]%<* forasmuch (s|['’]s)?%>*%[_~^] 123456-1-234-134-16 -match %[_~^]%<* foresaid (s|['’]s)?%>*%[_~^] 123456-15-234-145 -match %[_~^]%<* fosterchildren (s|['’]s)?%>*%[_~^] 124-135-34-12456-16-1345 -match %[_~^]%<* friendless (s|['’]s)?%>*%[_~^] 124-1235-46-234 -match %[_~^]%<* friendlessness (s|['’]s)?%>*%[_~^] 124-1235-46-234-56-234 -match %[_~^]%<* friendlessnesses (s|['’]s)?%>*%[_~^] 124-1235-46-234-56-234-15-234 -match %[_~^]%<* friendlier (s|['’]s)?%>*%[_~^] 124-1235-123-24-12456 -match %[_~^]%<* friendlies (s|['’]s)?%>*%[_~^] 124-1235-123-24-15-234 -match %[_~^]%<* friendliest (s|['’]s)?%>*%[_~^] 124-1235-123-24-15-34 -match %[_~^]%<* friendliness (s|['’]s)?%>*%[_~^] 124-1235-123-24-56-234 -match %[_~^]%<* friendlinesses (s|['’]s)?%>*%[_~^] 124-1235-123-24-56-234-15-234 -match %[_~^]%<* friendly (s|['’]s)?%>*%[_~^] 124-1235-123-13456 -match %[_~^]%<* friendship (s|['’]s)?%>*%[_~^] 124-1235-146-24-1234 -match %[_~^]%<* gadabout (s|['’]s)?%>*%[_~^] 1245-1-145-1-12 -match %[_~^]%<* gainsaid (s|['’]s)?%>*%[_~^] 1245-1-35-234-145 -match %[_~^]%<* galfriend (s|['’]s)?%>*%[_~^] 1245-1-123-124-1235 -match %[_~^]%<* gentlemanfriend (s|['’]s)?%>*%[_~^] 1245-26-2345-123-15-134-1-1345-124-1235 -match %[_~^]%<* gentlemenfriends (s|['’]s)?%>*%[_~^] 1245-26-2345-123-15-134-26-124-1235-234 -match %[_~^]%<* girlfriend (s|['’]s)?%>*%[_~^] 1245-24-1235-123-124-1235 -match %[_~^]%<* godchildren (s|['’]s)?%>*%[_~^] 1245-135-145-16-1345 -match %[_~^]%<* goodafternoon (s|['’]s)?%>*%[_~^] 1245-145-1-124-1345 -match %[_~^]%<* goodby (s|['’]s)?%>*%[_~^] 1245-145-12-13456 -match %[_~^]%<* goodbye (s|['’]s)?%>*%[_~^] 1245-145-12-13456-15 -match %[_~^]%<* goodbyeing (s|['’]s)?%>*%[_~^] 1245-145-12-13456-15-346 -match %[_~^]%<* goodbying (s|['’]s)?%>*%[_~^] 1245-145-12-13456-346 -match %[_~^]%<* goodday (s|['’]s)?%>*%[_~^] 1245-145-5-145 -match %[_~^]%<* gooder (s|['’]s)?%>*%[_~^] 1245-145-12456 -match %[_~^]%<* goodest (s|['’]s)?%>*%[_~^] 1245-145-15-34 -match %[_~^]%<* goodevening (s|['’]s)?%>*%[_~^] 1245-145-15-1236-26-346 -match %[_~^]%<* goodfellow (s|['’]s)?%>*%[_~^] 1245-145-124-15-123-123-246 -match %[_~^]%<* goodfellowship (s|['’]s)?%>*%[_~^] 1245-145-124-15-123-123-246-146-24-1234 -match %[_~^]%<* goodhearted (s|['’]s)?%>*%[_~^] 1245-145-125-15-345-2345-1246 -match %[_~^]%<* goodheartedly (s|['’]s)?%>*%[_~^] 1245-145-125-15-345-2345-1246-123-13456 -match %[_~^]%<* goodheartedness (s|['’]s)?%>*%[_~^] 1245-145-125-15-345-2345-1246-56-234 -match %[_~^]%<* goodhumor (s|['’]s)?%>*%[_~^] 1245-145-125-136-134-135-1235 -match %[_~^]%<* goodhumored (s|['’]s)?%>*%[_~^] 1245-145-125-136-134-135-1235-1246 -match %[_~^]%<* goodhumoredly (s|['’]s)?%>*%[_~^] 1245-145-125-136-134-135-1235-1246-123-13456 -match %[_~^]%<* goodhumoredness (s|['’]s)?%>*%[_~^] 1245-145-125-136-134-135-1235-1246-56-234 -match %[_~^]%<* goodhumorednesses (s|['’]s)?%>*%[_~^] 1245-145-125-136-134-135-1235-1246-56-234-15-234 -match %[_~^]%<* goodhumour (s|['’]s)?%>*%[_~^] 1245-145-125-136-134-1256-1235 -match %[_~^]%<* goodhumoured (s|['’]s)?%>*%[_~^] 1245-145-125-136-134-1256-1235-1246 -match %[_~^]%<* goodhumouredly (s|['’]s)?%>*%[_~^] 1245-145-125-136-134-1256-1235-1246-123-13456 -match %[_~^]%<* goodhumouredness (s|['’]s)?%>*%[_~^] 1245-145-125-136-134-1256-1235-1246-56-234 -match %[_~^]%<* goodhumourednesses (s|['’]s)?%>*%[_~^] 1245-145-125-136-134-1256-1235-1246-56-234-15-234 -match %[_~^]%<* goodie (s|['’]s)?%>*%[_~^] 1245-145-24-15 -match %[_~^]%<* goodish (s|['’]s)?%>*%[_~^] 1245-145-24-146 -match %[_~^]%<* goodlier (s|['’]s)?%>*%[_~^] 1245-145-123-24-12456 -match %[_~^]%<* goodliest (s|['’]s)?%>*%[_~^] 1245-145-123-24-15-34 -match %[_~^]%<* goodliness (s|['’]s)?%>*%[_~^] 1245-145-123-24-56-234 -match %[_~^]%<* goodlook (s|['’]s)?%>*%[_~^] 1245-145-123-135-135-13 -match %[_~^]%<* goodlooker (s|['’]s)?%>*%[_~^] 1245-145-123-135-135-13-12456 -match %[_~^]%<* goodlooking (s|['’]s)?%>*%[_~^] 1245-145-123-135-135-13-346 -match %[_~^]%<* goodly (s|['’]s)?%>*%[_~^] 1245-145-123-13456 -match %[_~^]%<* goodman (s|['’]s)?%>*%[_~^] 1245-145-134-1-1345 -match %[_~^]%<* goodmen (s|['’]s)?%>*%[_~^] 1245-145-134-26 -match %[_~^]%<* goodmorning (s|['’]s)?%>*%[_~^] 1245-145-134-135-1235-1345-346 -match %[_~^]%<* goodnature (s|['’]s)?%>*%[_~^] 1245-145-1345-1-2345-136-1235-15 -match %[_~^]%<* goodnatured (s|['’]s)?%>*%[_~^] 1245-145-1345-1-2345-136-1235-1246 -match %[_~^]%<* goodnaturedly (s|['’]s)?%>*%[_~^] 1245-145-1345-1-2345-136-1235-1246-123-13456 -match %[_~^]%<* goodnaturedness (s|['’]s)?%>*%[_~^] 1245-145-1345-1-2345-136-1235-1246-56-234 -match %[_~^]%<* goodness (s|['’]s)?%>*%[_~^] 1245-145-56-234 -match %[_~^]%<* goodnesses (s|['’]s)?%>*%[_~^] 1245-145-56-234-15-234 -match %[_~^]%<* goodnight (s|['’]s)?%>*%[_~^] 1245-145-1345-24-126-2345 -match %[_~^]%<* goodsize (s|['’]s)?%>*%[_~^] 1245-145-234-24-1356-15 -match %[_~^]%<* goodsized (s|['’]s)?%>*%[_~^] 1245-145-234-24-1356-1246 -match %[_~^]%<* goodtempered (s|['’]s)?%>*%[_~^] 1245-145-2345-15-134-1234-12456-1246 -match %[_~^]%<* goodtemperedly (s|['’]s)?%>*%[_~^] 1245-145-2345-15-134-1234-12456-1246-123-13456 -match %[_~^]%<* goodtime (s|['’]s)?%>*%[_~^] 1245-145-5-2345 -match %[_~^]%<* goodun (s|['’]s)?%>*%[_~^] 1245-145-136-1345 -match %[_~^]%<* goodwife (s|['’]s)?%>*%[_~^] 1245-145-2456-24-124-15 -match %[_~^]%<* goodwill (s|['’]s)?%>*%[_~^] 1245-145-2456-24-123-123 -match %[_~^]%<* goodwilled (s|['’]s)?%>*%[_~^] 1245-145-2456-24-123-123-1246 -match %[_~^]%<* goodwives (s|['’]s)?%>*%[_~^] 1245-145-2456-24-1236-15-234 -match %[_~^]%<* goody (s|['’]s)?%>*%[_~^] 1245-145-13456 -match %[_~^]%<* goodyear (s|['’]s)?%>*%[_~^] 1245-145-13456-15-345 -match %[_~^]%<* grandchildren (s|['’]s)?%>*%[_~^] 1245-1235-12346-16-1345 -match %[_~^]%<* greataunt (s|['’]s)?%>*%[_~^] 1245-1235-2345-1-136-1345-2345 -match %[_~^]%<* greatbatch (s|['’]s)?%>*%[_~^] 1245-1235-2345-12-1-2345-16 -match %[_~^]%<* greatcircle (s|['’]s)?%>*%[_~^] 1245-1235-2345-14-24-1235-14-123-15 -match %[_~^]%<* greatcoat (s|['’]s)?%>*%[_~^] 1245-1235-2345-14-135-1-2345 -match %[_~^]%<* greaten (s|['’]s)?%>*%[_~^] 1245-1235-2345-26 -match %[_~^]%<* greatened (s|['’]s)?%>*%[_~^] 1245-1235-2345-26-1246 -match %[_~^]%<* greatener (s|['’]s)?%>*%[_~^] 1245-1235-2345-26-12456 -match %[_~^]%<* greatening (s|['’]s)?%>*%[_~^] 1245-1235-2345-26-346 -match %[_~^]%<* greater (s|['’]s)?%>*%[_~^] 1245-1235-2345-12456 -match %[_~^]%<* greatest (s|['’]s)?%>*%[_~^] 1245-1235-2345-15-34 -match %[_~^]%<* greatgrandaunt (s|['’]s)?%>*%[_~^] 1245-1235-2345-1245-1235-12346-1-136-1345-2345 -match %[_~^]%<* greatgrandchild (s|['’]s)?%>*%[_~^] 1245-1235-2345-1245-1235-12346-16-24-123-145 -match %[_~^]%<* greatgrandchildren (s|['’]s)?%>*%[_~^] 1245-1235-2345-1245-1235-12346-16-1345 -match %[_~^]%<* greatgranddad (s|['’]s)?%>*%[_~^] 1245-1235-2345-1245-1235-12346-145-1-145 -match %[_~^]%<* greatgranddaughter (s|['’]s)?%>*%[_~^] 1245-1235-2345-1245-1235-12346-145-1-136-126-2345-12456 -match %[_~^]%<* greatgrandfather (s|['’]s)?%>*%[_~^] 1245-1235-2345-1245-1235-12346-5-124 -match %[_~^]%<* greatgrandfatherhood (s|['’]s)?%>*%[_~^] 1245-1235-2345-1245-1235-12346-5-124-125-135-135-145 -match %[_~^]%<* greatgrandma (s|['’]s)?%>*%[_~^] 1245-1235-2345-1245-1235-12346-134-1 -match %[_~^]%<* greatgrandmother (s|['’]s)?%>*%[_~^] 1245-1235-2345-1245-1235-12346-5-134 -match %[_~^]%<* greatgrandmotherhood (s|['’]s)?%>*%[_~^] 1245-1235-2345-1245-1235-12346-5-134-125-135-135-145 -match %[_~^]%<* greatgrandnephew (s|['’]s)?%>*%[_~^] 1245-1235-2345-1245-1235-12346-1345-15-1234-125-15-2456 -match %[_~^]%<* greatgrandniece (s|['’]s)?%>*%[_~^] 1245-1235-2345-1245-1235-12346-1345-24-15-14-15 -match %[_~^]%<* greatgrandpa (s|['’]s)?%>*%[_~^] 1245-1235-2345-1245-1235-12346-1234-1 -match %[_~^]%<* greatgrandparent (s|['’]s)?%>*%[_~^] 1245-1235-2345-1245-1235-12346-1234-345-26-2345 -match %[_~^]%<* greatgrandparenthood (s|['’]s)?%>*%[_~^] 1245-1235-2345-1245-1235-12346-1234-345-26-2345-125-135-135-145 -match %[_~^]%<* greatgrandson (s|['’]s)?%>*%[_~^] 1245-1235-2345-1245-1235-12346-234-135-1345 -match %[_~^]%<* greatgranduncle (s|['’]s)?%>*%[_~^] 1245-1235-2345-1245-1235-12346-136-1345-14-123-15 -match %[_~^]%<* greathearted (s|['’]s)?%>*%[_~^] 1245-1235-2345-125-15-345-2345-1246 -match %[_~^]%<* greatheartedly (s|['’]s)?%>*%[_~^] 1245-1235-2345-125-15-345-2345-1246-123-13456 -match %[_~^]%<* greatheartedness (s|['’]s)?%>*%[_~^] 1245-1235-2345-125-15-345-2345-1246-56-234 -match %[_~^]%<* greatheartednesses (s|['’]s)?%>*%[_~^] 1245-1235-2345-125-15-345-2345-1246-56-234-15-234 -match %[_~^]%<* greatly (s|['’]s)?%>*%[_~^] 1245-1235-2345-123-13456 -match %[_~^]%<* greatnephew (s|['’]s)?%>*%[_~^] 1245-1235-2345-1345-15-1234-125-15-2456 -match %[_~^]%<* greatness (s|['’]s)?%>*%[_~^] 1245-1235-2345-56-234 -match %[_~^]%<* greatnesses (s|['’]s)?%>*%[_~^] 1245-1235-2345-56-234-15-234 -match %[_~^]%<* greatniece (s|['’]s)?%>*%[_~^] 1245-1235-2345-1345-24-15-14-15 -match %[_~^]%<* greatsword (s|['’]s)?%>*%[_~^] 1245-1235-2345-234-45-2456 -match %[_~^]%<* greatuncle (s|['’]s)?%>*%[_~^] 1245-1235-2345-136-1345-14-123-15 -match %[_~^]%<* guyfriend (s|['’]s)?%>*%[_~^] 1245-136-13456-124-1235 -match %[_~^]%<* hateletter (s|['’]s)?%>*%[_~^] 125-1-2345-15-123-1235 -match %[_~^]%<* headfirst (s|['’]s)?%>*%[_~^] 125-2-145-124-34 -match %[_~^]%<* hereabout (s|['’]s)?%>*%[_~^] 5-125-1-12 -match %[_~^]%<* hereafter (s|['’]s)?%>*%[_~^] 5-125-1-124 -match %[_~^]%<* hereagain (s|['’]s)?%>*%[_~^] 5-125-1-1245 -match %[_~^]%<* hereagainst (s|['’]s)?%>*%[_~^] 5-125-1-1245-34 -match %[_~^]%<* hereinabove (s|['’]s)?%>*%[_~^] 5-125-35-1-12-1236 -match %[_~^]%<* hereinafter (s|['’]s)?%>*%[_~^] 5-125-35-1-124 -match %[_~^]%<* hereinagain (s|['’]s)?%>*%[_~^] 5-125-35-1-1245 -match %[_~^]%<* highlypaid (s|['’]s)?%>*%[_~^] 125-24-126-123-13456-1234-145 -match %[_~^]%<* himbo (s|['’]s)?%>*%[_~^] 125-134-12-135 -match %[_~^]%<* himboes (s|['’]s)?%>*%[_~^] 125-134-12-135-15-234 -match %[_~^]%<* illpaid (s|['’]s)?%>*%[_~^] 24-123-123-1234-145 -match %[_~^]%<* immediately (s|['’]s)?%>*%[_~^] 24-134-134-123-13456 -match %[_~^]%<* immediateness (s|['’]s)?%>*%[_~^] 24-134-134-56-234 -match %[_~^]%<* inasmuch (s|['’]s)?%>*%[_~^] 35-1-234-134-16 -match %[_~^]%<* insomuch (s|['’]s)?%>*%[_~^] 35-234-135-134-16 -match %[_~^]%<* knockabout (s|['’]s)?%>*%[_~^] 13-1345-135-14-13-1-12 -match %[_~^]%<* ladyfriend (s|['’]s)?%>*%[_~^] 123-1-145-13456-124-1235 -match %[_~^]%<* layabout (s|['’]s)?%>*%[_~^] 123-1-13456-1-12 -match %[_~^]%<* letterbodies (s|['’]s)?%>*%[_~^] 123-1235-12-135-145-24-15-234 -match %[_~^]%<* letterbody (s|['’]s)?%>*%[_~^] 123-1235-12-135-145-13456 -match %[_~^]%<* letterbomb (s|['’]s)?%>*%[_~^] 123-1235-12-135-134-12 -match %[_~^]%<* letterbombed (s|['’]s)?%>*%[_~^] 123-1235-12-135-134-12-1246 -match %[_~^]%<* letterbomber (s|['’]s)?%>*%[_~^] 123-1235-12-135-134-12-12456 -match %[_~^]%<* letterbombing (s|['’]s)?%>*%[_~^] 123-1235-12-135-134-12-346 -match %[_~^]%<* letterbox (s|['’]s)?%>*%[_~^] 123-1235-12-135-1346 -match %[_~^]%<* letterboxed (s|['’]s)?%>*%[_~^] 123-1235-12-135-1346-1246 -match %[_~^]%<* letterboxer (s|['’]s)?%>*%[_~^] 123-1235-12-135-1346-12456 -match %[_~^]%<* letterboxes (s|['’]s)?%>*%[_~^] 123-1235-12-135-1346-15-234 -match %[_~^]%<* letterboxing (s|['’]s)?%>*%[_~^] 123-1235-12-135-1346-346 -match %[_~^]%<* lettered (s|['’]s)?%>*%[_~^] 123-1235-1246 -match %[_~^]%<* letterer (s|['’]s)?%>*%[_~^] 123-1235-12456 -match %[_~^]%<* letterform (s|['’]s)?%>*%[_~^] 123-1235-123456-134 -match %[_~^]%<* letterhead (s|['’]s)?%>*%[_~^] 123-1235-125-2-145 -match %[_~^]%<* letterheading (s|['’]s)?%>*%[_~^] 123-1235-125-2-145-346 -match %[_~^]%<* lettering (s|['’]s)?%>*%[_~^] 123-1235-346 -match %[_~^]%<* letterman (s|['’]s)?%>*%[_~^] 123-1235-134-1-1345 -match %[_~^]%<* lettermen (s|['’]s)?%>*%[_~^] 123-1235-134-26 -match %[_~^]%<* letteropener (s|['’]s)?%>*%[_~^] 123-1235-135-1234-26-12456 -match %[_~^]%<* letterperfect (s|['’]s)?%>*%[_~^] 123-1235-1234-12456-124-15-14-2345 -match %[_~^]%<* letterpress (s|['’]s)?%>*%[_~^] 123-1235-1234-1235-15-234-234 -match %[_~^]%<* letterpressed (s|['’]s)?%>*%[_~^] 123-1235-1234-1235-15-234-234-1246 -match %[_~^]%<* letterpresses (s|['’]s)?%>*%[_~^] 123-1235-1234-1235-15-234-234-15-234 -match %[_~^]%<* letterpressing (s|['’]s)?%>*%[_~^] 123-1235-1234-1235-15-234-234-346 -match %[_~^]%<* letterquality (s|['’]s)?%>*%[_~^] 123-1235-12345-136-1-123-56-13456 -match %[_~^]%<* letterspace (s|['’]s)?%>*%[_~^] 123-1235-234-1234-1-14-15 -match %[_~^]%<* letterspaced (s|['’]s)?%>*%[_~^] 123-1235-234-1234-1-14-1246 -match %[_~^]%<* letterspacing (s|['’]s)?%>*%[_~^] 123-1235-234-1234-1-14-346 -match %[_~^]%<* lettertext (s|['’]s)?%>*%[_~^] 123-1235-2345-15-1346-2345 -match %[_~^]%<* littled (s|['’]s)?%>*%[_~^] 123-123-145 -match %[_~^]%<* littleneck (s|['’]s)?%>*%[_~^] 123-123-1345-15-14-13 -match %[_~^]%<* littleness (s|['’]s)?%>*%[_~^] 123-123-56-234 -match %[_~^]%<* littlenesses (s|['’]s)?%>*%[_~^] 123-123-56-234-15-234 -match %[_~^]%<* littler (s|['’]s)?%>*%[_~^] 123-123-1235 -match %[_~^]%<* littlest (s|['’]s)?%>*%[_~^] 123-123-34 -match %[_~^]%<* lovechildren (s|['’]s)?%>*%[_~^] 123-135-1236-15-16-1345 -match %[_~^]%<* loveletter (s|['’]s)?%>*%[_~^] 123-135-1236-15-123-1235 -match %[_~^]%<* lowlypaid (s|['’]s)?%>*%[_~^] 123-246-123-13456-1234-145 -match %[_~^]%<* manfriend (s|['’]s)?%>*%[_~^] 134-1-1345-124-1235 -match %[_~^]%<* menfriends (s|['’]s)?%>*%[_~^] 134-26-124-1235-234 -match %[_~^]%<* midafternoon (s|['’]s)?%>*%[_~^] 134-24-145-1-124-1345 -match %[_~^]%<* misbraille (s|['’]s)?%>*%[_~^] 134-24-234-12-1235-123 -match %[_~^]%<* misbrailled (s|['’]s)?%>*%[_~^] 134-24-234-12-1235-123-145 -match %[_~^]%<* misperceive (s|['’]s)?%>*%[_~^] 134-24-234-1234-12456-14-1236 -match %[_~^]%<* misperceived (s|['’]s)?%>*%[_~^] 134-24-234-1234-12456-14-1236-145 -match %[_~^]%<* misperceiver (s|['’]s)?%>*%[_~^] 134-24-234-1234-12456-14-1236-1235 -match %[_~^]%<* misperceiving (s|['’]s)?%>*%[_~^] 134-24-234-1234-12456-14-1236-1245 -match %[_~^]%<* missaid (s|['’]s)?%>*%[_~^] 134-24-234-234-145 -match %[_~^]%<* morningafter (s|['’]s)?%>*%[_~^] 134-135-1235-1345-346-1-124 -match %[_~^]%<* muchly (s|['’]s)?%>*%[_~^] 134-16-123-13456 -match %[_~^]%<* muchness (s|['’]s)?%>*%[_~^] 134-16-56-234 -match %[_~^]%<* must've (s|['’]s)?%>*%[_~^] 134-34-3-1236-15 -match %[_~^]%<* musta (s|['’]s)?%>*%[_~^] 134-34-1 -match %[_~^]%<* mustard (s|['’]s)?%>*%[_~^] 134-34-345-145 -match %[_~^]%<* mustier (s|['’]s)?%>*%[_~^] 134-34-24-12456 -match %[_~^]%<* mustiest (s|['’]s)?%>*%[_~^] 134-34-24-15-34 -match %[_~^]%<* mustily (s|['’]s)?%>*%[_~^] 134-34-24-123-13456 -match %[_~^]%<* mustiness (s|['’]s)?%>*%[_~^] 134-34-24-56-234 -match %[_~^]%<* mustn't (s|['’]s)?%>*%[_~^] 134-34-1345-3-2345 -match %[_~^]%<* mustn't've (s|['’]s)?%>*%[_~^] 134-34-1345-3-2345-3-1236-15 -match %[_~^]%<* musty (s|['’]s)?%>*%[_~^] 134-34-13456 -match %[_~^]%<* newsletter (s|['’]s)?%>*%[_~^] 1345-15-2456-234-123-1235 -match %[_~^]%<* nonesuch (s|['’]s)?%>*%[_~^] 1345-5-135-234-16 -match %[_~^]%<* nonsuch (s|['’]s)?%>*%[_~^] 1345-135-1345-234-16 -match %[_~^]%<* northabout (s|['’]s)?%>*%[_~^] 1345-135-1235-1456-1-12 -match %[_~^]%<* overmuch (s|['’]s)?%>*%[_~^] 135-1236-12456-134-16 -match %[_~^]%<* overpaid (s|['’]s)?%>*%[_~^] 135-1236-12456-1234-145 -match %[_~^]%<* penfriend (s|['’]s)?%>*%[_~^] 1234-26-124-1235 -match %[_~^]%<* perceived (s|['’]s)?%>*%[_~^] 1234-12456-14-1236-145 -match %[_~^]%<* perceiver (s|['’]s)?%>*%[_~^] 1234-12456-14-1236-1235 -match %[_~^]%<* perhapses (s|['’]s)?%>*%[_~^] 1234-12456-125-15-234 -match %[_~^]%<* poorlypaid (s|['’]s)?%>*%[_~^] 1234-135-135-1235-123-13456-1234-145 -match %[_~^]%<* postpaid (s|['’]s)?%>*%[_~^] 1234-135-34-1234-145 -match %[_~^]%<* preceive (s|['’]s)?%>*%[_~^] 1234-1235-14-1236 -match %[_~^]%<* preceiver (s|['’]s)?%>*%[_~^] 1234-1235-14-1236-1235 -match %[_~^]%<* preceiving (s|['’]s)?%>*%[_~^] 1234-1235-14-1236-1245 -match %[_~^]%<* prepaid (s|['’]s)?%>*%[_~^] 1234-1235-15-1234-145 -match %[_~^]%<* purblind (s|['’]s)?%>*%[_~^] 1234-136-1235-12-123 -match %[_~^]%<* purblindly (s|['’]s)?%>*%[_~^] 1234-136-1235-12-123-123-13456 -match %[_~^]%<* purblindness (s|['’]s)?%>*%[_~^] 1234-136-1235-12-123-56-234 -match %[_~^]%<* purblindnesses (s|['’]s)?%>*%[_~^] 1234-136-1235-12-123-56-234-15-234 -match %[_~^]%<* quickdraw (s|['’]s)?%>*%[_~^] 12345-13-145-1235-1-2456 -match %[_~^]%<* quicken (s|['’]s)?%>*%[_~^] 12345-13-26 -match %[_~^]%<* quickened (s|['’]s)?%>*%[_~^] 12345-13-26-1246 -match %[_~^]%<* quickener (s|['’]s)?%>*%[_~^] 12345-13-26-12456 -match %[_~^]%<* quickening (s|['’]s)?%>*%[_~^] 12345-13-26-346 -match %[_~^]%<* quicker (s|['’]s)?%>*%[_~^] 12345-13-12456 -match %[_~^]%<* quickest (s|['’]s)?%>*%[_~^] 12345-13-15-34 -match %[_~^]%<* quickfire (s|['’]s)?%>*%[_~^] 12345-13-124-24-1235-15 -match %[_~^]%<* quickfiring (s|['’]s)?%>*%[_~^] 12345-13-124-24-1235-346 -match %[_~^]%<* quickfreeze (s|['’]s)?%>*%[_~^] 12345-13-124-1235-15-15-1356-15 -match %[_~^]%<* quickfreezing (s|['’]s)?%>*%[_~^] 12345-13-124-1235-15-15-1356-346 -match %[_~^]%<* quickfroze (s|['’]s)?%>*%[_~^] 12345-13-124-1235-135-1356-15 -match %[_~^]%<* quickfrozen (s|['’]s)?%>*%[_~^] 12345-13-124-1235-135-1356-26 -match %[_~^]%<* quickie (s|['’]s)?%>*%[_~^] 12345-13-24-15 -match %[_~^]%<* quickish (s|['’]s)?%>*%[_~^] 12345-13-24-146 -match %[_~^]%<* quickishly (s|['’]s)?%>*%[_~^] 12345-13-24-146-123-13456 -match %[_~^]%<* quicklime (s|['’]s)?%>*%[_~^] 12345-13-123-24-134-15 -match %[_~^]%<* quickly (s|['’]s)?%>*%[_~^] 12345-13-123-13456 -match %[_~^]%<* quickness (s|['’]s)?%>*%[_~^] 12345-13-56-234 -match %[_~^]%<* quicknesses (s|['’]s)?%>*%[_~^] 12345-13-56-234-15-234 -match %[_~^]%<* quicksand (s|['’]s)?%>*%[_~^] 12345-13-234-12346 -match %[_~^]%<* quickset (s|['’]s)?%>*%[_~^] 12345-13-234-15-2345 -match %[_~^]%<* quicksilver (s|['’]s)?%>*%[_~^] 12345-13-234-24-123-1236-12456 -match %[_~^]%<* quicksilvered (s|['’]s)?%>*%[_~^] 12345-13-234-24-123-1236-12456-1246 -match %[_~^]%<* quicksilvering (s|['’]s)?%>*%[_~^] 12345-13-234-24-123-1236-12456-346 -match %[_~^]%<* quicksnap (s|['’]s)?%>*%[_~^] 12345-13-234-1345-1-1234 -match %[_~^]%<* quickstep (s|['’]s)?%>*%[_~^] 12345-13-34-15-1234 -match %[_~^]%<* quickstepped (s|['’]s)?%>*%[_~^] 12345-13-34-15-1234-1234-1246 -match %[_~^]%<* quickstepper (s|['’]s)?%>*%[_~^] 12345-13-34-15-1234-1234-12456 -match %[_~^]%<* quickstepping (s|['’]s)?%>*%[_~^] 12345-13-34-15-1234-1234-346 -match %[_~^]%<* quicktempered (s|['’]s)?%>*%[_~^] 12345-13-2345-15-134-1234-12456-1246 -match %[_~^]%<* quicktime (s|['’]s)?%>*%[_~^] 12345-13-5-2345 -match %[_~^]%<* quickwitted (s|['’]s)?%>*%[_~^] 12345-13-2456-24-2345-2345-1246 -match %[_~^]%<* quickwittedly (s|['’]s)?%>*%[_~^] 12345-13-2456-24-2345-2345-1246-123-13456 -match %[_~^]%<* quickwittedness (s|['’]s)?%>*%[_~^] 12345-13-2456-24-2345-2345-1246-56-234 -match %[_~^]%<* quicky (s|['’]s)?%>*%[_~^] 12345-13-13456 -match %[_~^]%<* readacross (s|['’]s)?%>*%[_~^] 1235-2-145-1-14-1235 -match %[_~^]%<* rebraille (s|['’]s)?%>*%[_~^] 1235-15-12-1235-123 -match %[_~^]%<* rebrailled (s|['’]s)?%>*%[_~^] 1235-15-12-1235-123-145 -match %[_~^]%<* rebrailler (s|['’]s)?%>*%[_~^] 1235-15-12-1235-123-1235 -match %[_~^]%<* received (s|['’]s)?%>*%[_~^] 1235-14-1236-145 -match %[_~^]%<* receiver (s|['’]s)?%>*%[_~^] 1235-14-1236-1235 -match %[_~^]%<* receivership (s|['’]s)?%>*%[_~^] 1235-14-1236-1235-146-24-1234 -match %[_~^]%<* rejoiced (s|['’]s)?%>*%[_~^] 1235-245-14-145 -match %[_~^]%<* rejoiceful (s|['’]s)?%>*%[_~^] 1235-245-14-56-123 -match %[_~^]%<* rejoicefully (s|['’]s)?%>*%[_~^] 1235-245-14-56-123-123-13456 -match %[_~^]%<* rejoicefulness (s|['’]s)?%>*%[_~^] 1235-245-14-56-123-56-234 -match %[_~^]%<* rejoicer (s|['’]s)?%>*%[_~^] 1235-245-14-1235 -match %[_~^]%<* rejoicingly (s|['’]s)?%>*%[_~^] 1235-245-14-1245-123-13456 -match %[_~^]%<* reletter (s|['’]s)?%>*%[_~^] 1235-15-123-1235 -match %[_~^]%<* relettered (s|['’]s)?%>*%[_~^] 1235-15-123-1235-1246 -match %[_~^]%<* relettering (s|['’]s)?%>*%[_~^] 1235-15-123-1235-346 -match %[_~^]%<* repaid (s|['’]s)?%>*%[_~^] 1235-15-1234-145 -match %[_~^]%<* rightabout (s|['’]s)?%>*%[_~^] 5-1235-1-12 -match %[_~^]%<* roundabout (s|['’]s)?%>*%[_~^] 1235-46-145-1-12 -match %[_~^]%<* roustabout (s|['’]s)?%>*%[_~^] 1235-1256-34-1-12 -match %[_~^]%<* runabout (s|['’]s)?%>*%[_~^] 1235-136-1345-1-12 -match %[_~^]%<* saidest (s|['’]s)?%>*%[_~^] 234-145-15-34 -match %[_~^]%<* saidst (s|['’]s)?%>*%[_~^] 234-145-34 -match %[_~^]%<* scattergood (s|['’]s)?%>*%[_~^] 234-14-1-2345-2345-12456-1245-145 -match %[_~^]%<* schoolchildren (s|['’]s)?%>*%[_~^] 234-16-135-135-123-16-1345 -match %[_~^]%<* schoolfriend (s|['’]s)?%>*%[_~^] 234-16-135-135-123-124-1235 -match %[_~^]%<* should've (s|['’]s)?%>*%[_~^] 146-145-3-1236-15 -match %[_~^]%<* shoulda (s|['’]s)?%>*%[_~^] 146-145-1 -match %[_~^]%<* shouldest (s|['’]s)?%>*%[_~^] 146-145-15-34 -match %[_~^]%<* shouldn't (s|['’]s)?%>*%[_~^] 146-145-1345-3-2345 -match %[_~^]%<* shouldn't've (s|['’]s)?%>*%[_~^] 146-145-1345-3-2345-3-1236-15 -match %[_~^]%<* shouldst (s|['’]s)?%>*%[_~^] 146-145-34 -match %[_~^]%<* snowblind (s|['’]s)?%>*%[_~^] 234-1345-246-12-123 -match %[_~^]%<* snowblindness (s|['’]s)?%>*%[_~^] 234-1345-246-12-123-56-234 -match %[_~^]%<* snowblindnesses (s|['’]s)?%>*%[_~^] 234-1345-246-12-123-56-234-15-234 -match %[_~^]%<* somesuch (s|['’]s)?%>*%[_~^] 5-234-234-16 -match %[_~^]%<* southabout (s|['’]s)?%>*%[_~^] 234-1256-1456-1-12 -match %[_~^]%<* stepchildren (s|['’]s)?%>*%[_~^] 34-15-1234-16-1345 -match %[_~^]%<* stirabout (s|['’]s)?%>*%[_~^] 34-24-1235-1-12 -match %[_~^]%<* suchlike (s|['’]s)?%>*%[_~^] 234-16-123-24-13-15 -match %[_~^]%<* supergood (s|['’]s)?%>*%[_~^] 234-136-1234-12456-1245-145 -match %[_~^]%<* superquick (s|['’]s)?%>*%[_~^] 234-136-1234-12456-12345-13 -match %[_~^]%<* tailfirst (s|['’]s)?%>*%[_~^] 2345-1-24-123-124-34 -match %[_~^]%<* thereabout (s|['’]s)?%>*%[_~^] 5-2346-1-12 -match %[_~^]%<* thereafter (s|['’]s)?%>*%[_~^] 5-2346-1-124 -match %[_~^]%<* thereagain (s|['’]s)?%>*%[_~^] 5-2346-1-1245 -match %[_~^]%<* thereagainst (s|['’]s)?%>*%[_~^] 5-2346-1-1245-34 -match %[_~^]%<* thereinafter (s|['’]s)?%>*%[_~^] 5-2346-35-1-124 -match %[_~^]%<* thereinagain (s|['’]s)?%>*%[_~^] 5-2346-35-1-1245 -match %[_~^]%<* togetherness (s|['’]s)?%>*%[_~^] 2345-1245-1235-56-234 -match %[_~^]%<* turnabout (s|['’]s)?%>*%[_~^] 2345-136-1235-1345-1-12 -match %[_~^]%<* unaccording (s|['’]s)?%>*%[_~^] 136-1345-1-14 -match %[_~^]%<* unaccordingly (s|['’]s)?%>*%[_~^] 136-1345-1-14-123-13456 -match %[_~^]%<* unblindfold (s|['’]s)?%>*%[_~^] 136-1345-12-123-124-135-123-145 -match %[_~^]%<* unblindfolded (s|['’]s)?%>*%[_~^] 136-1345-12-123-124-135-123-145-1246 -match %[_~^]%<* unblindfolding (s|['’]s)?%>*%[_~^] 136-1345-12-123-124-135-123-145-346 -match %[_~^]%<* unbraille (s|['’]s)?%>*%[_~^] 136-1345-12-1235-123 -match %[_~^]%<* unbrailled (s|['’]s)?%>*%[_~^] 136-1345-12-1235-123-145 -match %[_~^]%<* undeceive (s|['’]s)?%>*%[_~^] 136-1345-145-14-1236 -match %[_~^]%<* undeceived (s|['’]s)?%>*%[_~^] 136-1345-145-14-1236-145 -match %[_~^]%<* undeceiver (s|['’]s)?%>*%[_~^] 136-1345-145-14-1236-1235 -match %[_~^]%<* undeceiving (s|['’]s)?%>*%[_~^] 136-1345-145-14-1236-1245 -match %[_~^]%<* undeclare (s|['’]s)?%>*%[_~^] 136-1345-145-14-123 -match %[_~^]%<* undeclared (s|['’]s)?%>*%[_~^] 136-1345-145-14-123-145 -match %[_~^]%<* underpaid (s|['’]s)?%>*%[_~^] 5-136-1234-145 -match %[_~^]%<* unfriend (s|['’]s)?%>*%[_~^] 136-1345-124-1235 -match %[_~^]%<* unfriendlier (s|['’]s)?%>*%[_~^] 136-1345-124-1235-123-24-12456 -match %[_~^]%<* unfriendliest (s|['’]s)?%>*%[_~^] 136-1345-124-1235-123-24-15-34 -match %[_~^]%<* unfriendliness (s|['’]s)?%>*%[_~^] 136-1345-124-1235-123-24-56-234 -match %[_~^]%<* unfriendlinesses (s|['’]s)?%>*%[_~^] 136-1345-124-1235-123-24-56-234-15-234 -match %[_~^]%<* unfriendly (s|['’]s)?%>*%[_~^] 136-1345-124-1235-123-13456 -match %[_~^]%<* unlettered (s|['’]s)?%>*%[_~^] 136-1345-123-1235-1246 -match %[_~^]%<* unnecessary (s|['’]s)?%>*%[_~^] 136-1345-1345-15-14 -match %[_~^]%<* unpaid (s|['’]s)?%>*%[_~^] 136-1345-1234-145 -match %[_~^]%<* unperceive (s|['’]s)?%>*%[_~^] 136-1345-1234-12456-14-1236 -match %[_~^]%<* unperceived (s|['’]s)?%>*%[_~^] 136-1345-1234-12456-14-1236-145 -match %[_~^]%<* unperceiving (s|['’]s)?%>*%[_~^] 136-1345-1234-12456-14-1236-1245 -match %[_~^]%<* unquick (s|['’]s)?%>*%[_~^] 136-1345-12345-13 -match %[_~^]%<* unreceived (s|['’]s)?%>*%[_~^] 136-1345-1235-14-1236-145 -match %[_~^]%<* unrejoice (s|['’]s)?%>*%[_~^] 136-1345-1235-245-14 -match %[_~^]%<* unrejoiced (s|['’]s)?%>*%[_~^] 136-1345-1235-245-14-145 -match %[_~^]%<* unrejoiceful (s|['’]s)?%>*%[_~^] 136-1345-1235-245-14-56-123 -match %[_~^]%<* unrejoicefully (s|['’]s)?%>*%[_~^] 136-1345-1235-245-14-56-123-123-13456 -match %[_~^]%<* unrejoicefulness (s|['’]s)?%>*%[_~^] 136-1345-1235-245-14-56-123-56-234 -match %[_~^]%<* unrejoicer (s|['’]s)?%>*%[_~^] 136-1345-1235-245-14-1235 -match %[_~^]%<* unrejoicing (s|['’]s)?%>*%[_~^] 136-1345-1235-245-14-1245 -match %[_~^]%<* unrejoicingly (s|['’]s)?%>*%[_~^] 136-1345-1235-245-14-1245-123-13456 -match %[_~^]%<* walkabout (s|['’]s)?%>*%[_~^] 2456-1-123-13-1-12 -match %[_~^]%<* wellpaid (s|['’]s)?%>*%[_~^] 2456-15-123-123-1234-145 -match %[_~^]%<* westabout (s|['’]s)?%>*%[_~^] 2456-15-34-1-12 -match %[_~^]%<* whereabout (s|['’]s)?%>*%[_~^] 5-156-1-12 -match %[_~^]%<* whereafter (s|['’]s)?%>*%[_~^] 5-156-1-124 -match %[_~^]%<* whereagain (s|['’]s)?%>*%[_~^] 5-156-1-1245 -match %[_~^]%<* whereagainst (s|['’]s)?%>*%[_~^] 5-156-1-1245-34 -match %[_~^]%<* whereinafter (s|['’]s)?%>*%[_~^] 5-156-35-1-124 -match %[_~^]%<* whereinagain (s|['’]s)?%>*%[_~^] 5-156-35-1-1245 -match %[_~^]%<* womanfriend (s|['’]s)?%>*%[_~^] 2456-135-134-1-1345-124-1235 -match %[_~^]%<* womenfriends (s|['’]s)?%>*%[_~^] 2456-135-134-26-124-1235-234 -match %[_~^]%<* would've (s|['’]s)?%>*%[_~^] 2456-145-3-1236-15 -match %[_~^]%<* woulda (s|['’]s)?%>*%[_~^] 2456-145-1 -match %[_~^]%<* wouldest (s|['’]s)?%>*%[_~^] 2456-145-15-34 -match %[_~^]%<* wouldn't (s|['’]s)?%>*%[_~^] 2456-145-1345-3-2345 -match %[_~^]%<* wouldn't've (s|['’]s)?%>*%[_~^] 2456-145-1345-3-2345-3-1236-15 -match %[_~^]%<* wouldst (s|['’]s)?%>*%[_~^] 2456-145-34 +# don't mix ’ with ' together +match %[_~^]%<* ’twould ([Ss]|['’][Ss])?%>*%[_~^] 3-2345-2456-145 +match %[_~^]%<* 'twould ([Ss]|['’][Ss])?%>*%[_~^] 3-2345-2456-145 +match %[_~^]%<* ’twould’ve ([Ss]|['’][Ss])?%>*%[_~^] 3-2345-2456-145-3-1236-15 +match %[_~^]%<* 'twould've ([Ss]|['’][Ss])?%>*%[_~^] 3-2345-2456-145-3-1236-15 +match %[_~^]%<* ’twoulda ([Ss]|['’][Ss])?%>*%[_~^] 3-2345-2456-145-1 +match %[_~^]%<* 'twoulda ([Ss]|['’][Ss])?%>*%[_~^] 3-2345-2456-145-1 +match %[_~^]%<* ’twouldn’t ([Ss]|['’][Ss])?%>*%[_~^] 3-2345-2456-145-1345-3-2345 +match %[_~^]%<* 'twouldn't ([Ss]|['’][Ss])?%>*%[_~^] 3-2345-2456-145-1345-3-2345 +match %[_~^]%<* ’twouldn’t’ve ([Ss]|['’][Ss])?%>*%[_~^] 3-2345-2456-145-1345-3-2345-3-1236-15 +match %[_~^]%<* 'twouldn't've ([Ss]|['’][Ss])?%>*%[_~^] 3-2345-2456-145-1345-3-2345-3-1236-15 +match %[_~^]%<* aboutface ([Ss]|['’][Ss])?%>*%[_~^] 1-12-124-1-14-15 +match %[_~^]%<* aboutfaced ([Ss]|['’][Ss])?%>*%[_~^] 1-12-124-1-14-1246 +match %[_~^]%<* aboutfacer ([Ss]|['’][Ss])?%>*%[_~^] 1-12-124-1-14-12456 +match %[_~^]%<* aboutfacing ([Ss]|['’][Ss])?%>*%[_~^] 1-12-124-1-14-346 +match %[_~^]%<* aboutturn ([Ss]|['’][Ss])?%>*%[_~^] 1-12-2345-136-1235-1345 +match %[_~^]%<* aboutturned ([Ss]|['’][Ss])?%>*%[_~^] 1-12-2345-136-1235-1345-1246 +match %[_~^]%<* aboveboard ([Ss]|['’][Ss])?%>*%[_~^] 1-12-1236-12-135-345-145 +match %[_~^]%<* aboveground ([Ss]|['’][Ss])?%>*%[_~^] 1-12-1236-1245-1235-46-145 +match %[_~^]%<* abovementioned ([Ss]|['’][Ss])?%>*%[_~^] 1-12-1236-134-26-56-1345-1246 +match %[_~^]%<* accordingly ([Ss]|['’][Ss])?%>*%[_~^] 1-14-123-13456 +match %[_~^]%<* aforesaid ([Ss]|['’][Ss])?%>*%[_~^] 1-123456-15-234-145 +match %[_~^]%<* afterbattle ([Ss]|['’][Ss])?%>*%[_~^] 1-124-12-1-2345-2345-123-15 +match %[_~^]%<* afterbirth ([Ss]|['’][Ss])?%>*%[_~^] 1-124-12-24-1235-1456 +match %[_~^]%<* afterbreakfast ([Ss]|['’][Ss])?%>*%[_~^] 1-124-12-1235-2-13-124-1-34 +match %[_~^]%<* afterburn ([Ss]|['’][Ss])?%>*%[_~^] 1-124-12-136-1235-1345 +match %[_~^]%<* afterburned ([Ss]|['’][Ss])?%>*%[_~^] 1-124-12-136-1235-1345-1246 +match %[_~^]%<* afterburner ([Ss]|['’][Ss])?%>*%[_~^] 1-124-12-136-1235-1345-12456 +match %[_~^]%<* afterburning ([Ss]|['’][Ss])?%>*%[_~^] 1-124-12-136-1235-1345-346 +match %[_~^]%<* aftercare ([Ss]|['’][Ss])?%>*%[_~^] 1-124-14-345-15 +match %[_~^]%<* afterclap ([Ss]|['’][Ss])?%>*%[_~^] 1-124-14-123-1-1234 +match %[_~^]%<* aftercoffee ([Ss]|['’][Ss])?%>*%[_~^] 1-124-14-12356-124-15-15 +match %[_~^]%<* afterdamp ([Ss]|['’][Ss])?%>*%[_~^] 1-124-145-1-134-1234 +match %[_~^]%<* afterdark ([Ss]|['’][Ss])?%>*%[_~^] 1-124-145-345-13 +match %[_~^]%<* afterdeck ([Ss]|['’][Ss])?%>*%[_~^] 1-124-145-15-14-13 +match %[_~^]%<* afterdinner ([Ss]|['’][Ss])?%>*%[_~^] 1-124-145-35-1345-12456 +match %[_~^]%<* afterflow ([Ss]|['’][Ss])?%>*%[_~^] 1-124-124-123-246 +match %[_~^]%<* aftergame ([Ss]|['’][Ss])?%>*%[_~^] 1-124-1245-1-134-15 +match %[_~^]%<* afterglow ([Ss]|['’][Ss])?%>*%[_~^] 1-124-1245-123-246 +match %[_~^]%<* afterguard ([Ss]|['’][Ss])?%>*%[_~^] 1-124-1245-136-345-145 +match %[_~^]%<* afterhatch ([Ss]|['’][Ss])?%>*%[_~^] 1-124-125-1-2345-16 +match %[_~^]%<* afterhatches ([Ss]|['’][Ss])?%>*%[_~^] 1-124-125-1-2345-16-15-234 +match %[_~^]%<* afterhour ([Ss]|['’][Ss])?%>*%[_~^] 1-124-125-1256-1235 +match %[_~^]%<* afterlife ([Ss]|['’][Ss])?%>*%[_~^] 1-124-123-24-124-15 +match %[_~^]%<* afterlight ([Ss]|['’][Ss])?%>*%[_~^] 1-124-123-24-126-2345 +match %[_~^]%<* afterlives ([Ss]|['’][Ss])?%>*%[_~^] 1-124-123-24-1236-15-234 +match %[_~^]%<* afterlunch ([Ss]|['’][Ss])?%>*%[_~^] 1-124-123-136-1345-16 +match %[_~^]%<* afterlunches ([Ss]|['’][Ss])?%>*%[_~^] 1-124-123-136-1345-16-15-234 +match %[_~^]%<* aftermarket ([Ss]|['’][Ss])?%>*%[_~^] 1-124-134-345-13-15-2345 +match %[_~^]%<* aftermatch ([Ss]|['’][Ss])?%>*%[_~^] 1-124-134-1-2345-16 +match %[_~^]%<* aftermatches ([Ss]|['’][Ss])?%>*%[_~^] 1-124-134-1-2345-16-15-234 +match %[_~^]%<* aftermath ([Ss]|['’][Ss])?%>*%[_~^] 1-124-134-1-1456 +match %[_~^]%<* aftermeeting ([Ss]|['’][Ss])?%>*%[_~^] 1-124-134-15-15-2345-346 +match %[_~^]%<* aftermidday ([Ss]|['’][Ss])?%>*%[_~^] 1-124-134-24-145-5-145 +match %[_~^]%<* aftermidnight ([Ss]|['’][Ss])?%>*%[_~^] 1-124-134-24-145-1345-24-126-2345 +match %[_~^]%<* aftermost ([Ss]|['’][Ss])?%>*%[_~^] 1-124-134-135-34 +match %[_~^]%<* afternoontea ([Ss]|['’][Ss])?%>*%[_~^] 1-124-1345-2345-15-1 +match %[_~^]%<* afterpain ([Ss]|['’][Ss])?%>*%[_~^] 1-124-1234-1-35 +match %[_~^]%<* afterparties ([Ss]|['’][Ss])?%>*%[_~^] 1-124-5-1234-24-15-234 +match %[_~^]%<* afterparty ([Ss]|['’][Ss])?%>*%[_~^] 1-124-5-1234-13456 +match %[_~^]%<* afterpiece ([Ss]|['’][Ss])?%>*%[_~^] 1-124-1234-24-15-14-15 +match %[_~^]%<* afterplay ([Ss]|['’][Ss])?%>*%[_~^] 1-124-1234-123-1-13456 +match %[_~^]%<* aftersale ([Ss]|['’][Ss])?%>*%[_~^] 1-124-234-1-123-15 +match %[_~^]%<* afterschool ([Ss]|['’][Ss])?%>*%[_~^] 1-124-234-16-135-135-123 +match %[_~^]%<* aftersensation ([Ss]|['’][Ss])?%>*%[_~^] 1-124-234-26-234-1-56-1345 +match %[_~^]%<* aftershave ([Ss]|['’][Ss])?%>*%[_~^] 1-124-146-1-1236-15 +match %[_~^]%<* aftershock ([Ss]|['’][Ss])?%>*%[_~^] 1-124-146-135-14-13 +match %[_~^]%<* aftershow ([Ss]|['’][Ss])?%>*%[_~^] 1-124-146-246 +match %[_~^]%<* aftershower ([Ss]|['’][Ss])?%>*%[_~^] 1-124-146-246-12456 +match %[_~^]%<* aftersupper ([Ss]|['’][Ss])?%>*%[_~^] 1-124-234-136-1234-1234-12456 +match %[_~^]%<* aftertaste ([Ss]|['’][Ss])?%>*%[_~^] 1-124-2345-1-34-15 +match %[_~^]%<* aftertax ([Ss]|['’][Ss])?%>*%[_~^] 1-124-2345-1-1346 +match %[_~^]%<* aftertaxes ([Ss]|['’][Ss])?%>*%[_~^] 1-124-2345-1-1346-15-234 +match %[_~^]%<* aftertea ([Ss]|['’][Ss])?%>*%[_~^] 1-124-2345-15-1 +match %[_~^]%<* aftertheatre ([Ss]|['’][Ss])?%>*%[_~^] 1-124-2346-1-2345-1235-15 +match %[_~^]%<* afterthought ([Ss]|['’][Ss])?%>*%[_~^] 1-124-1456-5-1256 +match %[_~^]%<* aftertime ([Ss]|['’][Ss])?%>*%[_~^] 1-124-5-2345 +match %[_~^]%<* aftertreatment ([Ss]|['’][Ss])?%>*%[_~^] 1-124-2345-1235-2-2345-56-2345 +match %[_~^]%<* afterword ([Ss]|['’][Ss])?%>*%[_~^] 1-124-45-2456 +match %[_~^]%<* afterwork ([Ss]|['’][Ss])?%>*%[_~^] 1-124-5-2456 +match %[_~^]%<* afterworld ([Ss]|['’][Ss])?%>*%[_~^] 1-124-456-2456 +match %[_~^]%<* apperceive ([Ss]|['’][Ss])?%>*%[_~^] 1-1234-1234-12456-14-1236 +match %[_~^]%<* apperceived ([Ss]|['’][Ss])?%>*%[_~^] 1-1234-1234-12456-14-1236-145 +match %[_~^]%<* apperceiver ([Ss]|['’][Ss])?%>*%[_~^] 1-1234-1234-12456-14-1236-1235 +match %[_~^]%<* apperceiving ([Ss]|['’][Ss])?%>*%[_~^] 1-1234-1234-12456-14-1236-1245 +match %[_~^]%<* archdeceiver ([Ss]|['’][Ss])?%>*%[_~^] 345-16-145-14-1236-1235 +match %[_~^]%<* beforehand ([Ss]|['’][Ss])?%>*%[_~^] 23-124-125-12346 +match %[_~^]%<* befriend ([Ss]|['’][Ss])?%>*%[_~^] 23-124-1235 +match %[_~^]%<* behindhand ([Ss]|['’][Ss])?%>*%[_~^] 23-125-125-12346 +match %[_~^]%<* belittle ([Ss]|['’][Ss])?%>*%[_~^] 23-123-123 +match %[_~^]%<* belittled ([Ss]|['’][Ss])?%>*%[_~^] 23-123-123-145 +match %[_~^]%<* belittlement ([Ss]|['’][Ss])?%>*%[_~^] 23-123-123-56-2345 +match %[_~^]%<* belittler ([Ss]|['’][Ss])?%>*%[_~^] 23-123-123-1235 +match %[_~^]%<* belowdeck ([Ss]|['’][Ss])?%>*%[_~^] 23-123-145-15-14-13 +match %[_~^]%<* belowground ([Ss]|['’][Ss])?%>*%[_~^] 23-123-1245-1235-46-145 +match %[_~^]%<* belowmentioned ([Ss]|['’][Ss])?%>*%[_~^] 23-123-134-26-56-1345-1246 +match %[_~^]%<* beneathdeck ([Ss]|['’][Ss])?%>*%[_~^] 23-1345-145-15-14-13 +match %[_~^]%<* beneathground ([Ss]|['’][Ss])?%>*%[_~^] 23-1345-1245-1235-46-145 +match %[_~^]%<* betweendeck ([Ss]|['’][Ss])?%>*%[_~^] 23-2345-145-15-14-13 +match %[_~^]%<* betweentime ([Ss]|['’][Ss])?%>*%[_~^] 23-2345-5-2345 +match %[_~^]%<* betweenwhile ([Ss]|['’][Ss])?%>*%[_~^] 23-2345-156-24-123-15 +match %[_~^]%<* blindfish ([Ss]|['’][Ss])?%>*%[_~^] 12-123-124-24-146 +match %[_~^]%<* blindfishes ([Ss]|['’][Ss])?%>*%[_~^] 12-123-124-24-146-15-234 +match %[_~^]%<* blindfold ([Ss]|['’][Ss])?%>*%[_~^] 12-123-124-135-123-145 +match %[_~^]%<* blindfolded ([Ss]|['’][Ss])?%>*%[_~^] 12-123-124-135-123-145-1246 +match %[_~^]%<* blindfolder ([Ss]|['’][Ss])?%>*%[_~^] 12-123-124-135-123-145-12456 +match %[_~^]%<* blindfolding ([Ss]|['’][Ss])?%>*%[_~^] 12-123-124-135-123-145-346 +match %[_~^]%<* blindly ([Ss]|['’][Ss])?%>*%[_~^] 12-123-123-13456 +match %[_~^]%<* blindman ([Ss]|['’][Ss])?%>*%[_~^] 12-123-134-1-1345 +match %[_~^]%<* blindmen ([Ss]|['’][Ss])?%>*%[_~^] 12-123-134-26 +match %[_~^]%<* blindness ([Ss]|['’][Ss])?%>*%[_~^] 12-123-56-234 +match %[_~^]%<* blindnesses ([Ss]|['’][Ss])?%>*%[_~^] 12-123-56-234-15-234 +match %[_~^]%<* blindside ([Ss]|['’][Ss])?%>*%[_~^] 12-123-234-24-145-15 +match %[_~^]%<* blindsided ([Ss]|['’][Ss])?%>*%[_~^] 12-123-234-24-145-1246 +match %[_~^]%<* blindsider ([Ss]|['’][Ss])?%>*%[_~^] 12-123-234-24-145-12456 +match %[_~^]%<* blindsiding ([Ss]|['’][Ss])?%>*%[_~^] 12-123-234-24-145-346 +match %[_~^]%<* blindsight ([Ss]|['’][Ss])?%>*%[_~^] 12-123-234-24-126-2345 +match %[_~^]%<* blindstories ([Ss]|['’][Ss])?%>*%[_~^] 12-123-34-135-1235-24-15-234 +match %[_~^]%<* blindstory ([Ss]|['’][Ss])?%>*%[_~^] 12-123-34-135-1235-13456 +match %[_~^]%<* blindworm ([Ss]|['’][Ss])?%>*%[_~^] 12-123-2456-135-1235-134 +match %[_~^]%<* bloodletter ([Ss]|['’][Ss])?%>*%[_~^] 12-123-135-135-145-123-1235 +match %[_~^]%<* boyfriend ([Ss]|['’][Ss])?%>*%[_~^] 12-135-13456-124-1235 +match %[_~^]%<* brailled ([Ss]|['’][Ss])?%>*%[_~^] 12-1235-123-145 +match %[_~^]%<* brailler ([Ss]|['’][Ss])?%>*%[_~^] 12-1235-123-1235 +match %[_~^]%<* braillewriter ([Ss]|['’][Ss])?%>*%[_~^] 12-1235-123-2456-1235-24-2345-12456 +match %[_~^]%<* braillewriting ([Ss]|['’][Ss])?%>*%[_~^] 12-1235-123-2456-1235-24-2345-346 +match %[_~^]%<* brailley ([Ss]|['’][Ss])?%>*%[_~^] 12-1235-123-13456 +match %[_~^]%<* brainchildren ([Ss]|['’][Ss])?%>*%[_~^] 12-1235-1-35-16-1345 +match %[_~^]%<* chainletter ([Ss]|['’][Ss])?%>*%[_~^] 16-1-35-123-1235 +match %[_~^]%<* children’swear ([Ss]|['’][Ss])?%>*%[_~^] 16-1345-3-234-2456-15-345 +match %[_~^]%<* children'swear ([Ss]|['’][Ss])?%>*%[_~^] 16-1345-3-234-2456-15-345 +match %[_~^]%<* colorblind ([Ss]|['’][Ss])?%>*%[_~^] 14-135-123-135-1235-12-123 +match %[_~^]%<* colorblindness ([Ss]|['’][Ss])?%>*%[_~^] 14-135-123-135-1235-12-123-56-234 +match %[_~^]%<* colorblindnesses ([Ss]|['’][Ss])?%>*%[_~^] 14-135-123-135-1235-12-123-56-234-15-234 +match %[_~^]%<* colourblind ([Ss]|['’][Ss])?%>*%[_~^] 14-135-123-1256-1235-12-123 +match %[_~^]%<* colourblindness ([Ss]|['’][Ss])?%>*%[_~^] 14-135-123-1256-1235-12-123-56-234 +match %[_~^]%<* colourblindnesses ([Ss]|['’][Ss])?%>*%[_~^] 14-135-123-1256-1235-12-123-56-234-15-234 +match %[_~^]%<* conceived ([Ss]|['’][Ss])?%>*%[_~^] 25-14-1236-145 +match %[_~^]%<* conceiver ([Ss]|['’][Ss])?%>*%[_~^] 25-14-1236-1235 +match %[_~^]%<* could’ve ([Ss]|['’][Ss])?%>*%[_~^] 14-145-3-1236-15 +match %[_~^]%<* could've ([Ss]|['’][Ss])?%>*%[_~^] 14-145-3-1236-15 +match %[_~^]%<* coulda ([Ss]|['’][Ss])?%>*%[_~^] 14-145-1 +match %[_~^]%<* couldest ([Ss]|['’][Ss])?%>*%[_~^] 14-145-15-34 +match %[_~^]%<* couldn’t ([Ss]|['’][Ss])?%>*%[_~^] 14-145-1345-3-2345 +match %[_~^]%<* couldn't ([Ss]|['’][Ss])?%>*%[_~^] 14-145-1345-3-2345 +match %[_~^]%<* couldn’t’ve ([Ss]|['’][Ss])?%>*%[_~^] 14-145-1345-3-2345-3-1236-15 +match %[_~^]%<* couldn't've ([Ss]|['’][Ss])?%>*%[_~^] 14-145-1345-3-2345-3-1236-15 +match %[_~^]%<* couldst ([Ss]|['’][Ss])?%>*%[_~^] 14-145-34 +match %[_~^]%<* deafblind ([Ss]|['’][Ss])?%>*%[_~^] 145-2-124-12-123 +match %[_~^]%<* deafblindness ([Ss]|['’][Ss])?%>*%[_~^] 145-2-124-12-123-56-234 +match %[_~^]%<* deafblindnesses ([Ss]|['’][Ss])?%>*%[_~^] 145-2-124-12-123-56-234-15-234 +match %[_~^]%<* deceived ([Ss]|['’][Ss])?%>*%[_~^] 145-14-1236-145 +match %[_~^]%<* deceiver ([Ss]|['’][Ss])?%>*%[_~^] 145-14-1236-1235 +match %[_~^]%<* declared ([Ss]|['’][Ss])?%>*%[_~^] 145-14-123-145 +match %[_~^]%<* declarer ([Ss]|['’][Ss])?%>*%[_~^] 145-14-123-1235 +match %[_~^]%<* defriend ([Ss]|['’][Ss])?%>*%[_~^] 145-15-124-1235 +match %[_~^]%<* do-it-yourselfer ([Ss]|['’][Ss])?%>*%[_~^] 145-36-1346-36-13456-1235-124-12456 +match %[_~^]%<* doublequick ([Ss]|['’][Ss])?%>*%[_~^] 145-1256-12-123-15-12345-13 +match %[_~^]%<* eastabout ([Ss]|['’][Ss])?%>*%[_~^] 15-1-34-1-12 +match %[_~^]%<* feelgood ([Ss]|['’][Ss])?%>*%[_~^] 124-15-15-123-1245-145 +match %[_~^]%<* feetfirst ([Ss]|['’][Ss])?%>*%[_~^] 124-15-15-2345-124-34 +match %[_~^]%<* firstaid ([Ss]|['’][Ss])?%>*%[_~^] 124-34-1-24-145 +match %[_~^]%<* firstaider ([Ss]|['’][Ss])?%>*%[_~^] 124-34-1-24-145-12456 +match %[_~^]%<* firstborn ([Ss]|['’][Ss])?%>*%[_~^] 124-34-12-135-1235-1345 +match %[_~^]%<* firstclass ([Ss]|['’][Ss])?%>*%[_~^] 124-34-14-123-1-234-234 +match %[_~^]%<* firstclasses ([Ss]|['’][Ss])?%>*%[_~^] 124-34-14-123-1-234-234-15-234 +match %[_~^]%<* firstday ([Ss]|['’][Ss])?%>*%[_~^] 124-34-5-145 +match %[_~^]%<* firstdayer ([Ss]|['’][Ss])?%>*%[_~^] 124-34-5-145-12456 +match %[_~^]%<* firstfruit ([Ss]|['’][Ss])?%>*%[_~^] 124-34-124-1235-136-24-2345 +match %[_~^]%<* firstfruiting ([Ss]|['’][Ss])?%>*%[_~^] 124-34-124-1235-136-24-2345-346 +match %[_~^]%<* firstgeneration ([Ss]|['’][Ss])?%>*%[_~^] 124-34-1245-26-12456-1-56-1345 +match %[_~^]%<* firsthand ([Ss]|['’][Ss])?%>*%[_~^] 124-34-125-12346 +match %[_~^]%<* firsthanded ([Ss]|['’][Ss])?%>*%[_~^] 124-34-125-12346-1246 +match %[_~^]%<* firstling ([Ss]|['’][Ss])?%>*%[_~^] 124-34-123-346 +match %[_~^]%<* firstly ([Ss]|['’][Ss])?%>*%[_~^] 124-34-123-13456 +match %[_~^]%<* firstness ([Ss]|['’][Ss])?%>*%[_~^] 124-34-56-234 +match %[_~^]%<* firstnight ([Ss]|['’][Ss])?%>*%[_~^] 124-34-1345-24-126-2345 +match %[_~^]%<* firstnighter ([Ss]|['’][Ss])?%>*%[_~^] 124-34-1345-24-126-2345-12456 +match %[_~^]%<* firstrate ([Ss]|['’][Ss])?%>*%[_~^] 124-34-1235-1-2345-15 +match %[_~^]%<* firstrated ([Ss]|['’][Ss])?%>*%[_~^] 124-34-1235-1-2345-1246 +match %[_~^]%<* firstrating ([Ss]|['’][Ss])?%>*%[_~^] 124-34-1235-1-2345-346 +match %[_~^]%<* firststring ([Ss]|['’][Ss])?%>*%[_~^] 124-34-34-1235-346 +match %[_~^]%<* forasmuch ([Ss]|['’][Ss])?%>*%[_~^] 123456-1-234-134-16 +match %[_~^]%<* foresaid ([Ss]|['’][Ss])?%>*%[_~^] 123456-15-234-145 +match %[_~^]%<* fosterchildren ([Ss]|['’][Ss])?%>*%[_~^] 124-135-34-12456-16-1345 +match %[_~^]%<* friendless ([Ss]|['’][Ss])?%>*%[_~^] 124-1235-46-234 +match %[_~^]%<* friendlessness ([Ss]|['’][Ss])?%>*%[_~^] 124-1235-46-234-56-234 +match %[_~^]%<* friendlessnesses ([Ss]|['’][Ss])?%>*%[_~^] 124-1235-46-234-56-234-15-234 +match %[_~^]%<* friendlier ([Ss]|['’][Ss])?%>*%[_~^] 124-1235-123-24-12456 +match %[_~^]%<* friendlies ([Ss]|['’][Ss])?%>*%[_~^] 124-1235-123-24-15-234 +match %[_~^]%<* friendliest ([Ss]|['’][Ss])?%>*%[_~^] 124-1235-123-24-15-34 +match %[_~^]%<* friendliness ([Ss]|['’][Ss])?%>*%[_~^] 124-1235-123-24-56-234 +match %[_~^]%<* friendlinesses ([Ss]|['’][Ss])?%>*%[_~^] 124-1235-123-24-56-234-15-234 +match %[_~^]%<* friendly ([Ss]|['’][Ss])?%>*%[_~^] 124-1235-123-13456 +match %[_~^]%<* friendship ([Ss]|['’][Ss])?%>*%[_~^] 124-1235-146-24-1234 +match %[_~^]%<* gadabout ([Ss]|['’][Ss])?%>*%[_~^] 1245-1-145-1-12 +match %[_~^]%<* gainsaid ([Ss]|['’][Ss])?%>*%[_~^] 1245-1-35-234-145 +match %[_~^]%<* galfriend ([Ss]|['’][Ss])?%>*%[_~^] 1245-1-123-124-1235 +match %[_~^]%<* gentlemanfriend ([Ss]|['’][Ss])?%>*%[_~^] 1245-26-2345-123-15-134-1-1345-124-1235 +match %[_~^]%<* gentlemenfriends ([Ss]|['’][Ss])?%>*%[_~^] 1245-26-2345-123-15-134-26-124-1235-234 +match %[_~^]%<* girlfriend ([Ss]|['’][Ss])?%>*%[_~^] 1245-24-1235-123-124-1235 +match %[_~^]%<* godchildren ([Ss]|['’][Ss])?%>*%[_~^] 1245-135-145-16-1345 +match %[_~^]%<* goodafternoon ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-1-124-1345 +match %[_~^]%<* goodby ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-12-13456 +match %[_~^]%<* goodbye ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-12-13456-15 +match %[_~^]%<* goodbyeing ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-12-13456-15-346 +match %[_~^]%<* goodbying ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-12-13456-346 +match %[_~^]%<* goodday ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-5-145 +match %[_~^]%<* gooder ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-12456 +match %[_~^]%<* goodest ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-15-34 +match %[_~^]%<* goodevening ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-15-1236-26-346 +match %[_~^]%<* goodfellow ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-124-15-123-123-246 +match %[_~^]%<* goodfellowship ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-124-15-123-123-246-146-24-1234 +match %[_~^]%<* goodhearted ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-125-15-345-2345-1246 +match %[_~^]%<* goodheartedly ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-125-15-345-2345-1246-123-13456 +match %[_~^]%<* goodheartedness ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-125-15-345-2345-1246-56-234 +match %[_~^]%<* goodhumor ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-125-136-134-135-1235 +match %[_~^]%<* goodhumored ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-125-136-134-135-1235-1246 +match %[_~^]%<* goodhumoredly ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-125-136-134-135-1235-1246-123-13456 +match %[_~^]%<* goodhumoredness ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-125-136-134-135-1235-1246-56-234 +match %[_~^]%<* goodhumorednesses ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-125-136-134-135-1235-1246-56-234-15-234 +match %[_~^]%<* goodhumour ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-125-136-134-1256-1235 +match %[_~^]%<* goodhumoured ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-125-136-134-1256-1235-1246 +match %[_~^]%<* goodhumouredly ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-125-136-134-1256-1235-1246-123-13456 +match %[_~^]%<* goodhumouredness ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-125-136-134-1256-1235-1246-56-234 +match %[_~^]%<* goodhumourednesses ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-125-136-134-1256-1235-1246-56-234-15-234 +match %[_~^]%<* goodie ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-24-15 +match %[_~^]%<* goodish ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-24-146 +match %[_~^]%<* goodlier ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-123-24-12456 +match %[_~^]%<* goodliest ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-123-24-15-34 +match %[_~^]%<* goodliness ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-123-24-56-234 +match %[_~^]%<* goodlook ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-123-135-135-13 +match %[_~^]%<* goodlooker ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-123-135-135-13-12456 +match %[_~^]%<* goodlooking ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-123-135-135-13-346 +match %[_~^]%<* goodly ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-123-13456 +match %[_~^]%<* goodman ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-134-1-1345 +match %[_~^]%<* goodmen ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-134-26 +match %[_~^]%<* goodmorning ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-134-135-1235-1345-346 +match %[_~^]%<* goodnature ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-1345-1-2345-136-1235-15 +match %[_~^]%<* goodnatured ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-1345-1-2345-136-1235-1246 +match %[_~^]%<* goodnaturedly ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-1345-1-2345-136-1235-1246-123-13456 +match %[_~^]%<* goodnaturedness ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-1345-1-2345-136-1235-1246-56-234 +match %[_~^]%<* goodness ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-56-234 +match %[_~^]%<* goodnesses ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-56-234-15-234 +match %[_~^]%<* goodnight ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-1345-24-126-2345 +match %[_~^]%<* goodsize ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-234-24-1356-15 +match %[_~^]%<* goodsized ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-234-24-1356-1246 +match %[_~^]%<* goodtempered ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-2345-15-134-1234-12456-1246 +match %[_~^]%<* goodtemperedly ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-2345-15-134-1234-12456-1246-123-13456 +match %[_~^]%<* goodtime ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-5-2345 +match %[_~^]%<* goodun ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-136-1345 +match %[_~^]%<* goodwife ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-2456-24-124-15 +match %[_~^]%<* goodwill ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-2456-24-123-123 +match %[_~^]%<* goodwilled ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-2456-24-123-123-1246 +match %[_~^]%<* goodwives ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-2456-24-1236-15-234 +match %[_~^]%<* goody ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-13456 +match %[_~^]%<* goodyear ([Ss]|['’][Ss])?%>*%[_~^] 1245-145-13456-15-345 +match %[_~^]%<* grandchildren ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-12346-16-1345 +match %[_~^]%<* greataunt ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1-136-1345-2345 +match %[_~^]%<* greatbatch ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-12-1-2345-16 +match %[_~^]%<* greatcircle ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-14-24-1235-14-123-15 +match %[_~^]%<* greatcoat ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-14-135-1-2345 +match %[_~^]%<* greaten ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-26 +match %[_~^]%<* greatened ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-26-1246 +match %[_~^]%<* greatener ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-26-12456 +match %[_~^]%<* greatening ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-26-346 +match %[_~^]%<* greater ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-12456 +match %[_~^]%<* greatest ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-15-34 +match %[_~^]%<* greatgrandaunt ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1245-1235-12346-1-136-1345-2345 +match %[_~^]%<* greatgrandchild ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1245-1235-12346-16-24-123-145 +match %[_~^]%<* greatgrandchildren ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1245-1235-12346-16-1345 +match %[_~^]%<* greatgranddad ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1245-1235-12346-145-1-145 +match %[_~^]%<* greatgranddaughter ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1245-1235-12346-145-1-136-126-2345-12456 +match %[_~^]%<* greatgrandfather ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1245-1235-12346-5-124 +match %[_~^]%<* greatgrandfatherhood ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1245-1235-12346-5-124-125-135-135-145 +match %[_~^]%<* greatgrandma ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1245-1235-12346-134-1 +match %[_~^]%<* greatgrandmother ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1245-1235-12346-5-134 +match %[_~^]%<* greatgrandmotherhood ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1245-1235-12346-5-134-125-135-135-145 +match %[_~^]%<* greatgrandnephew ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1245-1235-12346-1345-15-1234-125-15-2456 +match %[_~^]%<* greatgrandniece ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1245-1235-12346-1345-24-15-14-15 +match %[_~^]%<* greatgrandpa ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1245-1235-12346-1234-1 +match %[_~^]%<* greatgrandparent ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1245-1235-12346-1234-345-26-2345 +match %[_~^]%<* greatgrandparenthood ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1245-1235-12346-1234-345-26-2345-125-135-135-145 +match %[_~^]%<* greatgrandson ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1245-1235-12346-234-135-1345 +match %[_~^]%<* greatgranduncle ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1245-1235-12346-136-1345-14-123-15 +match %[_~^]%<* greathearted ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-125-15-345-2345-1246 +match %[_~^]%<* greatheartedly ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-125-15-345-2345-1246-123-13456 +match %[_~^]%<* greatheartedness ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-125-15-345-2345-1246-56-234 +match %[_~^]%<* greatheartednesses ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-125-15-345-2345-1246-56-234-15-234 +match %[_~^]%<* greatly ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-123-13456 +match %[_~^]%<* greatnephew ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1345-15-1234-125-15-2456 +match %[_~^]%<* greatness ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-56-234 +match %[_~^]%<* greatnesses ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-56-234-15-234 +match %[_~^]%<* greatniece ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-1345-24-15-14-15 +match %[_~^]%<* greatsword ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-234-45-2456 +match %[_~^]%<* greatuncle ([Ss]|['’][Ss])?%>*%[_~^] 1245-1235-2345-136-1345-14-123-15 +match %[_~^]%<* guyfriend ([Ss]|['’][Ss])?%>*%[_~^] 1245-136-13456-124-1235 +match %[_~^]%<* hateletter ([Ss]|['’][Ss])?%>*%[_~^] 125-1-2345-15-123-1235 +match %[_~^]%<* headfirst ([Ss]|['’][Ss])?%>*%[_~^] 125-2-145-124-34 +match %[_~^]%<* hereabout ([Ss]|['’][Ss])?%>*%[_~^] 5-125-1-12 +match %[_~^]%<* hereafter ([Ss]|['’][Ss])?%>*%[_~^] 5-125-1-124 +match %[_~^]%<* hereagain ([Ss]|['’][Ss])?%>*%[_~^] 5-125-1-1245 +match %[_~^]%<* hereagainst ([Ss]|['’][Ss])?%>*%[_~^] 5-125-1-1245-34 +match %[_~^]%<* hereinabove ([Ss]|['’][Ss])?%>*%[_~^] 5-125-35-1-12-1236 +match %[_~^]%<* hereinafter ([Ss]|['’][Ss])?%>*%[_~^] 5-125-35-1-124 +match %[_~^]%<* hereinagain ([Ss]|['’][Ss])?%>*%[_~^] 5-125-35-1-1245 +match %[_~^]%<* highlypaid ([Ss]|['’][Ss])?%>*%[_~^] 125-24-126-123-13456-1234-145 +match %[_~^]%<* himbo ([Ss]|['’][Ss])?%>*%[_~^] 125-134-12-135 +match %[_~^]%<* himboes ([Ss]|['’][Ss])?%>*%[_~^] 125-134-12-135-15-234 +match %[_~^]%<* illpaid ([Ss]|['’][Ss])?%>*%[_~^] 24-123-123-1234-145 +match %[_~^]%<* immediately ([Ss]|['’][Ss])?%>*%[_~^] 24-134-134-123-13456 +match %[_~^]%<* immediateness ([Ss]|['’][Ss])?%>*%[_~^] 24-134-134-56-234 +match %[_~^]%<* inasmuch ([Ss]|['’][Ss])?%>*%[_~^] 35-1-234-134-16 +match %[_~^]%<* insomuch ([Ss]|['’][Ss])?%>*%[_~^] 35-234-135-134-16 +match %[_~^]%<* knockabout ([Ss]|['’][Ss])?%>*%[_~^] 13-1345-135-14-13-1-12 +match %[_~^]%<* ladyfriend ([Ss]|['’][Ss])?%>*%[_~^] 123-1-145-13456-124-1235 +match %[_~^]%<* layabout ([Ss]|['’][Ss])?%>*%[_~^] 123-1-13456-1-12 +match %[_~^]%<* letterbodies ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-12-135-145-24-15-234 +match %[_~^]%<* letterbody ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-12-135-145-13456 +match %[_~^]%<* letterbomb ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-12-135-134-12 +match %[_~^]%<* letterbombed ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-12-135-134-12-1246 +match %[_~^]%<* letterbomber ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-12-135-134-12-12456 +match %[_~^]%<* letterbombing ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-12-135-134-12-346 +match %[_~^]%<* letterbox ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-12-135-1346 +match %[_~^]%<* letterboxed ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-12-135-1346-1246 +match %[_~^]%<* letterboxer ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-12-135-1346-12456 +match %[_~^]%<* letterboxes ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-12-135-1346-15-234 +match %[_~^]%<* letterboxing ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-12-135-1346-346 +match %[_~^]%<* lettered ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-1246 +match %[_~^]%<* letterer ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-12456 +match %[_~^]%<* letterform ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-123456-134 +match %[_~^]%<* letterhead ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-125-2-145 +match %[_~^]%<* letterheading ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-125-2-145-346 +match %[_~^]%<* lettering ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-346 +match %[_~^]%<* letterman ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-134-1-1345 +match %[_~^]%<* lettermen ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-134-26 +match %[_~^]%<* letteropener ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-135-1234-26-12456 +match %[_~^]%<* letterperfect ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-1234-12456-124-15-14-2345 +match %[_~^]%<* letterpress ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-1234-1235-15-234-234 +match %[_~^]%<* letterpressed ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-1234-1235-15-234-234-1246 +match %[_~^]%<* letterpresses ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-1234-1235-15-234-234-15-234 +match %[_~^]%<* letterpressing ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-1234-1235-15-234-234-346 +match %[_~^]%<* letterquality ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-12345-136-1-123-56-13456 +match %[_~^]%<* letterspace ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-234-1234-1-14-15 +match %[_~^]%<* letterspaced ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-234-1234-1-14-1246 +match %[_~^]%<* letterspacing ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-234-1234-1-14-346 +match %[_~^]%<* lettertext ([Ss]|['’][Ss])?%>*%[_~^] 123-1235-2345-15-1346-2345 +match %[_~^]%<* littled ([Ss]|['’][Ss])?%>*%[_~^] 123-123-145 +match %[_~^]%<* littleneck ([Ss]|['’][Ss])?%>*%[_~^] 123-123-1345-15-14-13 +match %[_~^]%<* littleness ([Ss]|['’][Ss])?%>*%[_~^] 123-123-56-234 +match %[_~^]%<* littlenesses ([Ss]|['’][Ss])?%>*%[_~^] 123-123-56-234-15-234 +match %[_~^]%<* littler ([Ss]|['’][Ss])?%>*%[_~^] 123-123-1235 +match %[_~^]%<* littlest ([Ss]|['’][Ss])?%>*%[_~^] 123-123-34 +match %[_~^]%<* lovechildren ([Ss]|['’][Ss])?%>*%[_~^] 123-135-1236-15-16-1345 +match %[_~^]%<* loveletter ([Ss]|['’][Ss])?%>*%[_~^] 123-135-1236-15-123-1235 +match %[_~^]%<* lowlypaid ([Ss]|['’][Ss])?%>*%[_~^] 123-246-123-13456-1234-145 +match %[_~^]%<* manfriend ([Ss]|['’][Ss])?%>*%[_~^] 134-1-1345-124-1235 +match %[_~^]%<* menfriends ([Ss]|['’][Ss])?%>*%[_~^] 134-26-124-1235-234 +match %[_~^]%<* midafternoon ([Ss]|['’][Ss])?%>*%[_~^] 134-24-145-1-124-1345 +match %[_~^]%<* misbraille ([Ss]|['’][Ss])?%>*%[_~^] 134-24-234-12-1235-123 +match %[_~^]%<* misbrailled ([Ss]|['’][Ss])?%>*%[_~^] 134-24-234-12-1235-123-145 +match %[_~^]%<* misperceive ([Ss]|['’][Ss])?%>*%[_~^] 134-24-234-1234-12456-14-1236 +match %[_~^]%<* misperceived ([Ss]|['’][Ss])?%>*%[_~^] 134-24-234-1234-12456-14-1236-145 +match %[_~^]%<* misperceiver ([Ss]|['’][Ss])?%>*%[_~^] 134-24-234-1234-12456-14-1236-1235 +match %[_~^]%<* misperceiving ([Ss]|['’][Ss])?%>*%[_~^] 134-24-234-1234-12456-14-1236-1245 +match %[_~^]%<* missaid ([Ss]|['’][Ss])?%>*%[_~^] 134-24-234-234-145 +match %[_~^]%<* morningafter ([Ss]|['’][Ss])?%>*%[_~^] 134-135-1235-1345-346-1-124 +match %[_~^]%<* muchly ([Ss]|['’][Ss])?%>*%[_~^] 134-16-123-13456 +match %[_~^]%<* muchness ([Ss]|['’][Ss])?%>*%[_~^] 134-16-56-234 +match %[_~^]%<* must’ve ([Ss]|['’][Ss])?%>*%[_~^] 134-34-3-1236-15 +match %[_~^]%<* must've ([Ss]|['’][Ss])?%>*%[_~^] 134-34-3-1236-15 +match %[_~^]%<* musta ([Ss]|['’][Ss])?%>*%[_~^] 134-34-1 +match %[_~^]%<* mustard ([Ss]|['’][Ss])?%>*%[_~^] 134-34-345-145 +match %[_~^]%<* mustier ([Ss]|['’][Ss])?%>*%[_~^] 134-34-24-12456 +match %[_~^]%<* mustiest ([Ss]|['’][Ss])?%>*%[_~^] 134-34-24-15-34 +match %[_~^]%<* mustily ([Ss]|['’][Ss])?%>*%[_~^] 134-34-24-123-13456 +match %[_~^]%<* mustiness ([Ss]|['’][Ss])?%>*%[_~^] 134-34-24-56-234 +match %[_~^]%<* mustn’t ([Ss]|['’][Ss])?%>*%[_~^] 134-34-1345-3-2345 +match %[_~^]%<* mustn't ([Ss]|['’][Ss])?%>*%[_~^] 134-34-1345-3-2345 +match %[_~^]%<* mustn’t’ve ([Ss]|['’][Ss])?%>*%[_~^] 134-34-1345-3-2345-3-1236-15 +match %[_~^]%<* mustn't've ([Ss]|['’][Ss])?%>*%[_~^] 134-34-1345-3-2345-3-1236-15 +match %[_~^]%<* musty ([Ss]|['’][Ss])?%>*%[_~^] 134-34-13456 +match %[_~^]%<* newsletter ([Ss]|['’][Ss])?%>*%[_~^] 1345-15-2456-234-123-1235 +match %[_~^]%<* nonesuch ([Ss]|['’][Ss])?%>*%[_~^] 1345-5-135-234-16 +match %[_~^]%<* nonsuch ([Ss]|['’][Ss])?%>*%[_~^] 1345-135-1345-234-16 +match %[_~^]%<* northabout ([Ss]|['’][Ss])?%>*%[_~^] 1345-135-1235-1456-1-12 +match %[_~^]%<* overmuch ([Ss]|['’][Ss])?%>*%[_~^] 135-1236-12456-134-16 +match %[_~^]%<* overpaid ([Ss]|['’][Ss])?%>*%[_~^] 135-1236-12456-1234-145 +match %[_~^]%<* penfriend ([Ss]|['’][Ss])?%>*%[_~^] 1234-26-124-1235 +match %[_~^]%<* perceived ([Ss]|['’][Ss])?%>*%[_~^] 1234-12456-14-1236-145 +match %[_~^]%<* perceiver ([Ss]|['’][Ss])?%>*%[_~^] 1234-12456-14-1236-1235 +match %[_~^]%<* perhapses ([Ss]|['’][Ss])?%>*%[_~^] 1234-12456-125-15-234 +match %[_~^]%<* poorlypaid ([Ss]|['’][Ss])?%>*%[_~^] 1234-135-135-1235-123-13456-1234-145 +match %[_~^]%<* postpaid ([Ss]|['’][Ss])?%>*%[_~^] 1234-135-34-1234-145 +match %[_~^]%<* preceive ([Ss]|['’][Ss])?%>*%[_~^] 1234-1235-14-1236 +match %[_~^]%<* preceiver ([Ss]|['’][Ss])?%>*%[_~^] 1234-1235-14-1236-1235 +match %[_~^]%<* preceiving ([Ss]|['’][Ss])?%>*%[_~^] 1234-1235-14-1236-1245 +match %[_~^]%<* prepaid ([Ss]|['’][Ss])?%>*%[_~^] 1234-1235-15-1234-145 +match %[_~^]%<* purblind ([Ss]|['’][Ss])?%>*%[_~^] 1234-136-1235-12-123 +match %[_~^]%<* purblindly ([Ss]|['’][Ss])?%>*%[_~^] 1234-136-1235-12-123-123-13456 +match %[_~^]%<* purblindness ([Ss]|['’][Ss])?%>*%[_~^] 1234-136-1235-12-123-56-234 +match %[_~^]%<* purblindnesses ([Ss]|['’][Ss])?%>*%[_~^] 1234-136-1235-12-123-56-234-15-234 +match %[_~^]%<* quickdraw ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-145-1235-1-2456 +match %[_~^]%<* quicken ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-26 +match %[_~^]%<* quickened ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-26-1246 +match %[_~^]%<* quickener ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-26-12456 +match %[_~^]%<* quickening ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-26-346 +match %[_~^]%<* quicker ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-12456 +match %[_~^]%<* quickest ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-15-34 +match %[_~^]%<* quickfire ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-124-24-1235-15 +match %[_~^]%<* quickfiring ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-124-24-1235-346 +match %[_~^]%<* quickfreeze ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-124-1235-15-15-1356-15 +match %[_~^]%<* quickfreezing ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-124-1235-15-15-1356-346 +match %[_~^]%<* quickfroze ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-124-1235-135-1356-15 +match %[_~^]%<* quickfrozen ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-124-1235-135-1356-26 +match %[_~^]%<* quickie ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-24-15 +match %[_~^]%<* quickish ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-24-146 +match %[_~^]%<* quickishly ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-24-146-123-13456 +match %[_~^]%<* quicklime ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-123-24-134-15 +match %[_~^]%<* quickly ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-123-13456 +match %[_~^]%<* quickness ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-56-234 +match %[_~^]%<* quicknesses ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-56-234-15-234 +match %[_~^]%<* quicksand ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-234-12346 +match %[_~^]%<* quickset ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-234-15-2345 +match %[_~^]%<* quicksilver ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-234-24-123-1236-12456 +match %[_~^]%<* quicksilvered ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-234-24-123-1236-12456-1246 +match %[_~^]%<* quicksilvering ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-234-24-123-1236-12456-346 +match %[_~^]%<* quicksnap ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-234-1345-1-1234 +match %[_~^]%<* quickstep ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-34-15-1234 +match %[_~^]%<* quickstepped ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-34-15-1234-1234-1246 +match %[_~^]%<* quickstepper ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-34-15-1234-1234-12456 +match %[_~^]%<* quickstepping ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-34-15-1234-1234-346 +match %[_~^]%<* quicktempered ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-2345-15-134-1234-12456-1246 +match %[_~^]%<* quicktime ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-5-2345 +match %[_~^]%<* quickwitted ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-2456-24-2345-2345-1246 +match %[_~^]%<* quickwittedly ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-2456-24-2345-2345-1246-123-13456 +match %[_~^]%<* quickwittedness ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-2456-24-2345-2345-1246-56-234 +match %[_~^]%<* quicky ([Ss]|['’][Ss])?%>*%[_~^] 12345-13-13456 +match %[_~^]%<* readacross ([Ss]|['’][Ss])?%>*%[_~^] 1235-2-145-1-14-1235 +match %[_~^]%<* rebraille ([Ss]|['’][Ss])?%>*%[_~^] 1235-15-12-1235-123 +match %[_~^]%<* rebrailled ([Ss]|['’][Ss])?%>*%[_~^] 1235-15-12-1235-123-145 +match %[_~^]%<* rebrailler ([Ss]|['’][Ss])?%>*%[_~^] 1235-15-12-1235-123-1235 +match %[_~^]%<* received ([Ss]|['’][Ss])?%>*%[_~^] 1235-14-1236-145 +match %[_~^]%<* receiver ([Ss]|['’][Ss])?%>*%[_~^] 1235-14-1236-1235 +match %[_~^]%<* receivership ([Ss]|['’][Ss])?%>*%[_~^] 1235-14-1236-1235-146-24-1234 +match %[_~^]%<* rejoiced ([Ss]|['’][Ss])?%>*%[_~^] 1235-245-14-145 +match %[_~^]%<* rejoiceful ([Ss]|['’][Ss])?%>*%[_~^] 1235-245-14-56-123 +match %[_~^]%<* rejoicefully ([Ss]|['’][Ss])?%>*%[_~^] 1235-245-14-56-123-123-13456 +match %[_~^]%<* rejoicefulness ([Ss]|['’][Ss])?%>*%[_~^] 1235-245-14-56-123-56-234 +match %[_~^]%<* rejoicer ([Ss]|['’][Ss])?%>*%[_~^] 1235-245-14-1235 +match %[_~^]%<* rejoicingly ([Ss]|['’][Ss])?%>*%[_~^] 1235-245-14-1245-123-13456 +match %[_~^]%<* reletter ([Ss]|['’][Ss])?%>*%[_~^] 1235-15-123-1235 +match %[_~^]%<* relettered ([Ss]|['’][Ss])?%>*%[_~^] 1235-15-123-1235-1246 +match %[_~^]%<* relettering ([Ss]|['’][Ss])?%>*%[_~^] 1235-15-123-1235-346 +match %[_~^]%<* repaid ([Ss]|['’][Ss])?%>*%[_~^] 1235-15-1234-145 +match %[_~^]%<* rightabout ([Ss]|['’][Ss])?%>*%[_~^] 5-1235-1-12 +match %[_~^]%<* roundabout ([Ss]|['’][Ss])?%>*%[_~^] 1235-46-145-1-12 +match %[_~^]%<* roustabout ([Ss]|['’][Ss])?%>*%[_~^] 1235-1256-34-1-12 +match %[_~^]%<* runabout ([Ss]|['’][Ss])?%>*%[_~^] 1235-136-1345-1-12 +match %[_~^]%<* saidest ([Ss]|['’][Ss])?%>*%[_~^] 234-145-15-34 +match %[_~^]%<* saidst ([Ss]|['’][Ss])?%>*%[_~^] 234-145-34 +match %[_~^]%<* scattergood ([Ss]|['’][Ss])?%>*%[_~^] 234-14-1-2345-2345-12456-1245-145 +match %[_~^]%<* schoolchildren ([Ss]|['’][Ss])?%>*%[_~^] 234-16-135-135-123-16-1345 +match %[_~^]%<* schoolfriend ([Ss]|['’][Ss])?%>*%[_~^] 234-16-135-135-123-124-1235 +match %[_~^]%<* should’ve ([Ss]|['’][Ss])?%>*%[_~^] 146-145-3-1236-15 +match %[_~^]%<* should've ([Ss]|['’][Ss])?%>*%[_~^] 146-145-3-1236-15 +match %[_~^]%<* shoulda ([Ss]|['’][Ss])?%>*%[_~^] 146-145-1 +match %[_~^]%<* shouldest ([Ss]|['’][Ss])?%>*%[_~^] 146-145-15-34 +match %[_~^]%<* shouldn’t ([Ss]|['’][Ss])?%>*%[_~^] 146-145-1345-3-2345 +match %[_~^]%<* shouldn't ([Ss]|['’][Ss])?%>*%[_~^] 146-145-1345-3-2345 +match %[_~^]%<* shouldn’t’ve ([Ss]|['’][Ss])?%>*%[_~^] 146-145-1345-3-2345-3-1236-15 +match %[_~^]%<* shouldn't've ([Ss]|['’][Ss])?%>*%[_~^] 146-145-1345-3-2345-3-1236-15 +match %[_~^]%<* shouldst ([Ss]|['’][Ss])?%>*%[_~^] 146-145-34 +match %[_~^]%<* snowblind ([Ss]|['’][Ss])?%>*%[_~^] 234-1345-246-12-123 +match %[_~^]%<* snowblindness ([Ss]|['’][Ss])?%>*%[_~^] 234-1345-246-12-123-56-234 +match %[_~^]%<* snowblindnesses ([Ss]|['’][Ss])?%>*%[_~^] 234-1345-246-12-123-56-234-15-234 +match %[_~^]%<* somesuch ([Ss]|['’][Ss])?%>*%[_~^] 5-234-234-16 +match %[_~^]%<* southabout ([Ss]|['’][Ss])?%>*%[_~^] 234-1256-1456-1-12 +match %[_~^]%<* stepchildren ([Ss]|['’][Ss])?%>*%[_~^] 34-15-1234-16-1345 +match %[_~^]%<* stirabout ([Ss]|['’][Ss])?%>*%[_~^] 34-24-1235-1-12 +match %[_~^]%<* suchlike ([Ss]|['’][Ss])?%>*%[_~^] 234-16-123-24-13-15 +match %[_~^]%<* supergood ([Ss]|['’][Ss])?%>*%[_~^] 234-136-1234-12456-1245-145 +match %[_~^]%<* superquick ([Ss]|['’][Ss])?%>*%[_~^] 234-136-1234-12456-12345-13 +match %[_~^]%<* tailfirst ([Ss]|['’][Ss])?%>*%[_~^] 2345-1-24-123-124-34 +match %[_~^]%<* thereabout ([Ss]|['’][Ss])?%>*%[_~^] 5-2346-1-12 +match %[_~^]%<* thereafter ([Ss]|['’][Ss])?%>*%[_~^] 5-2346-1-124 +match %[_~^]%<* thereagain ([Ss]|['’][Ss])?%>*%[_~^] 5-2346-1-1245 +match %[_~^]%<* thereagainst ([Ss]|['’][Ss])?%>*%[_~^] 5-2346-1-1245-34 +match %[_~^]%<* thereinafter ([Ss]|['’][Ss])?%>*%[_~^] 5-2346-35-1-124 +match %[_~^]%<* thereinagain ([Ss]|['’][Ss])?%>*%[_~^] 5-2346-35-1-1245 +match %[_~^]%<* togetherness ([Ss]|['’][Ss])?%>*%[_~^] 2345-1245-1235-56-234 +match %[_~^]%<* turnabout ([Ss]|['’][Ss])?%>*%[_~^] 2345-136-1235-1345-1-12 +match %[_~^]%<* unaccording ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-1-14 +match %[_~^]%<* unaccordingly ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-1-14-123-13456 +match %[_~^]%<* unblindfold ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-12-123-124-135-123-145 +match %[_~^]%<* unblindfolded ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-12-123-124-135-123-145-1246 +match %[_~^]%<* unblindfolding ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-12-123-124-135-123-145-346 +match %[_~^]%<* unbraille ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-12-1235-123 +match %[_~^]%<* unbrailled ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-12-1235-123-145 +match %[_~^]%<* undeceive ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-145-14-1236 +match %[_~^]%<* undeceived ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-145-14-1236-145 +match %[_~^]%<* undeceiver ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-145-14-1236-1235 +match %[_~^]%<* undeceiving ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-145-14-1236-1245 +match %[_~^]%<* undeclare ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-145-14-123 +match %[_~^]%<* undeclared ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-145-14-123-145 +match %[_~^]%<* underpaid ([Ss]|['’][Ss])?%>*%[_~^] 5-136-1234-145 +match %[_~^]%<* unfriend ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-124-1235 +match %[_~^]%<* unfriendlier ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-124-1235-123-24-12456 +match %[_~^]%<* unfriendliest ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-124-1235-123-24-15-34 +match %[_~^]%<* unfriendliness ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-124-1235-123-24-56-234 +match %[_~^]%<* unfriendlinesses ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-124-1235-123-24-56-234-15-234 +match %[_~^]%<* unfriendly ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-124-1235-123-13456 +match %[_~^]%<* unlettered ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-123-1235-1246 +match %[_~^]%<* unnecessary ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-1345-15-14 +match %[_~^]%<* unpaid ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-1234-145 +match %[_~^]%<* unperceive ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-1234-12456-14-1236 +match %[_~^]%<* unperceived ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-1234-12456-14-1236-145 +match %[_~^]%<* unperceiving ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-1234-12456-14-1236-1245 +match %[_~^]%<* unquick ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-12345-13 +match %[_~^]%<* unreceived ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-1235-14-1236-145 +match %[_~^]%<* unrejoice ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-1235-245-14 +match %[_~^]%<* unrejoiced ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-1235-245-14-145 +match %[_~^]%<* unrejoiceful ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-1235-245-14-56-123 +match %[_~^]%<* unrejoicefully ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-1235-245-14-56-123-123-13456 +match %[_~^]%<* unrejoicefulness ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-1235-245-14-56-123-56-234 +match %[_~^]%<* unrejoicer ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-1235-245-14-1235 +match %[_~^]%<* unrejoicing ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-1235-245-14-1245 +match %[_~^]%<* unrejoicingly ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-1235-245-14-1245-123-13456 +match %[_~^]%<* walkabout ([Ss]|['’][Ss])?%>*%[_~^] 2456-1-123-13-1-12 +match %[_~^]%<* wellpaid ([Ss]|['’][Ss])?%>*%[_~^] 2456-15-123-123-1234-145 +match %[_~^]%<* westabout ([Ss]|['’][Ss])?%>*%[_~^] 2456-15-34-1-12 +match %[_~^]%<* whereabout ([Ss]|['’][Ss])?%>*%[_~^] 5-156-1-12 +match %[_~^]%<* whereafter ([Ss]|['’][Ss])?%>*%[_~^] 5-156-1-124 +match %[_~^]%<* whereagain ([Ss]|['’][Ss])?%>*%[_~^] 5-156-1-1245 +match %[_~^]%<* whereagainst ([Ss]|['’][Ss])?%>*%[_~^] 5-156-1-1245-34 +match %[_~^]%<* whereinafter ([Ss]|['’][Ss])?%>*%[_~^] 5-156-35-1-124 +match %[_~^]%<* whereinagain ([Ss]|['’][Ss])?%>*%[_~^] 5-156-35-1-1245 +match %[_~^]%<* womanfriend ([Ss]|['’][Ss])?%>*%[_~^] 2456-135-134-1-1345-124-1235 +match %[_~^]%<* womenfriends ([Ss]|['’][Ss])?%>*%[_~^] 2456-135-134-26-124-1235-234 +match %[_~^]%<* would’ve ([Ss]|['’][Ss])?%>*%[_~^] 2456-145-3-1236-15 +match %[_~^]%<* would've ([Ss]|['’][Ss])?%>*%[_~^] 2456-145-3-1236-15 +match %[_~^]%<* woulda ([Ss]|['’][Ss])?%>*%[_~^] 2456-145-1 +match %[_~^]%<* wouldest ([Ss]|['’][Ss])?%>*%[_~^] 2456-145-15-34 +match %[_~^]%<* wouldn’t ([Ss]|['’][Ss])?%>*%[_~^] 2456-145-1345-3-2345 +match %[_~^]%<* wouldn't ([Ss]|['’][Ss])?%>*%[_~^] 2456-145-1345-3-2345 +match %[_~^]%<* wouldn’t’ve ([Ss]|['’][Ss])?%>*%[_~^] 2456-145-1345-3-2345-3-1236-15 +match %[_~^]%<* wouldn't've ([Ss]|['’][Ss])?%>*%[_~^] 2456-145-1345-3-2345-3-1236-15 +match %[_~^]%<* wouldst ([Ss]|['’][Ss])?%>*%[_~^] 2456-145-34 nofor word 'twould 3-2345-2456-145 nofor word 'twould've 3-2345-2456-145-3-1236-15 @@ -3724,7 +3732,7 @@ sufword rafter 1235-1-124-2345-12456 # extra shortforms -match %[_~^]%<* unsaid (s|['’]s)?%>*%[_~^] 136-1345-234-145 +match %[_~^]%<* unsaid ([Ss]|['’][Ss])?%>*%[_~^] 136-1345-234-145 # misc diff --git a/tests/yaml/en-ueb-08-capitalization.yaml b/tests/yaml/en-ueb-08-capitalization.yaml index 48f2f8cddc..57c28d745a 100644 --- a/tests/yaml/en-ueb-08-capitalization.yaml +++ b/tests/yaml/en-ueb-08-capitalization.yaml @@ -138,7 +138,6 @@ tests: - un,,self,'i% - - XXIInd - ',,xxii,''nd' - - xfail: true - - VIIb - ',,vii,''b' diff --git a/tests/yaml/en-ueb-10-07-contractions.yaml b/tests/yaml/en-ueb-10-07-contractions.yaml index c8b06d04be..520b2553bc 100644 --- a/tests/yaml/en-ueb-10-07-contractions.yaml +++ b/tests/yaml/en-ueb-10-07-contractions.yaml @@ -798,7 +798,6 @@ tests: - dis.1turb - typeform: italic: ' ++++' - xfail: true # 10.6.3 page 118 @@ -810,7 +809,6 @@ tests: - ',dis,,cord' - - DISlike - ',,dis,''like' - - xfail: true # 10.6.4 page 118 @@ -1015,7 +1013,6 @@ tests: - /iff.1ly - typeform: italic: ' ++' - xfail: true - - subbasement - subbase;t - - tea @@ -1027,19 +1024,14 @@ tests: - - CliffSide - ',cliff,side' - - xfail: true - - EggHead - ',egg,h1d' - - xfail: true - - MacEACHEN - ',mac,,ea*5' - - xfail: true - - SeaWorld - ',sea,_w' - - xfail: true - - TEAspoon - ',,tea,''spoon' - - xfail: true # 10.6.7 page 121 @@ -1232,7 +1224,6 @@ tests: - _!s - - SeaWorld - ',sea,_w' - - xfail: true - - underworld - '"u_w' - - world-wide