CONTRACTIONS = {
"won't": "will not",
"can't": "can not",
"n't": " not",
"'re": " are",
"'s": " is",
"'d": " would",
"'ll": " will",
"'ve": " have",
"'m": " am",
"won\’t": "will not",
"can\’t": "can not",
"n\’t": " not",
"\’re": " are",
"\’s": " is",
"\’d": " would",
"\’ll": " will",
"\’ve": " have",
"\’m": " am",
}