Constant contractions::EXPAND_SINGLE_NO_APOSTROPHE_CONTRACTIONS_JSON[][src]

pub const EXPAND_SINGLE_NO_APOSTROPHE_CONTRACTIONS_JSON: &str = "[\n  {\n    \"find\": \"\\\\b(?i)im(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bim\\\\b\": \"i am\",\n      \"\\\\bIm\\\\b\": \"I am\",\n      \"\\\\bIM\\\\b\": \"I AM\",\n      \"\\\\b(?i)im(?-i)\\\\b\": \"i am\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)ive(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bive\\\\b\": \"i have\",\n      \"\\\\bIve\\\\b\": \"I have\",\n      \"\\\\bIVE\\\\b\": \"I HAVE\",\n      \"\\\\b(?i)ive(?-i)\\\\b\": \"i have\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)id(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bid\\\\b\": \"i would\",\n      \"\\\\bId\\\\b\": \"I would\",\n      \"\\\\bID\\\\b\": \"I WOULD\",\n      \"\\\\b(?i)id(?-i)\\\\b\": \"i would\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)amnt(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bamnt\\\\b\": \"am not\",\n      \"\\\\bAmnt\\\\b\": \"Am not\",\n      \"\\\\bAMNT\\\\b\": \"AM NOT\",\n      \"\\\\b(?i)amnt(?-i)\\\\b\": \"am not\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)aint(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\baint\\\\b\": \"are not\",\n      \"\\\\bAint\\\\b\": \"Are not\",\n      \"\\\\bAINT\\\\b\": \"ARE NOT\",\n      \"\\\\b(?i)aint(?-i)\\\\b\": \"are not\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)arent(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\barent\\\\b\": \"are not\",\n      \"\\\\bArent\\\\b\": \"Are not\",\n      \"\\\\bARENT\\\\b\": \"ARE NOT\",\n      \"\\\\b(?i)arent(?-i)\\\\b\": \"are not\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)cant(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bcant\\\\b\": \"can not\",\n      \"\\\\bCant\\\\b\": \"Can not\",\n      \"\\\\bCANT\\\\b\": \"CAN NOT\",\n      \"\\\\b(?i)cant(?-i)\\\\b\": \"can not\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)couldve(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bcouldve\\\\b\": \"could have\",\n      \"\\\\bCouldve\\\\b\": \"Could have\",\n      \"\\\\bCOULDVE\\\\b\": \"COULD HAVE\",\n      \"\\\\b(?i)couldve(?-i)\\\\b\": \"could have\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)couldnt(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bcouldnt\\\\b\": \"could not\",\n      \"\\\\bCouldnt\\\\b\": \"Could not\",\n      \"\\\\bCOULDNT\\\\b\": \"COULD NOT\",\n      \"\\\\b(?i)couldnt(?-i)\\\\b\": \"could not\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)darent(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bdarent\\\\b\": \"dare not\",\n      \"\\\\bDarent\\\\b\": \"Dare not\",\n      \"\\\\bDARENT\\\\b\": \"DARE NOT\",\n      \"\\\\b(?i)darent(?-i)\\\\b\": \"dare not\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)daresnt(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bdaresnt\\\\b\": \"dare not\",\n      \"\\\\bDaresnt\\\\b\": \"Dare not\",\n      \"\\\\bDARESNT\\\\b\": \"DARE NOT\",\n      \"\\\\b(?i)daresnt(?-i)\\\\b\": \"dare not\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)dasnt(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bdasnt\\\\b\": \"dare not\",\n      \"\\\\bDasnt\\\\b\": \"Dare not\",\n      \"\\\\bDASNT\\\\b\": \"DARE NOT\",\n      \"\\\\b(?i)dasnt(?-i)\\\\b\": \"dare not\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)didnt(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bdidnt\\\\b\": \"did not\",\n      \"\\\\bDidnt\\\\b\": \"Did not\",\n      \"\\\\bDIDNT\\\\b\": \"DID NOT\",\n      \"\\\\b(?i)didnt(?-i)\\\\b\": \"did not\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)dont(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bdont\\\\b\": \"do not\",\n      \"\\\\bDont\\\\b\": \"Do not\",\n      \"\\\\bDONT\\\\b\": \"DO NOT\",\n      \"\\\\b(?i)dont(?-i)\\\\b\": \"do not\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)doesnt(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bdoesnt\\\\b\": \"does not\",\n      \"\\\\bDoesnt\\\\b\": \"Does not\",\n      \"\\\\bDOESNT\\\\b\": \"DOES NOT\",\n      \"\\\\b(?i)doesnt(?-i)\\\\b\": \"does not\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)eer(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\beer\\\\b\": \"ever\",\n      \"\\\\bEer\\\\b\": \"Ever\",\n      \"\\\\bEER\\\\b\": \"EVER\",\n      \"\\\\b(?i)eer(?-i)\\\\b\": \"ever\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)everyones(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\beveryones\\\\b\": \"everyone is\",\n      \"\\\\bEveryones\\\\b\": \"Everyone is\",\n      \"\\\\bEVERYONES\\\\b\": \"EVERYONE IS\",\n      \"\\\\b(?i)everyones(?-i)\\\\b\": \"everyone is\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)gont(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bgont\\\\b\": \"go not\",\n      \"\\\\bGont\\\\b\": \"Go not\",\n      \"\\\\bGONT\\\\b\": \"GO NOT\",\n      \"\\\\b(?i)gont(?-i)\\\\b\": \"go not\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)hadnt(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bhadnt\\\\b\": \"had not\",\n      \"\\\\bHadnt\\\\b\": \"Had not\",\n      \"\\\\bHADNT\\\\b\": \"HAD NOT\",\n      \"\\\\b(?i)hadnt(?-i)\\\\b\": \"had not\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)hasnt(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bhasnt\\\\b\": \"has not\",\n      \"\\\\bHasnt\\\\b\": \"Has not\",\n      \"\\\\bHASNT\\\\b\": \"HAS NOT\",\n      \"\\\\b(?i)hasnt(?-i)\\\\b\": \"has not\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)havent(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bhavent\\\\b\": \"have not\",\n      \"\\\\bHavent\\\\b\": \"Have not\",\n      \"\\\\bHAVENT\\\\b\": \"HAVE NOT\",\n      \"\\\\b(?i)havent(?-i)\\\\b\": \"have not\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)heve(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bheve\\\\b\": \"he have\",\n      \"\\\\bHeve\\\\b\": \"He have\",\n      \"\\\\bHEVE\\\\b\": \"HE HAVE\",\n      \"\\\\b(?i)heve(?-i)\\\\b\": \"he have\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)hes(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bhes\\\\b\": \"he is\",\n      \"\\\\bHes\\\\b\": \"He is\",\n      \"\\\\bHES\\\\b\": \"HE IS\",\n      \"\\\\b(?i)hes(?-i)\\\\b\": \"he is\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)hed(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bhed\\\\b\": \"he would\",\n      \"\\\\bHed\\\\b\": \"He would\",\n      \"\\\\bHED\\\\b\": \"HE WOULD\",\n      \"\\\\b(?i)hed(?-i)\\\\b\": \"he would\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)heres(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bheres\\\\b\": \"here is\",\n      \"\\\\bHeres\\\\b\": \"Here is\",\n      \"\\\\bHERES\\\\b\": \"HERE IS\",\n      \"\\\\b(?i)heres(?-i)\\\\b\": \"here is\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)howre(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bhowre\\\\b\": \"how are\",\n      \"\\\\bHowre\\\\b\": \"How are\",\n      \"\\\\bHOWRE\\\\b\": \"HOW ARE\",\n      \"\\\\b(?i)howre(?-i)\\\\b\": \"how are\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)howd(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bhowd\\\\b\": \"how did\",\n      \"\\\\bHowd\\\\b\": \"How did\",\n      \"\\\\bHOWD\\\\b\": \"HOW DID\",\n      \"\\\\b(?i)howd(?-i)\\\\b\": \"how did\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)hows(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bhows\\\\b\": \"how is\",\n      \"\\\\bHows\\\\b\": \"How is\",\n      \"\\\\bHOWS\\\\b\": \"HOW IS\",\n      \"\\\\b(?i)hows(?-i)\\\\b\": \"how is\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)howll(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bhowll\\\\b\": \"how will\",\n      \"\\\\bHowll\\\\b\": \"How will\",\n      \"\\\\bHOWLL\\\\b\": \"HOW WILL\",\n      \"\\\\b(?i)howll(?-i)\\\\b\": \"how will\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)isnt(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bisnt\\\\b\": \"is not\",\n      \"\\\\bIsnt\\\\b\": \"Is not\",\n      \"\\\\bISNT\\\\b\": \"IS NOT\",\n      \"\\\\b(?i)isnt(?-i)\\\\b\": \"is not\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)its(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bits\\\\b\": \"it is\",\n      \"\\\\bIts\\\\b\": \"It is\",\n      \"\\\\bITS\\\\b\": \"IT IS\",\n      \"\\\\b(?i)its(?-i)\\\\b\": \"it is\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)itll(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bitll\\\\b\": \"it will\",\n      \"\\\\bItll\\\\b\": \"It will\",\n      \"\\\\bITLL\\\\b\": \"IT WILL\",\n      \"\\\\b(?i)itll(?-i)\\\\b\": \"it will\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)itd(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bitd\\\\b\": \"it would\",\n      \"\\\\bItd\\\\b\": \"It would\",\n      \"\\\\bITD\\\\b\": \"IT WOULD\",\n      \"\\\\b(?i)itd(?-i)\\\\b\": \"it would\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)maam(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bmaam\\\\b\": \"madam\",\n      \"\\\\bMaam\\\\b\": \"Madam\",\n      \"\\\\bMAAM\\\\b\": \"MADAM\",\n      \"\\\\b(?i)maam(?-i)\\\\b\": \"madam\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)mayve(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bmayve\\\\b\": \"may have\",\n      \"\\\\bMayve\\\\b\": \"May have\",\n      \"\\\\bMAYVE\\\\b\": \"MAY HAVE\",\n      \"\\\\b(?i)mayve(?-i)\\\\b\": \"may have\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)maynt(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bmaynt\\\\b\": \"may not\",\n      \"\\\\bMaynt\\\\b\": \"May not\",\n      \"\\\\bMAYNT\\\\b\": \"MAY NOT\",\n      \"\\\\b(?i)maynt(?-i)\\\\b\": \"may not\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)mightve(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bmightve\\\\b\": \"might have\",\n      \"\\\\bMightve\\\\b\": \"Might have\",\n      \"\\\\bMIGHTVE\\\\b\": \"MIGHT HAVE\",\n      \"\\\\b(?i)mightve(?-i)\\\\b\": \"might have\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)mightnt(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bmightnt\\\\b\": \"might not\",\n      \"\\\\bMightnt\\\\b\": \"Might not\",\n      \"\\\\bMIGHTNT\\\\b\": \"MIGHT NOT\",\n      \"\\\\b(?i)mightnt(?-i)\\\\b\": \"might not\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)mustve(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bmustve\\\\b\": \"must have\",\n      \"\\\\bMustve\\\\b\": \"Must have\",\n      \"\\\\bMUSTVE\\\\b\": \"MUST HAVE\",\n      \"\\\\b(?i)mustve(?-i)\\\\b\": \"must have\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)mustnt(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bmustnt\\\\b\": \"must not\",\n      \"\\\\bMustnt\\\\b\": \"Must not\",\n      \"\\\\bMUSTNT\\\\b\": \"MUST NOT\",\n      \"\\\\b(?i)mustnt(?-i)\\\\b\": \"must not\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)neednt(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bneednt\\\\b\": \"need not\",\n      \"\\\\bNeednt\\\\b\": \"Need not\",\n      \"\\\\bNEEDNT\\\\b\": \"NEED NOT\",\n      \"\\\\b(?i)neednt(?-i)\\\\b\": \"need not\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)neer(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bneer\\\\b\": \"never\",\n      \"\\\\bNeer\\\\b\": \"Never\",\n      \"\\\\bNEER\\\\b\": \"NEVER\",\n      \"\\\\b(?i)neer(?-i)\\\\b\": \"never\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)ol(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bol\\\\b\": \"old\",\n      \"\\\\bOl\\\\b\": \"Old\",\n      \"\\\\bOL\\\\b\": \"OLD\",\n      \"\\\\b(?i)ol(?-i)\\\\b\": \"old\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)lil(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\blil\\\\b\": \"little\",\n      \"\\\\bLil\\\\b\": \"Little\",\n      \"\\\\bLIL\\\\b\": \"LITTLE\",\n      \"\\\\b(?i)lil(?-i)\\\\b\": \"little\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)oughtnt(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\boughtnt\\\\b\": \"ought not\",\n      \"\\\\bOughtnt\\\\b\": \"Ought not\",\n      \"\\\\bOUGHTNT\\\\b\": \"OUGHT NOT\",\n      \"\\\\b(?i)oughtnt(?-i)\\\\b\": \"ought not\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)oer(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\boer\\\\b\": \"over\",\n      \"\\\\bOer\\\\b\": \"Over\",\n      \"\\\\bOER\\\\b\": \"OVER\",\n      \"\\\\b(?i)oer(?-i)\\\\b\": \"over\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)shant(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bshant\\\\b\": \"shall not\",\n      \"\\\\bShant\\\\b\": \"Shall not\",\n      \"\\\\bSHANT\\\\b\": \"SHALL NOT\",\n      \"\\\\b(?i)shant(?-i)\\\\b\": \"shall not\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)shallnt(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bshallnt\\\\b\": \"shall not\",\n      \"\\\\bShallnt\\\\b\": \"Shall not\",\n      \"\\\\bSHALLNT\\\\b\": \"SHALL NOT\",\n      \"\\\\b(?i)shallnt(?-i)\\\\b\": \"shall not\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)shes(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bshes\\\\b\": \"she is\",\n      \"\\\\bShes\\\\b\": \"She is\",\n      \"\\\\bSHES\\\\b\": \"SHE IS\",\n      \"\\\\b(?i)shes(?-i)\\\\b\": \"she is\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)shed(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bshed\\\\b\": \"she would\",\n      \"\\\\bShed\\\\b\": \"She would\",\n      \"\\\\bSHED\\\\b\": \"SHE WOULD\",\n      \"\\\\b(?i)shed(?-i)\\\\b\": \"she would\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)shouldve(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bshouldve\\\\b\": \"should have\",\n      \"\\\\bShouldve\\\\b\": \"Should have\",\n      \"\\\\bSHOULDVE\\\\b\": \"SHOULD HAVE\",\n      \"\\\\b(?i)shouldve(?-i)\\\\b\": \"should have\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)shouldnt(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bshouldnt\\\\b\": \"should not\",\n      \"\\\\bShouldnt\\\\b\": \"Should not\",\n      \"\\\\bSHOULDNT\\\\b\": \"SHOULD NOT\",\n      \"\\\\b(?i)shouldnt(?-i)\\\\b\": \"should not\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)sove(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bsove\\\\b\": \"so have\",\n      \"\\\\bSove\\\\b\": \"So have\",\n      \"\\\\bSOVE\\\\b\": \"SO HAVE\",\n      \"\\\\b(?i)sove(?-i)\\\\b\": \"so have\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)somebodys(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bsomebodys\\\\b\": \"somebody is\",\n      \"\\\\bSomebodys\\\\b\": \"Somebody is\",\n      \"\\\\bSOMEBODYS\\\\b\": \"SOMEBODY IS\",\n      \"\\\\b(?i)somebodys(?-i)\\\\b\": \"somebody is\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)someones(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bsomeones\\\\b\": \"someone is\",\n      \"\\\\bSomeones\\\\b\": \"Someone is\",\n      \"\\\\bSOMEONES\\\\b\": \"SOMEONE IS\",\n      \"\\\\b(?i)someones(?-i)\\\\b\": \"someone is\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)somethings(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bsomethings\\\\b\": \"something is\",\n      \"\\\\bSomethings\\\\b\": \"Something is\",\n      \"\\\\bSOMETHINGS\\\\b\": \"SOMETHING IS\",\n      \"\\\\b(?i)somethings(?-i)\\\\b\": \"something is\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)thatre(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bthatre\\\\b\": \"that are\",\n      \"\\\\bThatre\\\\b\": \"That are\",\n      \"\\\\bTHATRE\\\\b\": \"THAT ARE\",\n      \"\\\\b(?i)thatre(?-i)\\\\b\": \"that are\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)thats(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bthats\\\\b\": \"that is\",\n      \"\\\\bThats\\\\b\": \"That is\",\n      \"\\\\bTHATS\\\\b\": \"THAT IS\",\n      \"\\\\b(?i)thats(?-i)\\\\b\": \"that is\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)thatll(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bthatll\\\\b\": \"that will\",\n      \"\\\\bThatll\\\\b\": \"That will\",\n      \"\\\\bTHATLL\\\\b\": \"THAT WILL\",\n      \"\\\\b(?i)thatll(?-i)\\\\b\": \"that will\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)thatd(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bthatd\\\\b\": \"that would\",\n      \"\\\\bThatd\\\\b\": \"That would\",\n      \"\\\\bTHATD\\\\b\": \"THAT WOULD\",\n      \"\\\\b(?i)thatd(?-i)\\\\b\": \"that would\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)em(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bem\\\\b\": \"them\",\n      \"\\\\bEm\\\\b\": \"Them\",\n      \"\\\\bEM\\\\b\": \"THEM\",\n      \"\\\\b(?i)em(?-i)\\\\b\": \"them\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)therere(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\btherere\\\\b\": \"there are\",\n      \"\\\\bTherere\\\\b\": \"There are\",\n      \"\\\\bTHERERE\\\\b\": \"THERE ARE\",\n      \"\\\\b(?i)therere(?-i)\\\\b\": \"there are\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)theres(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\btheres\\\\b\": \"there is\",\n      \"\\\\bTheres\\\\b\": \"There is\",\n      \"\\\\bTHERES\\\\b\": \"THERE IS\",\n      \"\\\\b(?i)theres(?-i)\\\\b\": \"there is\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)therell(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\btherell\\\\b\": \"there will\",\n      \"\\\\bTherell\\\\b\": \"There will\",\n      \"\\\\bTHERELL\\\\b\": \"THERE WILL\",\n      \"\\\\b(?i)therell(?-i)\\\\b\": \"there will\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)thered(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bthered\\\\b\": \"there would\",\n      \"\\\\bThered\\\\b\": \"There would\",\n      \"\\\\bTHERED\\\\b\": \"THERE WOULD\",\n      \"\\\\b(?i)thered(?-i)\\\\b\": \"there would\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)thesere(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bthesere\\\\b\": \"these are\",\n      \"\\\\bThesere\\\\b\": \"These are\",\n      \"\\\\bTHESERE\\\\b\": \"THESE ARE\",\n      \"\\\\b(?i)thesere(?-i)\\\\b\": \"these are\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)theyre(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\btheyre\\\\b\": \"they are\",\n      \"\\\\bTheyre\\\\b\": \"They are\",\n      \"\\\\bTHEYRE\\\\b\": \"THEY ARE\",\n      \"\\\\b(?i)theyre(?-i)\\\\b\": \"they are\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)theyve(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\btheyve\\\\b\": \"they have\",\n      \"\\\\bTheyve\\\\b\": \"They have\",\n      \"\\\\bTHEYVE\\\\b\": \"THEY HAVE\",\n      \"\\\\b(?i)theyve(?-i)\\\\b\": \"they have\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)theyll(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\btheyll\\\\b\": \"they will\",\n      \"\\\\bTheyll\\\\b\": \"They will\",\n      \"\\\\bTHEYLL\\\\b\": \"THEY WILL\",\n      \"\\\\b(?i)theyll(?-i)\\\\b\": \"they will\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)theyd(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\btheyd\\\\b\": \"they would\",\n      \"\\\\bTheyd\\\\b\": \"They would\",\n      \"\\\\bTHEYD\\\\b\": \"THEY WOULD\",\n      \"\\\\b(?i)theyd(?-i)\\\\b\": \"they would\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)thosere(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bthosere\\\\b\": \"those are\",\n      \"\\\\bThosere\\\\b\": \"Those are\",\n      \"\\\\bTHOSERE\\\\b\": \"THOSE ARE\",\n      \"\\\\b(?i)thosere(?-i)\\\\b\": \"those are\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)wasnt(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bwasnt\\\\b\": \"was not\",\n      \"\\\\bWasnt\\\\b\": \"Was not\",\n      \"\\\\bWASNT\\\\b\": \"WAS NOT\",\n      \"\\\\b(?i)wasnt(?-i)\\\\b\": \"was not\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)weve(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bweve\\\\b\": \"we have\",\n      \"\\\\bWeve\\\\b\": \"We have\",\n      \"\\\\bWEVE\\\\b\": \"WE HAVE\",\n      \"\\\\b(?i)weve(?-i)\\\\b\": \"we have\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)wed(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bwed\\\\b\": \"we would\",\n      \"\\\\bWed\\\\b\": \"We would\",\n      \"\\\\bWED\\\\b\": \"WE WOULD\",\n      \"\\\\b(?i)wed(?-i)\\\\b\": \"we would\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)werent(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bwerent\\\\b\": \"were not\",\n      \"\\\\bWerent\\\\b\": \"Were not\",\n      \"\\\\bWERENT\\\\b\": \"WERE NOT\",\n      \"\\\\b(?i)werent(?-i)\\\\b\": \"were not\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)whatre(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bwhatre\\\\b\": \"what are\",\n      \"\\\\bWhatre\\\\b\": \"What are\",\n      \"\\\\bWHATRE\\\\b\": \"WHAT ARE\",\n      \"\\\\b(?i)whatre(?-i)\\\\b\": \"what are\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)whatd(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bwhatd\\\\b\": \"what did\",\n      \"\\\\bWhatd\\\\b\": \"What did\",\n      \"\\\\bWHATD\\\\b\": \"WHAT DID\",\n      \"\\\\b(?i)whatd(?-i)\\\\b\": \"what did\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)whatve(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bwhatve\\\\b\": \"what have\",\n      \"\\\\bWhatve\\\\b\": \"What have\",\n      \"\\\\bWHATVE\\\\b\": \"WHAT HAVE\",\n      \"\\\\b(?i)whatve(?-i)\\\\b\": \"what have\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)whats(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bwhats\\\\b\": \"what is\",\n      \"\\\\bWhats\\\\b\": \"What is\",\n      \"\\\\bWHATS\\\\b\": \"WHAT IS\",\n      \"\\\\b(?i)whats(?-i)\\\\b\": \"what is\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)whatll(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bwhatll\\\\b\": \"what will\",\n      \"\\\\bWhatll\\\\b\": \"What will\",\n      \"\\\\bWHATLL\\\\b\": \"WHAT WILL\",\n      \"\\\\b(?i)whatll(?-i)\\\\b\": \"what will\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)whenve(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bwhenve\\\\b\": \"when have\",\n      \"\\\\bWhenve\\\\b\": \"When have\",\n      \"\\\\bWHENVE\\\\b\": \"WHEN HAVE\",\n      \"\\\\b(?i)whenve(?-i)\\\\b\": \"when have\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)whens(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bwhens\\\\b\": \"when is\",\n      \"\\\\bWhens\\\\b\": \"When is\",\n      \"\\\\bWHENS\\\\b\": \"WHEN IS\",\n      \"\\\\b(?i)whens(?-i)\\\\b\": \"when is\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)wherere(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bwherere\\\\b\": \"where are\",\n      \"\\\\bWherere\\\\b\": \"Where are\",\n      \"\\\\bWHERERE\\\\b\": \"WHERE ARE\",\n      \"\\\\b(?i)wherere(?-i)\\\\b\": \"where are\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)whered(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bwhered\\\\b\": \"where did\",\n      \"\\\\bWhered\\\\b\": \"Where did\",\n      \"\\\\bWHERED\\\\b\": \"WHERE DID\",\n      \"\\\\b(?i)whered(?-i)\\\\b\": \"where did\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)whereve(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bwhereve\\\\b\": \"where have\",\n      \"\\\\bWhereve\\\\b\": \"Where have\",\n      \"\\\\bWHEREVE\\\\b\": \"WHERE HAVE\",\n      \"\\\\b(?i)whereve(?-i)\\\\b\": \"where have\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)wheres(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bwheres\\\\b\": \"where is\",\n      \"\\\\bWheres\\\\b\": \"Where is\",\n      \"\\\\bWHERES\\\\b\": \"WHERE IS\",\n      \"\\\\b(?i)wheres(?-i)\\\\b\": \"where is\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)whichs(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bwhichs\\\\b\": \"which is\",\n      \"\\\\bWhichs\\\\b\": \"Which is\",\n      \"\\\\bWHICHS\\\\b\": \"WHICH IS\",\n      \"\\\\b(?i)whichs(?-i)\\\\b\": \"which is\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)whove(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bwhove\\\\b\": \"who have\",\n      \"\\\\bWhove\\\\b\": \"Who have\",\n      \"\\\\bWHOVE\\\\b\": \"WHO HAVE\",\n      \"\\\\b(?i)whove(?-i)\\\\b\": \"who have\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)whos(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bwhos\\\\b\": \"who is\",\n      \"\\\\bWhos\\\\b\": \"Who is\",\n      \"\\\\bWHOS\\\\b\": \"WHO IS\",\n      \"\\\\b(?i)whos(?-i)\\\\b\": \"who is\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)wholl(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bwholl\\\\b\": \"who will\",\n      \"\\\\bWholl\\\\b\": \"Who will\",\n      \"\\\\bWHOLL\\\\b\": \"WHO WILL\",\n      \"\\\\b(?i)wholl(?-i)\\\\b\": \"who will\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)whod(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bwhod\\\\b\": \"who would\",\n      \"\\\\bWhod\\\\b\": \"Who would\",\n      \"\\\\bWHOD\\\\b\": \"WHO WOULD\",\n      \"\\\\b(?i)whod(?-i)\\\\b\": \"who would\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)whyre(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bwhyre\\\\b\": \"why are\",\n      \"\\\\bWhyre\\\\b\": \"Why are\",\n      \"\\\\bWHYRE\\\\b\": \"WHY ARE\",\n      \"\\\\b(?i)whyre(?-i)\\\\b\": \"why are\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)whyd(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bwhyd\\\\b\": \"why did\",\n      \"\\\\bWhyd\\\\b\": \"Why did\",\n      \"\\\\bWHYD\\\\b\": \"WHY DID\",\n      \"\\\\b(?i)whyd(?-i)\\\\b\": \"why did\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)whyve(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bwhyve\\\\b\": \"why have\",\n      \"\\\\bWhyve\\\\b\": \"Why have\",\n      \"\\\\bWHYVE\\\\b\": \"WHY HAVE\",\n      \"\\\\b(?i)whyve(?-i)\\\\b\": \"why have\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)whys(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bwhys\\\\b\": \"why is\",\n      \"\\\\bWhys\\\\b\": \"Why is\",\n      \"\\\\bWHYS\\\\b\": \"WHY IS\",\n      \"\\\\b(?i)whys(?-i)\\\\b\": \"why is\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)willve(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bwillve\\\\b\": \"will have\",\n      \"\\\\bWillve\\\\b\": \"Will have\",\n      \"\\\\bWILLVE\\\\b\": \"WILL HAVE\",\n      \"\\\\b(?i)willve(?-i)\\\\b\": \"will have\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)wont(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bwont\\\\b\": \"will not\",\n      \"\\\\bWont\\\\b\": \"Will not\",\n      \"\\\\bWONT\\\\b\": \"WILL NOT\",\n      \"\\\\b(?i)wont(?-i)\\\\b\": \"will not\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)wouldve(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bwouldve\\\\b\": \"would have\",\n      \"\\\\bWouldve\\\\b\": \"Would have\",\n      \"\\\\bWOULDVE\\\\b\": \"WOULD HAVE\",\n      \"\\\\b(?i)wouldve(?-i)\\\\b\": \"would have\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)wouldnt(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bwouldnt\\\\b\": \"would not\",\n      \"\\\\bWouldnt\\\\b\": \"Would not\",\n      \"\\\\bWOULDNT\\\\b\": \"WOULD NOT\",\n      \"\\\\b(?i)wouldnt(?-i)\\\\b\": \"would not\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)yall(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\byall\\\\b\": \"you all\",\n      \"\\\\bYall\\\\b\": \"You all\",\n      \"\\\\bYALL\\\\b\": \"YOU ALL\",\n      \"\\\\b(?i)yall(?-i)\\\\b\": \"you all\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)youre(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\byoure\\\\b\": \"you are\",\n      \"\\\\bYoure\\\\b\": \"You are\",\n      \"\\\\bYOURE\\\\b\": \"YOU ARE\",\n      \"\\\\b(?i)youre(?-i)\\\\b\": \"you are\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)youve(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\byouve\\\\b\": \"you have\",\n      \"\\\\bYouve\\\\b\": \"You have\",\n      \"\\\\bYOUVE\\\\b\": \"YOU HAVE\",\n      \"\\\\b(?i)youve(?-i)\\\\b\": \"you have\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)youll(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\byoull\\\\b\": \"you will\",\n      \"\\\\bYoull\\\\b\": \"You will\",\n      \"\\\\bYOULL\\\\b\": \"YOU WILL\",\n      \"\\\\b(?i)youll(?-i)\\\\b\": \"you will\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)youd(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\byoud\\\\b\": \"you would\",\n      \"\\\\bYoud\\\\b\": \"You would\",\n      \"\\\\bYOUD\\\\b\": \"YOU WOULD\",\n      \"\\\\b(?i)youd(?-i)\\\\b\": \"you would\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)tis(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\btis\\\\b\": \"it is\",\n      \"\\\\bTis\\\\b\": \"It is\",\n      \"\\\\bTIS\\\\b\": \"IT IS\",\n      \"\\\\b(?i)tis(?-i)\\\\b\": \"it is\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)twas(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\btwas\\\\b\": \"it was\",\n      \"\\\\bTwas\\\\b\": \"It was\",\n      \"\\\\bTWAS\\\\b\": \"IT WAS\",\n      \"\\\\b(?i)twas(?-i)\\\\b\": \"it was\"\n    }\n  }\n]\n";
Expand description

Contains most of CONTRACTIONS_SINGLE_JSON contractions but without apostroph