1
+ {
2
+ "contractions" : {
3
+ "ain't" : " am not / are not" ,
4
+ "aren't" : " are not / am not" ,
5
+ "can't" : " cannot" ,
6
+ "can't've" : " cannot have" ,
7
+ "'cause" : " because" ,
8
+ "could've" : " could have" ,
9
+ "couldn't" : " could not" ,
10
+ "couldn't've" : " could not have" ,
11
+ "didn't" : " did not" ,
12
+ "doesn't" : " does not" ,
13
+ "don't" : " do not" ,
14
+ "hadn't" : " had not" ,
15
+ "hadn't've" : " had not have" ,
16
+ "hasn't" : " has not" ,
17
+ "haven't" : " have not" ,
18
+ "he'd" : " he had / he would" ,
19
+ "he'd've" : " he would have" ,
20
+ "he'll" : " he shall / he will" ,
21
+ "he'll've" : " he shall have / he will have" ,
22
+ "he's" : " he has / he is" ,
23
+ "how'd" : " how did" ,
24
+ "how'd'y" : " how do you" ,
25
+ "how'll" : " how will" ,
26
+ "how's" : " how has / how is" ,
27
+ "i'd" : " I had / I would" ,
28
+ "i'd've" : " I would have" ,
29
+ "i'll" : " I shall / I will" ,
30
+ "i'll've" : " I shall have / I will have" ,
31
+ "i'm" : " I am" ,
32
+ "i've" : " I have" ,
33
+ "isn't" : " is not" ,
34
+ "it'd" : " it had / it would" ,
35
+ "it'd've" : " it would have" ,
36
+ "it'll" : " it shall / it will" ,
37
+ "it'll've" : " it shall have / it will have" ,
38
+ "it's" : " it has / it is" ,
39
+ "let's" : " let us" ,
40
+ "ma'am" : " madam" ,
41
+ "mayn't" : " may not" ,
42
+ "might've" : " might have" ,
43
+ "mightn't" : " might not" ,
44
+ "mightn't've" : " might not have" ,
45
+ "must've" : " must have" ,
46
+ "mustn't" : " must not" ,
47
+ "mustn't've" : " must not have" ,
48
+ "needn't" : " need not" ,
49
+ "needn't've" : " need not have" ,
50
+ "o'clock" : " of the clock" ,
51
+ "oughtn't" : " ought not" ,
52
+ "oughtn't've" : " ought not have" ,
53
+ "shan't" : " shall not" ,
54
+ "sha'n't" : " shall not" ,
55
+ "shan't've" : " shall not have" ,
56
+ "she'd" : " she had / she would" ,
57
+ "she'd've" : " she would have" ,
58
+ "she'll" : " she shall / she will" ,
59
+ "she'll've" : " she shall have / she will have" ,
60
+ "she's" : " she has / she is" ,
61
+ "should've" : " should have" ,
62
+ "shouldn't" : " should not" ,
63
+ "shouldn't've" : " should not have" ,
64
+ "so've" : " so have" ,
65
+ "so's" : " so as / so is" ,
66
+ "that'd" : " that would / that had" ,
67
+ "that'd've" : " that would have" ,
68
+ "that's" : " that has / that is" ,
69
+ "there'd" : " there had / there would" ,
70
+ "there'd've" : " there would have" ,
71
+ "there's" : " there has / there is" ,
72
+ "they'd" : " they had / they would" ,
73
+ "they'd've" : " they would have" ,
74
+ "they'll" : " they shall / they will" ,
75
+ "they'll've" : " they shall have / they will have" ,
76
+ "they're" : " they are" ,
77
+ "they've" : " they have" ,
78
+ "to've" : " to have" ,
79
+ "wasn't" : " was not" ,
80
+ "we'd" : " we had / we would" ,
81
+ "we'd've" : " we would have" ,
82
+ "we'll" : " we will" ,
83
+ "we'll've" : " we will have" ,
84
+ "we're" : " we are" ,
85
+ "we've" : " we have" ,
86
+ "weren't" : " were not" ,
87
+ "what'll" : " what shall / what will" ,
88
+ "what'll've" : " what shall have / what will have" ,
89
+ "what're" : " what are" ,
90
+ "what's" : " what has / what is" ,
91
+ "what've" : " what have" ,
92
+ "when's" : " when has / when is" ,
93
+ "when've" : " when have" ,
94
+ "where'd" : " where did" ,
95
+ "where's" : " where has / where is" ,
96
+ "where've" : " where have" ,
97
+ "who'll" : " who shall / who will" ,
98
+ "who'll've" : " who shall have / who will have" ,
99
+ "who's" : " who has / who is" ,
100
+ "who've" : " who have" ,
101
+ "why's" : " why has / why is" ,
102
+ "why've" : " why have" ,
103
+ "will've" : " will have" ,
104
+ "won't" : " will not" ,
105
+ "won't've" : " will not have" ,
106
+ "would've" : " would have" ,
107
+ "wouldn't" : " would not" ,
108
+ "wouldn't've" : " would not have" ,
109
+ "y'all" : " you all" ,
110
+ "y'all'd" : " you all would" ,
111
+ "y'all'd've" : " you all would have" ,
112
+ "y'all're" : " you all are" ,
113
+ "y'all've" : " you all have" ,
114
+ "you'd" : " you had / you would" ,
115
+ "you'd've" : " you would have" ,
116
+ "you'll" : " you shall / you will" ,
117
+ "you'll've" : " you shall have / you will have" ,
118
+ "you're" : " you are" ,
119
+ "you've" : " you have"
120
+ }
121
+ }
0 commit comments