Constant contractions::EXPAND_PARTIAL_CONTRACTIONS_JSON[][src]

pub const EXPAND_PARTIAL_CONTRACTIONS_JSON: &str = "[\n  {\n    \"find\": \"\\\\b(?i)[\'\u{2019}`]m(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\b[\'\u{2019}`]m\\\\b\": \" am\",\n      \"\\\\b[\'\u{2019}`]M\\\\b\": \" AM\",\n      \"\\\\b(?i)[\'\u{2019}`]m(?-i)\\\\b\": \" am\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)[\'\u{2019}`]re(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\b[\'\u{2019}`]re\\\\b\": \" are\",\n      \"\\\\b[\'\u{2019}`]RE\\\\b\": \" ARE\",\n      \"\\\\b(?i)[\'\u{2019}`]re(?-i)\\\\b\": \" are\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)[\'\u{2019}`]t(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\b[\'\u{2019}`]t\\\\b\": \" not\",\n      \"\\\\b[\'\u{2019}`]T\\\\b\": \" NOT\",\n      \"\\\\b(?i)[\'\u{2019}`]t(?-i)\\\\b\": \" not\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)n[\'\u{2019}`]t(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\bn[\'\u{2019}`]t\\\\b\": \" not\",\n      \"\\\\bN[\'\u{2019}`]T\\\\b\": \" NOT\",\n      \"\\\\b(?i)n[\'\u{2019}`]t(?-i)\\\\b\": \" not\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)[\'\u{2019}`]d(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\b[\'\u{2019}`]d\\\\b\": \" would\",\n      \"\\\\b[\'\u{2019}`]D\\\\b\": \" WOULD\",\n      \"\\\\b(?i)[\'\u{2019}`]d(?-i)\\\\b\": \" would\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)[\'\u{2019}`]ll(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\b[\'\u{2019}`]ll\\\\b\": \" will\",\n      \"\\\\b[\'\u{2019}`]LL\\\\b\": \" WILL\",\n      \"\\\\b(?i)[\'\u{2019}`]ll(?-i)\\\\b\": \" will\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)[\'\u{2019}`]ve(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\b[\'\u{2019}`]ve\\\\b\": \" have\",\n      \"\\\\b[\'\u{2019}`]VE\\\\b\": \" HAVE\",\n      \"\\\\b(?i)[\'\u{2019}`]ve(?-i)\\\\b\": \" have\"\n    }\n  },\n  {\n    \"find\": \"\\\\b(?i)[\'\u{2019}`]em(?-i)\\\\b\",\n    \"replace\": {\n      \"\\\\b[\'\u{2019}`]em\\\\b\": \" them\",\n      \"\\\\b[\'\u{2019}`]EM\\\\b\": \" THEM\",\n      \"\\\\b(?i)[\'\u{2019}`]em(?-i)\\\\b\": \" them\"\n    }\n  }\n]\n";
Expand description

Contains partial contractions in json form. (eg: ’m, ’ve, n’t, ’re)