-
Notifications
You must be signed in to change notification settings - Fork 0
/
contractions_mapping.py
1 lines (1 loc) · 2.82 KB
/
contractions_mapping.py
1
contractions_mapping = {"ain't": 'is not', "aren't": 'are not', "can't": 'cannot', "'cause": 'because', "could've": 'could have', "couldn't": 'could not', "didn't": 'did not', "doesn't": 'does not', "don't": 'do not', "hadn't": 'had not', "hasn't": 'has not', "haven't": 'have not', "he'd": 'he would', "he'll": 'he will', "he's": 'he is', "how'd": 'how did', "how'll": 'how will', "how's": 'how is', "i'd": 'i would', "i'll": 'i will', "i'm": 'i am', "i've": 'i have', "isn't": 'is not', "it'd": 'it would', "it'll": 'it will', "it's": 'it is', "let's": 'let us', "ma'am": 'madam', "might've": 'might have', "mightn't": 'might not', "must've": 'must have', "mustn't": 'must not', "needn't": 'need not', "she'd": 'she would', "she'll": 'she will', "she's": 'she is', "should've": 'should have', "shouldn't": 'should not', "that's": 'that is', "there'd": 'there would', "there's": 'there is', "here's": 'here is', "they'd": 'they would', "they'll": 'they will', "they're": 'they are', "they've": 'they have', "wasn't": 'was not', "we'd": 'we would', "we'll": 'we will', "we're": 'we are', "we've": 'we have', "weren't": 'were not', "what'll": 'what will', "what're": 'what are', "what's": 'what is', "what've": 'what have', "when's": 'when is', "when've": 'when have', "where'd": 'where did', "where's": 'where is', "where've": 'where have', "who'll": 'who will', "who's": 'who is', "who've": 'who have', "why's": 'why is', "why've": 'why have', "won't": 'will not', "would've": 'would have', "wouldn't": 'would not', "y'all": 'you all', "you'd": 'you would', "you'll": 'you will', "you're": 'you are', "you've": 'you have', "aint": 'is not', "arent": 'are not', "cant": 'cannot', "cause": 'because', "couldve": 'could have', "couldnt": 'could not', "didnt": 'did not', "doesnt": 'does not', "dont": 'do not', "hadnt": 'had not', "hasnt": 'has not', "havent": 'have not', "hed": 'he would', "hes": 'he is', "howd": 'how did', "howll": 'how will', "hows": 'how is', "im": 'i am', "ive": 'i have', "isnt": 'is not', "itd": 'it would', "itll": 'it will', "its": 'it is', "lets": 'let us', "mightve": 'might have', "mightnt": 'might not', "mustve": 'must have', "mustnt": 'must not', "neednt": 'need not', "shouldve": 'should have', "shouldnt": 'should not', "thats": 'that is', "thered": 'there would', "theres": 'there is', "heres": 'here is', "theyd": 'they would', "theyll": 'they will', "theyre": 'they are', "theyve": 'they have', "wasnt": 'was not', "werent": 'were not', "whats": 'what is', "whens": 'when is', "whered": 'where did', "wheres": 'where is', "whos": 'who is', "whys": 'why is', "wont": 'will not', "wouldve": 'would have', "wouldnt": 'would not', "yall": 'you all', "youd": 'you would', "youll": 'you will', "youre": 'you are', "youve": 'you have', "shoulda": 'should have', "gonna": 'going to', "wanna": 'want to', "cuz": 'because', "nite": 'night', "tonite": 'tonight'}