From 5876248109801f9d7418efbbde1e26752aba40f0 Mon Sep 17 00:00:00 2001 From: jxs8172 Date: Fri, 21 Aug 2015 22:57:47 -0400 Subject: [PATCH] Add missing we've and hardcoded 's and 'S --- lang_data/en/generate_specials.py | 7 ++++++- lang_data/en/specials.json | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/lang_data/en/generate_specials.py b/lang_data/en/generate_specials.py index 1c3954211..6d26d44d7 100644 --- a/lang_data/en/generate_specials.py +++ b/lang_data/en/generate_specials.py @@ -94,7 +94,7 @@ starting_tokens = { "there": {"'d": [], "'d've": [], "'s": ["contrLower", "contrUpper"]}, "they": {"'d": [], "'d've": [], "'ll": [], "'re": [], "'ve": []}, "was": {"n't": []}, - "we": {"'d": ["contrLower", "contrUpper"], "'d've": [], "'ll": ["contrLower", "contrUpper"], "'re": ["contrLower", "contrUpper"]}, + "we": {"'d": ["contrLower", "contrUpper"], "'d've": [], "'ll": ["contrLower", "contrUpper"], "'re": ["contrLower", "contrUpper"], "'ve": []}, "were": {"n't": []}, "what": {"'ll": [], "'re": [], "'s": [], "'ve": []}, "when": {"'s": []}, @@ -110,6 +110,11 @@ starting_tokens = { # other specials that don't really have contractions # so they are hardcoded hardcoded_specials = { + + "'s": [{"F": "'s", "L": "'s"}], + + "'S": [{"F": "'S", "L": "'s"}], + "'em": [{"F": "'em"}], "'ol": [{"F": "'ol"}], diff --git a/lang_data/en/specials.json b/lang_data/en/specials.json index b6e40cdaf..90be871b5 100644 --- a/lang_data/en/specials.json +++ b/lang_data/en/specials.json @@ -1 +1 @@ -{"2p.m.": [{"F": "2"}, {"F": "p.m."}], "what're": [{"F": "what"}, {"F": "'re"}], "(:": [{"F": "(:"}], "Oct.": [{"F": "Oct."}], "where've": [{"F": "where"}, {"pos": "VB", "L": "have", "F": "'ve"}], "whatve": [{"F": "what"}, {"pos": "VB", "L": "have", "F": "ve"}], "i'd": [{"L": "-PRON-", "F": "i"}, {"pos": "MD", "L": "would", "F": "'d"}], "<333": [{"F": "<333"}], "what've": [{"F": "what"}, {"pos": "VB", "L": "have", "F": "'ve"}], "Fla.": [{"F": "Fla."}], "There'd've": [{"F": "There"}, {"pos": "MD", "L": "would", "F": "'d"}, {"pos": "VB", "L": "have", "F": "'ve"}], "Shedve": [{"L": "-PRON-", "F": "She"}, {"pos": "MD", "L": "would", "F": "d"}, {"pos": "VB", "L": "have", "F": "ve"}], "Must've": [{"F": "Must"}, {"pos": "VB", "L": "have", "F": "'ve"}], "youve": [{"L": "-PRON-", "F": "you"}, {"pos": "VB", "L": "have", "F": "ve"}], "Jun.": [{"F": "Jun."}], "she'll": [{"L": "-PRON-", "F": "she"}, {"pos": "MD", "L": "will", "F": "'ll"}], "Va.": [{"F": "Va."}], "Mass.": [{"F": "Mass."}], "Doesn't": [{"pos": "VBZ", "L": "do", "F": "Does"}, {"pos": "RB", "L": "not", "F": "n't"}], ";D": [{"F": ";D"}], "Messrs.": [{"F": "Messrs."}], "it'll": [{"L": "-PRON-", "F": "it"}, {"pos": "MD", "L": "will", "F": "'ll"}], "Sept.": [{"F": "Sept."}], "i.": [{"F": "i."}], "hadn't've": [{"pos": "VBD", "L": "have", "F": "had"}, {"pos": "RB", "L": "not", "F": "n't"}, {"pos": "VB", "L": "have", "F": "'ve"}], "wasn't": [{"F": "was"}, {"pos": "RB", "L": "not", "F": "n't"}], "you've": [{"L": "-PRON-", "F": "you"}, {"pos": "VB", "L": "have", "F": "'ve"}], "f.": [{"F": "f."}], "could've": [{"pos": "MD", "F": "could"}, {"pos": "VB", "L": "have", "F": "'ve"}], "Whod": [{"F": "Who"}, {"pos": "MD", "L": "would", "F": "d"}], "Co.": [{"F": "Co."}], "Hasn't": [{"F": "Has"}, {"pos": "RB", "L": "not", "F": "n't"}], "St.": [{"F": "St."}], "6a.m.": [{"F": "6"}, {"F": "a.m."}], "Aren't": [{"pos": "VBP", "number": 2, "L": "be", "F": "Are"}, {"pos": "RB", "L": "not", "F": "n't"}], "Ima": [{"L": "-PRON-", "F": "I"}, {"F": "ma"}], "o_O": [{"F": "o_O"}], ":(((": [{"F": ":((("}], "don't": [{"L": "do", "F": "do"}, {"pos": "RB", "L": "not", "F": "n't"}], "she's": [{"L": "-PRON-", "F": "she"}, {"F": "'s"}], "where's": [{"F": "where"}, {"F": "'s"}], "5am": [{"F": "5"}, {"L": "a.m.", "F": "am"}], "must've": [{"F": "must"}, {"pos": "VB", "L": "have", "F": "'ve"}], "Needn't": [{"F": "Need"}, {"pos": "RB", "L": "not", "F": "n't"}], "Didn't": [{"pos": "VBD", "L": "do", "F": "Did"}, {"pos": "RB", "L": "not", "F": "n't"}], "Ore.": [{"F": "Ore."}], "They're": [{"L": "-PRON-", "F": "They"}, {"F": "'re"}], "Hadn't've": [{"pos": "VBD", "L": "have", "F": "Had"}, {"pos": "RB", "L": "not", "F": "n't"}, {"pos": "VB", "L": "have", "F": "'ve"}], "Wasn't": [{"F": "Was"}, {"pos": "RB", "L": "not", "F": "n't"}], "Mustnt": [{"F": "Must"}, {"pos": "RB", "L": "not", "F": "nt"}], ":')": [{"F": ":')"}], "Werent": [{"F": "Were"}, {"pos": "RB", "L": "not", "F": "nt"}], "Conn.": [{"F": "Conn."}], "they've": [{"L": "-PRON-", "F": "they"}, {"pos": "VB", "L": "have", "F": "'ve"}], "Mich.": [{"F": "Mich."}], "\")": [{"F": "\")"}], "dont": [{"L": "do", "F": "do"}, {"pos": "RB", "L": "not", "F": "nt"}], "5p.m.": [{"F": "5"}, {"F": "p.m."}], "I'd": [{"L": "-PRON-", "F": "I"}, {"pos": "MD", "L": "would", "F": "'d"}], "you're": [{"L": "-PRON-", "F": "you"}, {"F": "'re"}], "youre": [{"L": "-PRON-", "F": "you"}, {"F": "re"}], "y.": [{"F": "y."}], "''": [{"F": "''"}], "6pm": [{"F": "6"}, {"L": "p.m.", "F": "pm"}], "He'd": [{"L": "-PRON-", "F": "He"}, {"pos": "MD", "L": "would", "F": "'d"}], "Mo.": [{"F": "Mo."}], "how's": [{"F": "how"}, {"F": "'s"}], "shedve": [{"L": "-PRON-", "F": "she"}, {"pos": "MD", "L": "would", "F": "d"}, {"pos": "VB", "L": "have", "F": "ve"}], "10a.m.": [{"F": "10"}, {"F": "a.m."}], "b.": [{"F": "b."}], "6am": [{"F": "6"}, {"L": "a.m.", "F": "am"}], "co.": [{"F": "co."}], "couldn't've": [{"pos": "MD", "F": "could"}, {"pos": "RB", "L": "not", "F": "n't"}, {"pos": "VB", "L": "have", "F": "'ve"}], "Youd": [{"L": "-PRON-", "F": "You"}, {"pos": "MD", "L": "would", "F": "d"}], "whered": [{"F": "where"}, {"pos": "MD", "L": "would", "F": "d"}], "Let's": [{"F": "Let"}, {"F": "'s"}], "-_-": [{"F": "-_-"}], "8a.m.": [{"F": "8"}, {"F": "a.m."}], "shouldve": [{"F": "should"}, {"pos": "VB", "L": "have", "F": "ve"}], "Could've": [{"pos": "MD", "F": "Could"}, {"pos": "VB", "L": "have", "F": "'ve"}], "Couldnt": [{"pos": "MD", "F": "Could"}, {"pos": "RB", "L": "not", "F": "nt"}], "aint": [{"pos": "VBP", "number": 2, "L": "be", "F": "ai"}, {"pos": "RB", "L": "not", "F": "nt"}], "who's": [{"F": "who"}, {"F": "'s"}], "v.": [{"F": "v."}], "Hows": [{"F": "How"}, {"F": "s"}], "Sep.": [{"F": "Sep."}], "N.C.": [{"F": "N.C."}], "Havent": [{"pos": "VB", "F": "Have"}, {"pos": "RB", "L": "not", "F": "nt"}], "Whatve": [{"F": "What"}, {"pos": "VB", "L": "have", "F": "ve"}], ":-P": [{"F": ":-P"}], "9am": [{"F": "9"}, {"L": "a.m.", "F": "am"}], "\t": [{"pos": "SP", "F": "\t"}], ":))": [{"F": ":))"}], "Wouldn't": [{"F": "Would"}, {"pos": "RB", "L": "not", "F": "n't"}], "Wouldnt": [{"F": "Would"}, {"pos": "RB", "L": "not", "F": "nt"}], "Where've": [{"F": "Where"}, {"pos": "VB", "L": "have", "F": "'ve"}], ":/": [{"F": ":/"}], "when's": [{"F": "when"}, {"F": "'s"}], "10pm": [{"F": "10"}, {"L": "p.m.", "F": "pm"}], "mustn't": [{"F": "must"}, {"pos": "RB", "L": "not", "F": "n't"}], ":-/": [{"F": ":-/"}], "a.": [{"F": "a."}], "whats": [{"F": "what"}, {"F": "s"}], "7pm": [{"F": "7"}, {"L": "p.m.", "F": "pm"}], "theyll": [{"L": "-PRON-", "F": "they"}, {"pos": "MD", "L": "will", "F": "ll"}], "Dec.": [{"F": "Dec."}], "3p.m.": [{"F": "3"}, {"F": "p.m."}], "couldnt": [{"pos": "MD", "F": "could"}, {"pos": "RB", "L": "not", "F": "nt"}], "He'll": [{"L": "-PRON-", "F": "He"}, {"pos": "MD", "L": "will", "F": "'ll"}], "Wouldntve": [{"F": "Would"}, {"pos": "RB", "L": "not", "F": "nt"}, {"pos": "VB", "L": "have", "F": "ve"}], "Theydve": [{"L": "-PRON-", "F": "They"}, {"pos": "MD", "L": "would", "F": "d"}, {"pos": "VB", "L": "have", "F": "ve"}], "Who've": [{"F": "Who"}, {"pos": "VB", "L": "have", "F": "'ve"}], "I'll": [{"L": "-PRON-", "F": "I"}, {"pos": "MD", "L": "will", "F": "'ll"}], "o_o": [{"F": "o_o"}], "Who'll": [{"F": "Who"}, {"pos": "MD", "L": "will", "F": "'ll"}], "would've": [{"F": "would"}, {"pos": "VB", "L": "have", "F": "'ve"}], "why's": [{"F": "why"}, {"F": "'s"}], "There's": [{"F": "There"}, {"F": "'s"}], ":Y": [{"F": ":Y"}], "shes": [{"L": "-PRON-", "F": "she"}, {"F": "s"}], "Gen.": [{"F": "Gen."}], "shouldn't've": [{"F": "should"}, {"pos": "RB", "L": "not", "F": "n't"}, {"pos": "VB", "L": "have", "F": "'ve"}], "Ms.": [{"F": "Ms."}], "wholl": [{"F": "who"}, {"pos": "MD", "L": "will", "F": "ll"}], "ima": [{"L": "-PRON-", "F": "i"}, {"F": "ma"}], "=D": [{"F": "=D"}], "2pm": [{"F": "2"}, {"L": "p.m.", "F": "pm"}], "neednt": [{"F": "need"}, {"pos": "RB", "L": "not", "F": "nt"}], "They've": [{"L": "-PRON-", "F": "They"}, {"pos": "VB", "L": "have", "F": "'ve"}], "idve": [{"L": "-PRON-", "F": "i"}, {"pos": "MD", "L": "would", "F": "d"}, {"pos": "VB", "L": "have", "F": "ve"}], "Wash.": [{"F": "Wash."}], "whatre": [{"F": "what"}, {"F": "re"}], "4a.m.": [{"F": "4"}, {"F": "a.m."}], "12pm": [{"F": "12"}, {"L": "p.m.", "F": "pm"}], ":p": [{"F": ":p"}], "mightnt": [{"F": "might"}, {"pos": "RB", "L": "not", "F": "nt"}], "<33": [{"F": "<33"}], "i.e.": [{"F": "i.e."}], "you'd": [{"L": "-PRON-", "F": "you"}, {"pos": "MD", "L": "would", "F": "'d"}], "she'd": [{"L": "-PRON-", "F": "she"}, {"pos": "MD", "L": "would", "F": "'d"}], "She'll": [{"L": "-PRON-", "F": "She"}, {"pos": "MD", "L": "will", "F": "'ll"}], "Hedve": [{"L": "-PRON-", "F": "He"}, {"pos": "MD", "L": "would", "F": "d"}, {"pos": "VB", "L": "have", "F": "ve"}], "hed": [{"L": "-PRON-", "F": "he"}, {"pos": "MD", "L": "would", "F": "d"}], "9p.m.": [{"F": "9"}, {"F": "p.m."}], "Theredve": [{"F": "There"}, {"pos": "MD", "L": "would", "F": "d"}, {"pos": "VB", "L": "have", "F": "ve"}], "you'd've": [{"L": "-PRON-", "F": "you"}, {"pos": "MD", "L": "would", "F": "'d"}, {"pos": "VB", "L": "have", "F": "'ve"}], "needn't": [{"F": "need"}, {"pos": "RB", "L": "not", "F": "n't"}], "V_V": [{"F": "V_V"}], "there'd": [{"F": "there"}, {"pos": "MD", "L": "would", "F": "'d"}], "isnt": [{"pos": "VBZ", "L": "be", "F": "is"}, {"pos": "RB", "L": "not", "F": "nt"}], "Nev.": [{"F": "Nev."}], "it's": [{"L": "-PRON-", "F": "it"}, {"F": "'s"}], "Minn.": [{"F": "Minn."}], "Dr.": [{"F": "Dr."}], "h.": [{"F": "h."}], "Doesnt": [{"pos": "VBZ", "L": "do", "F": "Does"}, {"pos": "RB", "L": "not", "F": "nt"}], "I.E.": [{"F": "I.E."}], "Mustve": [{"F": "Must"}, {"pos": "VB", "L": "have", "F": "ve"}], "Aug.": [{"F": "Aug."}], "e.": [{"F": "e."}], "Inc.": [{"F": "Inc."}], "Mt.": [{"L": "Mount", "F": "Mt."}], "How'd": [{"F": "How"}, {"pos": "MD", "L": "would", "F": "'d"}], "couldve": [{"pos": "MD", "F": "could"}, {"pos": "VB", "L": "have", "F": "ve"}], "he'd": [{"L": "-PRON-", "F": "he"}, {"pos": "MD", "L": "would", "F": "'d"}], "hasnt": [{"F": "has"}, {"pos": "RB", "L": "not", "F": "nt"}], "Kans.": [{"F": "Kans."}], "They'd've": [{"L": "-PRON-", "F": "They"}, {"pos": "MD", "L": "would", "F": "'d"}, {"pos": "VB", "L": "have", "F": "'ve"}], "Wont": [{"F": "Wo"}, {"pos": "RB", "L": "not", "F": "nt"}], "shant": [{"F": "sha"}, {"pos": "RB", "L": "not", "F": "nt"}], "o.O": [{"F": "o.O"}], "im": [{"L": "-PRON-", "F": "i"}, {"pos": "VBP", "number": 1, "L": "be", "tenspect": 1, "F": "m"}], "I'm": [{"L": "-PRON-", "F": "I"}, {"pos": "VBP", "number": 1, "L": "be", "tenspect": 1, "F": "'m"}], "Aint": [{"pos": "VBP", "number": 2, "L": "be", "F": "Ai"}, {"pos": "RB", "L": "not", "F": "nt"}], "N.M.": [{"F": "N.M."}], "Youve": [{"L": "-PRON-", "F": "You"}, {"pos": "VB", "L": "have", "F": "ve"}], "Its": [{"L": "-PRON-", "F": "It"}, {"F": "s"}], ":((": [{"F": ":(("}], "doesnt": [{"pos": "VBZ", "L": "do", "F": "does"}, {"pos": "RB", "L": "not", "F": "nt"}], "10p.m.": [{"F": "10"}, {"F": "p.m."}], "howd": [{"F": "how"}, {"pos": "MD", "L": "would", "F": "d"}], "who're": [{"F": "who"}, {"F": "'re"}], "Shant": [{"F": "Sha"}, {"pos": "RB", "L": "not", "F": "nt"}], "Couldve": [{"pos": "MD", "F": "Could"}, {"pos": "VB", "L": "have", "F": "ve"}], "Mustn't": [{"F": "Must"}, {"pos": "RB", "L": "not", "F": "n't"}], "Cant": [{"pos": "MD", "L": "can", "F": "Ca"}, {"pos": "RB", "L": "not", "F": "nt"}], "he's": [{"L": "-PRON-", "F": "he"}, {"F": "'s"}], "there's": [{"F": "there"}, {"F": "'s"}], "E.G.": [{"F": "E.G."}], "What's": [{"F": "What"}, {"F": "'s"}], "Wis.": [{"F": "Wis."}], "Rev.": [{"F": "Rev."}], "c.": [{"F": "c."}], "Would've": [{"F": "Would"}, {"pos": "VB", "L": "have", "F": "'ve"}], "z.": [{"F": "z."}], "Whens": [{"F": "When"}, {"F": "s"}], "weren't": [{"F": "were"}, {"pos": "RB", "L": "not", "F": "n't"}], "Shouldn't": [{"F": "Should"}, {"pos": "RB", "L": "not", "F": "n't"}], "mustve": [{"F": "must"}, {"pos": "VB", "L": "have", "F": "ve"}], "3a.m.": [{"F": "3"}, {"F": "a.m."}], "11am": [{"F": "11"}, {"L": "a.m.", "F": "am"}], "Isnt": [{"pos": "VBZ", "L": "be", "F": "Is"}, {"pos": "RB", "L": "not", "F": "nt"}], "mightntve": [{"F": "might"}, {"pos": "RB", "L": "not", "F": "nt"}, {"pos": "VB", "L": "have", "F": "ve"}], "cannot": [{"pos": "MD", "L": "can", "F": "can"}, {"pos": "RB", "L": "not", "F": "not"}], "let's": [{"F": "let"}, {"F": "'s"}], "Corp.": [{"F": "Corp."}], "Hadntve": [{"pos": "VBD", "L": "have", "F": "Had"}, {"pos": "RB", "L": "not", "F": "nt"}, {"pos": "VB", "L": "have", "F": "ve"}], "Who'd": [{"F": "Who"}, {"pos": "MD", "L": "would", "F": "'d"}], "didnt": [{"pos": "VBD", "L": "do", "F": "did"}, {"pos": "RB", "L": "not", "F": "nt"}], "Mrs.": [{"F": "Mrs."}], "that's": [{"F": "that"}, {"F": "'s"}], "Ga.": [{"F": "Ga."}], "Haven't": [{"pos": "VB", "F": "Have"}, {"pos": "RB", "L": "not", "F": "n't"}], "8pm": [{"F": "8"}, {"L": "p.m.", "F": "pm"}], "How's": [{"F": "How"}, {"F": "'s"}], "couldn't": [{"pos": "MD", "F": "could"}, {"pos": "RB", "L": "not", "F": "n't"}], "Whys": [{"F": "Why"}, {"F": "s"}], "How'll": [{"F": "How"}, {"pos": "MD", "L": "will", "F": "'ll"}], "Why'll": [{"F": "Why"}, {"pos": "MD", "L": "will", "F": "'ll"}], "E.g.": [{"F": "E.g."}], "notve": [{"pos": "RB", "L": "not", "F": "not"}, {"pos": "VB", "L": "have", "F": "ve"}], "Itll": [{"L": "-PRON-", "F": "It"}, {"pos": "MD", "L": "will", "F": "ll"}], "Rep.": [{"F": "Rep."}], "shouldn't": [{"F": "should"}, {"pos": "RB", "L": "not", "F": "n't"}], "where'd": [{"F": "where"}, {"pos": "MD", "L": "would", "F": "'d"}], "1p.m.": [{"F": "1"}, {"F": "p.m."}], "Mightve": [{"F": "Might"}, {"pos": "VB", "L": "have", "F": "ve"}], "Who's": [{"F": "Who"}, {"F": "'s"}], "7a.m.": [{"F": "7"}, {"F": "a.m."}], "hadntve": [{"pos": "VBD", "L": "have", "F": "had"}, {"pos": "RB", "L": "not", "F": "nt"}, {"pos": "VB", "L": "have", "F": "ve"}], "Shouldntve": [{"F": "Should"}, {"pos": "RB", "L": "not", "F": "nt"}, {"pos": "VB", "L": "have", "F": "ve"}], "mustnt": [{"F": "must"}, {"pos": "RB", "L": "not", "F": "nt"}], "Theyve": [{"L": "-PRON-", "F": "They"}, {"pos": "VB", "L": "have", "F": "ve"}], "whereve": [{"F": "where"}, {"pos": "VB", "L": "have", "F": "ve"}], "x.": [{"F": "x."}], "Feb.": [{"F": "Feb."}], "Whyre": [{"F": "Why"}, {"F": "re"}], "w.": [{"F": "w."}], "wheres": [{"F": "where"}, {"F": "s"}], "N.J.": [{"F": "N.J."}], "Where's": [{"F": "Where"}, {"F": "'s"}], "Jr.": [{"F": "Jr."}], "\n": [{"pos": "SP", "F": "\n"}], "D.C.": [{"F": "D.C."}], "1pm": [{"F": "1"}, {"L": "p.m.", "F": "pm"}], "Wasnt": [{"F": "Was"}, {"pos": "RB", "L": "not", "F": "nt"}], "whyre": [{"F": "why"}, {"F": "re"}], "N.H.": [{"F": "N.H."}], "-__-": [{"F": "-__-"}], "Theyd": [{"L": "-PRON-", "F": "They"}, {"pos": "MD", "L": "would", "F": "d"}], "Whove": [{"F": "Who"}, {"pos": "VB", "L": "have", "F": "ve"}], "Bros.": [{"F": "Bros."}], ":-)": [{"F": ":-)"}], "its": [{"L": "-PRON-", "F": "it"}, {"F": "s"}], "Okla.": [{"F": "Okla."}], "Should've": [{"F": "Should"}, {"pos": "VB", "L": "have", "F": "'ve"}], "Won't": [{"F": "Wo"}, {"pos": "RB", "L": "not", "F": "n't"}], "Wouldn't've": [{"F": "Would"}, {"pos": "RB", "L": "not", "F": "n't"}, {"pos": "VB", "L": "have", "F": "'ve"}], "Isn't": [{"pos": "VBZ", "L": "be", "F": "Is"}, {"pos": "RB", "L": "not", "F": "n't"}], "why're": [{"F": "why"}, {"F": "'re"}], "howll": [{"F": "how"}, {"pos": "MD", "L": "will", "F": "ll"}], "theredve": [{"F": "there"}, {"pos": "MD", "L": "would", "F": "d"}, {"pos": "VB", "L": "have", "F": "ve"}], "whatll": [{"F": "what"}, {"pos": "MD", "L": "will", "F": "ll"}], "Hed": [{"L": "-PRON-", "F": "He"}, {"pos": "MD", "L": "would", "F": "d"}], "Ive": [{"L": "-PRON-", "F": "I"}, {"pos": "VB", "L": "have", "F": "ve"}], "hadn't": [{"pos": "VBD", "L": "have", "F": "had"}, {"pos": "RB", "L": "not", "F": "n't"}], "Idve": [{"L": "-PRON-", "F": "I"}, {"pos": "MD", "L": "would", "F": "d"}, {"pos": "VB", "L": "have", "F": "ve"}], "Youdve": [{"L": "-PRON-", "F": "You"}, {"pos": "MD", "L": "would", "F": "d"}, {"pos": "VB", "L": "have", "F": "ve"}], ":(": [{"F": ":("}], "Why's": [{"F": "Why"}, {"F": "'s"}], "<3": [{"F": "<3"}], "Shes": [{"L": "-PRON-", "F": "She"}, {"F": "s"}], "they'd": [{"L": "-PRON-", "F": "they"}, {"pos": "MD", "L": "would", "F": "'d"}], "La.": [{"F": "La."}], "Nebr.": [{"F": "Nebr."}], "hadnt": [{"pos": "VBD", "L": "have", "F": "had"}, {"pos": "RB", "L": "not", "F": "nt"}], "youll": [{"L": "-PRON-", "F": "you"}, {"pos": "MD", "L": "will", "F": "ll"}], ":O": [{"F": ":O"}], "Might've": [{"F": "Might"}, {"pos": "VB", "L": "have", "F": "'ve"}], ";-p": [{"F": ";-p"}], "Pa.": [{"F": "Pa."}], "I'ma": [{"L": "-PRON-", "F": "I"}, {"F": "'ma"}], "vs.": [{"F": "vs."}], "Adm.": [{"F": "Adm."}], "didn't": [{"pos": "VBD", "L": "do", "F": "did"}, {"pos": "RB", "L": "not", "F": "n't"}], "o.": [{"F": "o."}], "m.": [{"F": "m."}], "When's": [{"F": "When"}, {"F": "'s"}], "n.": [{"F": "n."}], "Theyre": [{"L": "-PRON-", "F": "They"}, {"F": "re"}], "what's": [{"F": "what"}, {"F": "'s"}], "we'll": [{"F": "we"}, {"pos": "MD", "L": "will", "F": "'ll"}], "11p.m.": [{"F": "11"}, {"F": "p.m."}], "there'd've": [{"F": "there"}, {"pos": "MD", "L": "would", "F": "'d"}, {"pos": "VB", "L": "have", "F": "'ve"}], "Mightn't've": [{"F": "Might"}, {"pos": "RB", "L": "not", "F": "n't"}, {"pos": "VB", "L": "have", "F": "'ve"}], "We'll": [{"F": "We"}, {"pos": "MD", "L": "will", "F": "'ll"}], "Whos": [{"F": "Who"}, {"F": "s"}], "I.e.": [{"F": "I.e."}], "Hadnt": [{"pos": "VBD", "L": "have", "F": "Had"}, {"pos": "RB", "L": "not", "F": "nt"}], "Sen.": [{"F": "Sen."}], "shouldnt": [{"F": "should"}, {"pos": "RB", "L": "not", "F": "nt"}], "10am": [{"F": "10"}, {"L": "a.m.", "F": "am"}], "Mightnt": [{"F": "Might"}, {"pos": "RB", "L": "not", "F": "nt"}], "Howll": [{"F": "How"}, {"pos": "MD", "L": "will", "F": "ll"}], "May.": [{"F": "May."}], "Notve": [{"pos": "RB", "L": "not", "F": "Not"}, {"pos": "VB", "L": "have", "F": "ve"}], "xDD": [{"F": "xDD"}], "she'd've": [{"L": "-PRON-", "F": "she"}, {"pos": "MD", "L": "would", "F": "'d"}, {"pos": "VB", "L": "have", "F": "'ve"}], "Mar.": [{"F": "Mar."}], "'ol": [{"F": "'ol"}], "Shouldve": [{"F": "Should"}, {"pos": "VB", "L": "have", "F": "ve"}], "Colo.": [{"F": "Colo."}], "how'll": [{"F": "how"}, {"pos": "MD", "L": "will", "F": "'ll"}], "Shouldnt": [{"F": "Should"}, {"pos": "RB", "L": "not", "F": "nt"}], "l.": [{"F": "l."}], "thats": [{"F": "that"}, {"F": "s"}], "p.": [{"F": "p."}], "You'd've": [{"L": "-PRON-", "F": "You"}, {"pos": "MD", "L": "would", "F": "'d"}, {"pos": "VB", "L": "have", "F": "'ve"}], "Don't": [{"L": "do", "F": "Do"}, {"pos": "RB", "L": "not", "F": "n't"}], "Who're": [{"F": "Who"}, {"F": "'re"}], "whove": [{"F": "who"}, {"pos": "VB", "L": "have", "F": "ve"}], "a.m.": [{"F": "a.m."}], "itd": [{"L": "-PRON-", "F": "it"}, {"pos": "MD", "L": "would", "F": "d"}], "won't": [{"F": "wo"}, {"pos": "RB", "L": "not", "F": "n't"}], "Thered": [{"F": "There"}, {"pos": "MD", "L": "would", "F": "d"}], "he'll": [{"L": "-PRON-", "F": "he"}, {"pos": "MD", "L": "will", "F": "'ll"}], "k.": [{"F": "k."}], "Arent": [{"pos": "VBP", "number": 2, "L": "be", "F": "Are"}, {"pos": "RB", "L": "not", "F": "nt"}], "2am": [{"F": "2"}, {"L": "a.m.", "F": "am"}], "i'd've": [{"L": "-PRON-", "F": "i"}, {"pos": "MD", "L": "would", "F": "'d"}, {"pos": "VB", "L": "have", "F": "'ve"}], "We're": [{"F": "We"}, {"F": "'re"}], "not've": [{"pos": "RB", "L": "not", "F": "not"}, {"pos": "VB", "L": "have", "F": "'ve"}], "That's": [{"F": "That"}, {"F": "'s"}], "Where'd": [{"F": "Where"}, {"pos": "MD", "L": "would", "F": "'d"}], "Why're": [{"F": "Why"}, {"F": "'re"}], "(=": [{"F": "(="}], "I'd've": [{"L": "-PRON-", "F": "I"}, {"pos": "MD", "L": "would", "F": "'d"}, {"pos": "VB", "L": "have", "F": "'ve"}], "Neb.": [{"F": "Neb."}], "Jan.": [{"F": "Jan."}], "wouldnt": [{"F": "would"}, {"pos": "RB", "L": "not", "F": "nt"}], "he'd've": [{"L": "-PRON-", "F": "he"}, {"pos": "MD", "L": "would", "F": "'d"}, {"pos": "VB", "L": "have", "F": "'ve"}], "havent": [{"pos": "VB", "F": "have"}, {"pos": "RB", "L": "not", "F": "nt"}], "7am": [{"F": "7"}, {"L": "a.m.", "F": "am"}], "Gov.": [{"F": "Gov."}], "t.": [{"F": "t."}], "p.m.": [{"F": "p.m."}], "She's": [{"L": "-PRON-", "F": "She"}, {"F": "'s"}], "e.g.": [{"F": "e.g."}], "Tenn.": [{"F": "Tenn."}], "Weren't": [{"F": "Were"}, {"pos": "RB", "L": "not", "F": "n't"}], "who've": [{"F": "who"}, {"pos": "VB", "L": "have", "F": "'ve"}], "youdve": [{"L": "-PRON-", "F": "you"}, {"pos": "MD", "L": "would", "F": "d"}, {"pos": "VB", "L": "have", "F": "ve"}], "i've": [{"L": "-PRON-", "F": "i"}, {"pos": "VB", "L": "have", "F": "'ve"}], "shouldntve": [{"F": "should"}, {"pos": "RB", "L": "not", "F": "nt"}, {"pos": "VB", "L": "have", "F": "ve"}], "Ark.": [{"F": "Ark."}], "g.": [{"F": "g."}], "Neednt": [{"F": "Need"}, {"pos": "RB", "L": "not", "F": "nt"}], "xD": [{"F": "xD"}], ":]": [{"F": ":]"}], "You're": [{"L": "-PRON-", "F": "You"}, {"F": "'re"}], "wouldntve": [{"F": "would"}, {"pos": "RB", "L": "not", "F": "nt"}, {"pos": "VB", "L": "have", "F": "ve"}], "4pm": [{"F": "4"}, {"L": "p.m.", "F": "pm"}], "Itd": [{"L": "-PRON-", "F": "It"}, {"pos": "MD", "L": "would", "F": "d"}], "Whatll": [{"F": "What"}, {"pos": "MD", "L": "will", "F": "ll"}], "He'd've": [{"L": "-PRON-", "F": "He"}, {"pos": "MD", "L": "would", "F": "'d"}, {"pos": "VB", "L": "have", "F": "'ve"}], "It'd": [{"L": "-PRON-", "F": "It"}, {"pos": "MD", "L": "would", "F": "'d"}], "hows": [{"F": "how"}, {"F": "s"}], "they'll": [{"L": "-PRON-", "F": "they"}, {"pos": "MD", "L": "will", "F": "'ll"}], ":3": [{"F": ":3"}], "Itdve": [{"L": "-PRON-", "F": "It"}, {"pos": "MD", "L": "would", "F": "d"}, {"pos": "VB", "L": "have", "F": "ve"}], "You'd": [{"L": "-PRON-", "F": "You"}, {"pos": "MD", "L": "would", "F": "'d"}], "might've": [{"F": "might"}, {"pos": "VB", "L": "have", "F": "'ve"}], "it'd've": [{"L": "-PRON-", "F": "it"}, {"pos": "MD", "L": "would", "F": "'d"}, {"pos": "VB", "L": "have", "F": "'ve"}], "Youll": [{"L": "-PRON-", "F": "You"}, {"pos": "MD", "L": "will", "F": "ll"}], "i'ma": [{"L": "-PRON-", "F": "i"}, {"F": "'ma"}], "1am": [{"F": "1"}, {"L": "a.m.", "F": "am"}], "There'd": [{"F": "There"}, {"pos": "MD", "L": "would", "F": "'d"}], "u.": [{"F": "u."}], ":>": [{"F": ":>"}], "Thats": [{"F": "That"}, {"F": "s"}], "wouldn't": [{"F": "would"}, {"pos": "RB", "L": "not", "F": "n't"}], "aren't": [{"pos": "VBP", "number": 2, "L": "be", "F": "are"}, {"pos": "RB", "L": "not", "F": "n't"}], "9pm": [{"F": "9"}, {"L": "p.m.", "F": "pm"}], "^_^": [{"F": "^_^"}], ":P": [{"F": ":P"}], "She'd've": [{"L": "-PRON-", "F": "She"}, {"pos": "MD", "L": "would", "F": "'d"}, {"pos": "VB", "L": "have", "F": "'ve"}], "You've": [{"L": "-PRON-", "F": "You"}, {"pos": "VB", "L": "have", "F": "'ve"}], "It'd've": [{"L": "-PRON-", "F": "It"}, {"pos": "MD", "L": "would", "F": "'d"}, {"pos": "VB", "L": "have", "F": "'ve"}], "whod": [{"F": "who"}, {"pos": "MD", "L": "would", "F": "d"}], "Didnt": [{"pos": "VBD", "L": "do", "F": "Did"}, {"pos": "RB", "L": "not", "F": "nt"}], "doesn't": [{"pos": "VBZ", "L": "do", "F": "does"}, {"pos": "RB", "L": "not", "F": "n't"}], "they'd've": [{"L": "-PRON-", "F": "they"}, {"pos": "MD", "L": "would", "F": "'d"}, {"pos": "VB", "L": "have", "F": "'ve"}], "It's": [{"L": "-PRON-", "F": "It"}, {"F": "'s"}], "It'll": [{"L": "-PRON-", "F": "It"}, {"pos": "MD", "L": "will", "F": "'ll"}], "we'd": [{"F": "we"}, {"pos": "MD", "L": "would", "F": "'d"}], "whens": [{"F": "when"}, {"F": "s"}], "wouldve": [{"F": "would"}, {"pos": "VB", "L": "have", "F": "ve"}], "Shan't": [{"F": "Sha"}, {"pos": "RB", "L": "not", "F": "n't"}], "we're": [{"F": "we"}, {"F": "'re"}], "7p.m.": [{"F": "7"}, {"F": "p.m."}], "4am": [{"F": "4"}, {"L": "a.m.", "F": "am"}], "why'll": [{"F": "why"}, {"pos": "MD", "L": "will", "F": "'ll"}], "youd": [{"L": "-PRON-", "F": "you"}, {"pos": "MD", "L": "would", "F": "d"}], "j.": [{"F": "j."}], "Theyll": [{"L": "-PRON-", "F": "They"}, {"pos": "MD", "L": "will", "F": "ll"}], "what'll": [{"F": "what"}, {"pos": "MD", "L": "will", "F": "'ll"}], "theyve": [{"L": "-PRON-", "F": "they"}, {"pos": "VB", "L": "have", "F": "ve"}], "s.": [{"F": "s."}], ":)": [{"F": ":)"}], "how'd": [{"F": "how"}, {"pos": "MD", "L": "would", "F": "'d"}], "N.D.": [{"F": "N.D."}], "mightve": [{"F": "might"}, {"pos": "VB", "L": "have", "F": "ve"}], "Miss.": [{"F": "Miss."}], "=[[": [{"F": "=[["}], "Mightn't": [{"F": "Might"}, {"pos": "RB", "L": "not", "F": "n't"}], ";-)": [{"F": ";-)"}], "isn't": [{"pos": "VBZ", "L": "be", "F": "is"}, {"pos": "RB", "L": "not", "F": "n't"}], "Del.": [{"F": "Del."}], "Md.": [{"F": "Md."}], "Jul.": [{"F": "Jul."}], "3am": [{"F": "3"}, {"L": "a.m.", "F": "am"}], "cant": [{"pos": "MD", "L": "can", "F": "ca"}, {"pos": "RB", "L": "not", "F": "nt"}], "Not've": [{"pos": "RB", "L": "not", "F": "Not"}, {"pos": "VB", "L": "have", "F": "'ve"}], ":0": [{"F": ":0"}], "Mightntve": [{"F": "Might"}, {"pos": "RB", "L": "not", "F": "nt"}, {"pos": "VB", "L": "have", "F": "ve"}], "Can't": [{"pos": "MD", "L": "can", "F": "Ca"}, {"pos": "RB", "L": "not", "F": "n't"}], "6p.m.": [{"F": "6"}, {"F": "p.m."}], "arent": [{"pos": "VBP", "number": 2, "L": "be", "F": "are"}, {"pos": "RB", "L": "not", "F": "nt"}], "who'd": [{"F": "who"}, {"pos": "MD", "L": "would", "F": "'d"}], "Dont": [{"L": "do", "F": "Do"}, {"pos": "RB", "L": "not", "F": "nt"}], "We'd've": [{"F": "We"}, {"pos": "MD", "L": "would", "F": "'d"}, {"pos": "VB", "L": "have", "F": "'ve"}], "can't": [{"pos": "MD", "L": "can", "F": "ca"}, {"pos": "RB", "L": "not", "F": "n't"}], "Calif.": [{"F": "Calif."}], "They'll": [{"L": "-PRON-", "F": "They"}, {"pos": "MD", "L": "will", "F": "'ll"}], "Howd": [{"F": "How"}, {"pos": "MD", "L": "would", "F": "d"}], "12a.m.": [{"F": "12"}, {"F": "a.m."}], "Shouldn't've": [{"F": "Should"}, {"pos": "RB", "L": "not", "F": "n't"}, {"pos": "VB", "L": "have", "F": "'ve"}], ";)": [{"F": ";)"}], "Cannot": [{"pos": "MD", "L": "can", "F": "Can"}, {"pos": "RB", "L": "not", "F": "not"}], "Whered": [{"F": "Where"}, {"pos": "MD", "L": "would", "F": "d"}], "itdve": [{"L": "-PRON-", "F": "it"}, {"pos": "MD", "L": "would", "F": "d"}, {"pos": "VB", "L": "have", "F": "ve"}], "whos": [{"F": "who"}, {"F": "s"}], " ": [{"pos": "SP", "F": " "}], "She'd": [{"L": "-PRON-", "F": "She"}, {"pos": "MD", "L": "would", "F": "'d"}], "You'll": [{"L": "-PRON-", "F": "You"}, {"pos": "MD", "L": "will", "F": "'ll"}], ";(": [{"F": ";("}], "12p.m.": [{"F": "12"}, {"F": "p.m."}], "shan't": [{"F": "sha"}, {"pos": "RB", "L": "not", "F": "n't"}], "9a.m.": [{"F": "9"}, {"F": "a.m."}], "11pm": [{"F": "11"}, {"L": "p.m.", "F": "pm"}], "theyre": [{"L": "-PRON-", "F": "they"}, {"F": "re"}], "mightn't": [{"F": "might"}, {"pos": "RB", "L": "not", "F": "n't"}], "11a.m.": [{"F": "11"}, {"F": "a.m."}], "Ariz.": [{"F": "Ariz."}], "Couldn't": [{"pos": "MD", "F": "Could"}, {"pos": "RB", "L": "not", "F": "n't"}], "What'll": [{"F": "What"}, {"pos": "MD", "L": "will", "F": "'ll"}], "theyd": [{"L": "-PRON-", "F": "they"}, {"pos": "MD", "L": "would", "F": "d"}], "Hasnt": [{"F": "Has"}, {"pos": "RB", "L": "not", "F": "nt"}], "i'll": [{"L": "-PRON-", "F": "i"}, {"pos": "MD", "L": "will", "F": "'ll"}], "couldntve": [{"pos": "MD", "F": "could"}, {"pos": "RB", "L": "not", "F": "nt"}, {"pos": "VB", "L": "have", "F": "ve"}], "Whats": [{"F": "What"}, {"F": "s"}], "wasnt": [{"F": "was"}, {"pos": "RB", "L": "not", "F": "nt"}], "mightn't've": [{"F": "might"}, {"pos": "RB", "L": "not", "F": "n't"}, {"pos": "VB", "L": "have", "F": "'ve"}], "Couldntve": [{"pos": "MD", "F": "Could"}, {"pos": "RB", "L": "not", "F": "nt"}, {"pos": "VB", "L": "have", "F": "ve"}], "hes": [{"L": "-PRON-", "F": "he"}, {"F": "s"}], "it'd": [{"L": "-PRON-", "F": "it"}, {"pos": "MD", "L": "would", "F": "'d"}], "(^_^)": [{"F": "(^_^)"}], "Ain't": [{"pos": "VBP", "number": 2, "L": "be", "F": "Ai"}, {"pos": "RB", "L": "not", "F": "n't"}], "8p.m.": [{"F": "8"}, {"F": "p.m."}], "He's": [{"L": "-PRON-", "F": "He"}, {"F": "'s"}], "Wedve": [{"F": "We"}, {"pos": "MD", "L": "would", "F": "d"}, {"pos": "VB", "L": "have", "F": "ve"}], "who'll": [{"F": "who"}, {"pos": "MD", "L": "will", "F": "'ll"}], "Wouldve": [{"F": "Would"}, {"pos": "VB", "L": "have", "F": "ve"}], "werent": [{"F": "were"}, {"pos": "RB", "L": "not", "F": "nt"}], "theydve": [{"L": "-PRON-", "F": "they"}, {"pos": "MD", "L": "would", "F": "d"}, {"pos": "VB", "L": "have", "F": "ve"}], "Youre": [{"L": "-PRON-", "F": "You"}, {"F": "re"}], "Mont.": [{"F": "Mont."}], "=)": [{"F": "=)"}], "Whatre": [{"F": "What"}, {"F": "re"}], "Apr.": [{"F": "Apr."}], "What've": [{"F": "What"}, {"pos": "VB", "L": "have", "F": "'ve"}], "12am": [{"F": "12"}, {"L": "a.m.", "F": "am"}], "q.": [{"F": "q."}], "wont": [{"F": "wo"}, {"pos": "RB", "L": "not", "F": "nt"}], "What're": [{"F": "What"}, {"F": "'re"}], "8am": [{"F": "8"}, {"L": "a.m.", "F": "am"}], "whyll": [{"F": "why"}, {"pos": "MD", "L": "will", "F": "ll"}], "hedve": [{"L": "-PRON-", "F": "he"}, {"pos": "MD", "L": "would", "F": "d"}, {"pos": "VB", "L": "have", "F": "ve"}], "=]": [{"F": "=]"}], "should've": [{"F": "should"}, {"pos": "VB", "L": "have", "F": "'ve"}], "Im": [{"L": "-PRON-", "F": "I"}, {"pos": "VBP", "number": 1, "L": "be", "tenspect": 1, "F": "m"}], "5pm": [{"F": "5"}, {"L": "p.m.", "F": "pm"}], "thered": [{"F": "there"}, {"pos": "MD", "L": "would", "F": "d"}], "Kan.": [{"F": "Kan."}], "Ind.": [{"F": "Ind."}], "d.": [{"F": "d."}], "whys": [{"F": "why"}, {"F": "s"}], "Mr.": [{"F": "Mr."}], "1a.m.": [{"F": "1"}, {"F": "a.m."}], "Hes": [{"L": "-PRON-", "F": "He"}, {"F": "s"}], "N.Y.": [{"F": "N.Y."}], "Nov.": [{"F": "Nov."}], "Ala.": [{"F": "Ala."}], "2a.m.": [{"F": "2"}, {"F": "a.m."}], "wouldn't've": [{"F": "would"}, {"pos": "RB", "L": "not", "F": "n't"}, {"pos": "VB", "L": "have", "F": "'ve"}], "you'll": [{"L": "-PRON-", "F": "you"}, {"pos": "MD", "L": "will", "F": "'ll"}], "=3": [{"F": "=3"}], "ain't": [{"pos": "VBP", "number": 2, "L": "be", "F": "ai"}, {"pos": "RB", "L": "not", "F": "n't"}], "Ky.": [{"F": "Ky."}], "Ill.": [{"F": "Ill."}], "5a.m.": [{"F": "5"}, {"F": "a.m."}], "We'd": [{"F": "We"}, {"pos": "MD", "L": "would", "F": "'d"}], "Couldn't've": [{"pos": "MD", "F": "Could"}, {"pos": "RB", "L": "not", "F": "n't"}, {"pos": "VB", "L": "have", "F": "'ve"}], "'em": [{"F": "'em"}], "Wholl": [{"F": "Who"}, {"pos": "MD", "L": "will", "F": "ll"}], "ive": [{"L": "-PRON-", "F": "i"}, {"pos": "VB", "L": "have", "F": "ve"}], "Hadn't": [{"pos": "VBD", "L": "have", "F": "Had"}, {"pos": "RB", "L": "not", "F": "n't"}], "wedve": [{"F": "we"}, {"pos": "MD", "L": "would", "F": "d"}, {"pos": "VB", "L": "have", "F": "ve"}], "They'd": [{"L": "-PRON-", "F": "They"}, {"pos": "MD", "L": "would", "F": "'d"}], "3pm": [{"F": "3"}, {"L": "p.m.", "F": "pm"}], "i'm": [{"L": "-PRON-", "F": "i"}, {"pos": "VBP", "number": 1, "L": "be", "tenspect": 1, "F": "'m"}], "haven't": [{"pos": "VB", "F": "have"}, {"pos": "RB", "L": "not", "F": "n't"}], "we'd've": [{"F": "we"}, {"pos": "MD", "L": "would", "F": "'d"}, {"pos": "VB", "L": "have", "F": "'ve"}], "Whyll": [{"F": "Why"}, {"pos": "MD", "L": "will", "F": "ll"}], "itll": [{"L": "-PRON-", "F": "it"}, {"pos": "MD", "L": "will", "F": "ll"}], "hasn't": [{"F": "has"}, {"pos": "RB", "L": "not", "F": "n't"}], "Wheres": [{"F": "Where"}, {"F": "s"}], "Ltd.": [{"F": "Ltd."}], "I've": [{"L": "-PRON-", "F": "I"}, {"pos": "VB", "L": "have", "F": "'ve"}], "Whereve": [{"F": "Where"}, {"pos": "VB", "L": "have", "F": "ve"}], ";p": [{"F": ";p"}], "4p.m.": [{"F": "4"}, {"F": "p.m."}], "they're": [{"L": "-PRON-", "F": "they"}, {"F": "'re"}]} \ No newline at end of file +{"doesn't": [{"L": "do", "F": "does", "pos": "VBZ"}, {"L": "not", "F": "n't", "pos": "RB"}], "3a.m.": [{"F": "3"}, {"F": "a.m."}], "Won't": [{"F": "Wo"}, {"L": "not", "F": "n't", "pos": "RB"}], "=3": [{"F": "=3"}], "Pa.": [{"F": "Pa."}], "you'd've": [{"L": "-PRON-", "F": "you"}, {"L": "would", "F": "'d", "pos": "MD"}, {"L": "have", "F": "'ve", "pos": "VB"}], "Couldnt": [{"F": "Could", "pos": "MD"}, {"L": "not", "F": "nt", "pos": "RB"}], "c.": [{"F": "c."}], "Why's": [{"F": "Why"}, {"F": "'s"}], "hows": [{"F": "how"}, {"F": "s"}], "What'll": [{"F": "What"}, {"L": "will", "F": "'ll", "pos": "MD"}], "Who're": [{"F": "Who"}, {"F": "'re"}], "5p.m.": [{"F": "5"}, {"F": "p.m."}], "Ark.": [{"F": "Ark."}], "youdve": [{"L": "-PRON-", "F": "you"}, {"L": "would", "F": "d", "pos": "MD"}, {"L": "have", "F": "ve", "pos": "VB"}], "Wouldn't've": [{"F": "Would"}, {"L": "not", "F": "n't", "pos": "RB"}, {"L": "have", "F": "'ve", "pos": "VB"}], "youd": [{"L": "-PRON-", "F": "you"}, {"L": "would", "F": "d", "pos": "MD"}], "Ind.": [{"F": "Ind."}], "ain't": [{"L": "be", "F": "ai", "pos": "VBP", "number": 2}, {"L": "not", "F": "n't", "pos": "RB"}], "l.": [{"F": "l."}], "Whatll": [{"F": "What"}, {"L": "will", "F": "ll", "pos": "MD"}], "Where's": [{"F": "Where"}, {"F": "'s"}], "there'd": [{"F": "there"}, {"L": "would", "F": "'d", "pos": "MD"}], "7pm": [{"F": "7"}, {"L": "p.m.", "F": "pm"}], "N.C.": [{"F": "N.C."}], "Mar.": [{"F": "Mar."}], "<3": [{"F": "<3"}], "Neb.": [{"F": "Neb."}], "Aug.": [{"F": "Aug."}], "I'll": [{"L": "-PRON-", "F": "I"}, {"L": "will", "F": "'ll", "pos": "MD"}], "he's": [{"L": "-PRON-", "F": "he"}, {"F": "'s"}], "isnt": [{"L": "be", "F": "is", "pos": "VBZ"}, {"L": "not", "F": "nt", "pos": "RB"}], "dont": [{"L": "do", "F": "do"}, {"L": "not", "F": "nt", "pos": "RB"}], "10a.m.": [{"F": "10"}, {"F": "a.m."}], "Jun.": [{"F": "Jun."}], "Idve": [{"L": "-PRON-", "F": "I"}, {"L": "would", "F": "d", "pos": "MD"}, {"L": "have", "F": "ve", "pos": "VB"}], "Inc.": [{"F": "Inc."}], "They'd": [{"L": "-PRON-", "F": "They"}, {"L": "would", "F": "'d", "pos": "MD"}], "shouldnt": [{"F": "should"}, {"L": "not", "F": "nt", "pos": "RB"}], "Corp.": [{"F": "Corp."}], "might've": [{"F": "might"}, {"L": "have", "F": "'ve", "pos": "VB"}], "Feb.": [{"F": "Feb."}], ":/": [{"F": ":/"}], "shant": [{"F": "sha"}, {"L": "not", "F": "nt", "pos": "RB"}], "2a.m.": [{"F": "2"}, {"F": "a.m."}], "they're": [{"L": "-PRON-", "F": "they"}, {"F": "'re"}], "Whod": [{"F": "Who"}, {"L": "would", "F": "d", "pos": "MD"}], "Nebr.": [{"F": "Nebr."}], "Hed": [{"L": "-PRON-", "F": "He"}, {"L": "would", "F": "d", "pos": "MD"}], "we'll": [{"F": "we"}, {"L": "will", "F": "'ll", "pos": "MD"}], ";)": [{"F": ";)"}], "11a.m.": [{"F": "11"}, {"F": "a.m."}], "Arent": [{"L": "be", "F": "Are", "pos": "VBP", "number": 2}, {"L": "not", "F": "nt", "pos": "RB"}], "Miss.": [{"F": "Miss."}], "\t": [{"F": "\t", "pos": "SP"}], "o.O": [{"F": "o.O"}], "Kan.": [{"F": "Kan."}], "''": [{"F": "''"}], "'ol": [{"F": "'ol"}], "(^_^)": [{"F": "(^_^)"}], "n.": [{"F": "n."}], "vs.": [{"F": "vs."}], "Mightnt": [{"F": "Might"}, {"L": "not", "F": "nt", "pos": "RB"}], "May.": [{"F": "May."}], "itd": [{"L": "-PRON-", "F": "it"}, {"L": "would", "F": "d", "pos": "MD"}], "b.": [{"F": "b."}], "Ore.": [{"F": "Ore."}], "whatve": [{"F": "what"}, {"L": "have", "F": "ve", "pos": "VB"}], "mustnt": [{"F": "must"}, {"L": "not", "F": "nt", "pos": "RB"}], "co.": [{"F": "co."}], "Im": [{"L": "-PRON-", "F": "I"}, {"L": "be", "tenspect": 1, "pos": "VBP", "number": 1, "F": "m"}], "1a.m.": [{"F": "1"}, {"F": "a.m."}], "i'm": [{"L": "-PRON-", "F": "i"}, {"L": "be", "tenspect": 1, "pos": "VBP", "number": 1, "F": "'m"}], ":]": [{"F": ":]"}], "Wouldnt": [{"F": "Would"}, {"L": "not", "F": "nt", "pos": "RB"}], "2am": [{"F": "2"}, {"L": "a.m.", "F": "am"}], "whatre": [{"F": "what"}, {"F": "re"}], "you'd": [{"L": "-PRON-", "F": "you"}, {"L": "would", "F": "'d", "pos": "MD"}], "Mightn't've": [{"F": "Might"}, {"L": "not", "F": "n't", "pos": "RB"}, {"L": "have", "F": "'ve", "pos": "VB"}], "3am": [{"F": "3"}, {"L": "a.m.", "F": "am"}], "When's": [{"F": "When"}, {"F": "'s"}], "You'd": [{"L": "-PRON-", "F": "You"}, {"L": "would", "F": "'d", "pos": "MD"}], "wouldve": [{"F": "would"}, {"L": "have", "F": "ve", "pos": "VB"}], "it's": [{"L": "-PRON-", "F": "it"}, {"F": "'s"}], "wedve": [{"F": "we"}, {"L": "would", "F": "d", "pos": "MD"}, {"L": "have", "F": "ve", "pos": "VB"}], "She's": [{"L": "-PRON-", "F": "She"}, {"F": "'s"}], "Theredve": [{"F": "There"}, {"L": "would", "F": "d", "pos": "MD"}, {"L": "have", "F": "ve", "pos": "VB"}], "Needn't": [{"F": "Need"}, {"L": "not", "F": "n't", "pos": "RB"}], "They've": [{"L": "-PRON-", "F": "They"}, {"L": "have", "F": "'ve", "pos": "VB"}], "Ltd.": [{"F": "Ltd."}], "youll": [{"L": "-PRON-", "F": "you"}, {"L": "will", "F": "ll", "pos": "MD"}], "Gov.": [{"F": "Gov."}], "wheres": [{"F": "where"}, {"F": "s"}], "Mightntve": [{"F": "Might"}, {"L": "not", "F": "nt", "pos": "RB"}, {"L": "have", "F": "ve", "pos": "VB"}], "Havent": [{"F": "Have", "pos": "VB"}, {"L": "not", "F": "nt", "pos": "RB"}], ":((": [{"F": ":(("}], "8pm": [{"F": "8"}, {"L": "p.m.", "F": "pm"}], "hadn't've": [{"L": "have", "F": "had", "pos": "VBD"}, {"L": "not", "F": "n't", "pos": "RB"}, {"L": "have", "F": "'ve", "pos": "VB"}], "Sept.": [{"F": "Sept."}], "Whatre": [{"F": "What"}, {"F": "re"}], "it'll": [{"L": "-PRON-", "F": "it"}, {"L": "will", "F": "'ll", "pos": "MD"}], "We're": [{"F": "We"}, {"F": "'re"}], "they've": [{"L": "-PRON-", "F": "they"}, {"L": "have", "F": "'ve", "pos": "VB"}], "who'll": [{"F": "who"}, {"L": "will", "F": "'ll", "pos": "MD"}], "Mustnt": [{"F": "Must"}, {"L": "not", "F": "nt", "pos": "RB"}], "v.": [{"F": "v."}], ":O": [{"F": ":O"}], "9am": [{"F": "9"}, {"L": "a.m.", "F": "am"}], "mightn't've": [{"F": "might"}, {"L": "not", "F": "n't", "pos": "RB"}, {"L": "have", "F": "'ve", "pos": "VB"}], "why's": [{"F": "why"}, {"F": "'s"}], "mustve": [{"F": "must"}, {"L": "have", "F": "ve", "pos": "VB"}], "Mich.": [{"F": "Mich."}], "there's": [{"F": "there"}, {"F": "'s"}], "couldnt": [{"F": "could", "pos": "MD"}, {"L": "not", "F": "nt", "pos": "RB"}], "you're": [{"L": "-PRON-", "F": "you"}, {"F": "'re"}], "Shant": [{"F": "Sha"}, {"L": "not", "F": "nt", "pos": "RB"}], "3p.m.": [{"F": "3"}, {"F": "p.m."}], "Why're": [{"F": "Why"}, {"F": "'re"}], "Neednt": [{"F": "Need"}, {"L": "not", "F": "nt", "pos": "RB"}], "We'd": [{"F": "We"}, {"L": "would", "F": "'d", "pos": "MD"}], "you'll": [{"L": "-PRON-", "F": "you"}, {"L": "will", "F": "'ll", "pos": "MD"}], "Youre": [{"L": "-PRON-", "F": "You"}, {"F": "re"}], "Whyll": [{"F": "Why"}, {"L": "will", "F": "ll", "pos": "MD"}], ";-)": [{"F": ";-)"}], "he'll": [{"L": "-PRON-", "F": "he"}, {"L": "will", "F": "'ll", "pos": "MD"}], "Wouldn't": [{"F": "Would"}, {"L": "not", "F": "n't", "pos": "RB"}], "Who'd": [{"F": "Who"}, {"L": "would", "F": "'d", "pos": "MD"}], "Could've": [{"F": "Could", "pos": "MD"}, {"L": "have", "F": "'ve", "pos": "VB"}], "6am": [{"F": "6"}, {"L": "a.m.", "F": "am"}], "Would've": [{"F": "Would"}, {"L": "have", "F": "'ve", "pos": "VB"}], "They'll": [{"L": "-PRON-", "F": "They"}, {"L": "will", "F": "'ll", "pos": "MD"}], "Let's": [{"F": "Let"}, {"F": "'s"}], "cant": [{"L": "can", "F": "ca", "pos": "MD"}, {"L": "not", "F": "nt", "pos": "RB"}], "o_o": [{"F": "o_o"}], "it'd've": [{"L": "-PRON-", "F": "it"}, {"L": "would", "F": "'d", "pos": "MD"}, {"L": "have", "F": "'ve", "pos": "VB"}], ":Y": [{"F": ":Y"}], "Doesn't": [{"L": "do", "F": "Does", "pos": "VBZ"}, {"L": "not", "F": "n't", "pos": "RB"}], "wouldntve": [{"F": "would"}, {"L": "not", "F": "nt", "pos": "RB"}, {"L": "have", "F": "ve", "pos": "VB"}], "Ariz.": [{"F": "Ariz."}], "where's": [{"F": "where"}, {"F": "'s"}], "11p.m.": [{"F": "11"}, {"F": "p.m."}], ":-)": [{"F": ":-)"}], "u.": [{"F": "u."}], "p.m.": [{"F": "p.m."}], "Wasnt": [{"F": "Was"}, {"L": "not", "F": "nt", "pos": "RB"}], "o.": [{"F": "o."}], "I've": [{"L": "-PRON-", "F": "I"}, {"L": "have", "F": "'ve", "pos": "VB"}], "Mont.": [{"F": "Mont."}], "hed": [{"L": "-PRON-", "F": "he"}, {"L": "would", "F": "d", "pos": "MD"}], "7am": [{"F": "7"}, {"L": "a.m.", "F": "am"}], "whats": [{"F": "what"}, {"F": "s"}], "theydve": [{"L": "-PRON-", "F": "they"}, {"L": "would", "F": "d", "pos": "MD"}, {"L": "have", "F": "ve", "pos": "VB"}], "we're": [{"F": "we"}, {"F": "'re"}], "idve": [{"L": "-PRON-", "F": "i"}, {"L": "would", "F": "d", "pos": "MD"}, {"L": "have", "F": "ve", "pos": "VB"}], "we'd've": [{"F": "we"}, {"L": "would", "F": "'d", "pos": "MD"}, {"L": "have", "F": "'ve", "pos": "VB"}], "i'ma": [{"L": "-PRON-", "F": "i"}, {"F": "'ma"}], "Mr.": [{"F": "Mr."}], ":)": [{"F": ":)"}], "I'd": [{"L": "-PRON-", "F": "I"}, {"L": "would", "F": "'d", "pos": "MD"}], "Not've": [{"L": "not", "F": "Not", "pos": "RB"}, {"L": "have", "F": "'ve", "pos": "VB"}], "havent": [{"F": "have", "pos": "VB"}, {"L": "not", "F": "nt", "pos": "RB"}], "Gen.": [{"F": "Gen."}], "E.G.": [{"F": "E.G."}], "thats": [{"F": "that"}, {"F": "s"}], "Who's": [{"F": "Who"}, {"F": "'s"}], "whens": [{"F": "when"}, {"F": "s"}], "theyre": [{"L": "-PRON-", "F": "they"}, {"F": "re"}], "they'd've": [{"L": "-PRON-", "F": "they"}, {"L": "would", "F": "'d", "pos": "MD"}, {"L": "have", "F": "'ve", "pos": "VB"}], "That's": [{"F": "That"}, {"F": "'s"}], ":-/": [{"F": ":-/"}], "Hadntve": [{"L": "have", "F": "Had", "pos": "VBD"}, {"L": "not", "F": "nt", "pos": "RB"}, {"L": "have", "F": "ve", "pos": "VB"}], "i.": [{"F": "i."}], ":P": [{"F": ":P"}], "how'd": [{"F": "how"}, {"L": "would", "F": "'d", "pos": "MD"}], "I.e.": [{"F": "I.e."}], "she'll": [{"L": "-PRON-", "F": "she"}, {"L": "will", "F": "'ll", "pos": "MD"}], "Fla.": [{"F": "Fla."}], "She'll": [{"L": "-PRON-", "F": "She"}, {"L": "will", "F": "'ll", "pos": "MD"}], "Haven't": [{"F": "Have", "pos": "VB"}, {"L": "not", "F": "n't", "pos": "RB"}], "How'll": [{"F": "How"}, {"L": "will", "F": "'ll", "pos": "MD"}], "10p.m.": [{"F": "10"}, {"F": "p.m."}], "doesnt": [{"L": "do", "F": "does", "pos": "VBZ"}, {"L": "not", "F": "nt", "pos": "RB"}], "h.": [{"F": "h."}], "Messrs.": [{"F": "Messrs."}], "Wouldntve": [{"F": "Would"}, {"L": "not", "F": "nt", "pos": "RB"}, {"L": "have", "F": "ve", "pos": "VB"}], "St.": [{"F": "St."}], "Jr.": [{"F": "Jr."}], "why'll": [{"F": "why"}, {"L": "will", "F": "'ll", "pos": "MD"}], "needn't": [{"F": "need"}, {"L": "not", "F": "n't", "pos": "RB"}], "They're": [{"L": "-PRON-", "F": "They"}, {"F": "'re"}], "weren't": [{"F": "were"}, {"L": "not", "F": "n't", "pos": "RB"}], "howd": [{"F": "how"}, {"L": "would", "F": "d", "pos": "MD"}], "Shouldn't've": [{"F": "Should"}, {"L": "not", "F": "n't", "pos": "RB"}, {"L": "have", "F": "'ve", "pos": "VB"}], "How's": [{"F": "How"}, {"F": "'s"}], ":(": [{"F": ":("}], "\n": [{"F": "\n", "pos": "SP"}], "It'd've": [{"L": "-PRON-", "F": "It"}, {"L": "would", "F": "'d", "pos": "MD"}, {"L": "have", "F": "'ve", "pos": "VB"}], "Ga.": [{"F": "Ga."}], "whered": [{"F": "where"}, {"L": "would", "F": "d", "pos": "MD"}], "Couldntve": [{"F": "Could", "pos": "MD"}, {"L": "not", "F": "nt", "pos": "RB"}, {"L": "have", "F": "ve", "pos": "VB"}], "hadnt": [{"L": "have", "F": "had", "pos": "VBD"}, {"L": "not", "F": "nt", "pos": "RB"}], "Ain't": [{"L": "be", "F": "Ai", "pos": "VBP", "number": 2}, {"L": "not", "F": "n't", "pos": "RB"}], "hadntve": [{"L": "have", "F": "had", "pos": "VBD"}, {"L": "not", "F": "nt", "pos": "RB"}, {"L": "have", "F": "ve", "pos": "VB"}], "There's": [{"F": "There"}, {"F": "'s"}], "1pm": [{"F": "1"}, {"L": "p.m.", "F": "pm"}], ":3": [{"F": ":3"}], "mightn't": [{"F": "might"}, {"L": "not", "F": "n't", "pos": "RB"}], "Adm.": [{"F": "Adm."}], "that's": [{"F": "that"}, {"F": "'s"}], "12am": [{"F": "12"}, {"L": "a.m.", "F": "am"}], "where've": [{"F": "where"}, {"L": "have", "F": "'ve", "pos": "VB"}], "Hasnt": [{"F": "Has"}, {"L": "not", "F": "nt", "pos": "RB"}], "who'd": [{"F": "who"}, {"L": "would", "F": "'d", "pos": "MD"}], "'em": [{"F": "'em"}], "Whered": [{"F": "Where"}, {"L": "would", "F": "d", "pos": "MD"}], "x.": [{"F": "x."}], "I'd've": [{"L": "-PRON-", "F": "I"}, {"L": "would", "F": "'d", "pos": "MD"}, {"L": "have", "F": "'ve", "pos": "VB"}], "Couldve": [{"F": "Could", "pos": "MD"}, {"L": "have", "F": "ve", "pos": "VB"}], "won't": [{"F": "wo"}, {"L": "not", "F": "n't", "pos": "RB"}], "12pm": [{"F": "12"}, {"L": "p.m.", "F": "pm"}], "whove": [{"F": "who"}, {"L": "have", "F": "ve", "pos": "VB"}], "Co.": [{"F": "Co."}], "You've": [{"L": "-PRON-", "F": "You"}, {"L": "have", "F": "'ve", "pos": "VB"}], "wouldn't've": [{"F": "would"}, {"L": "not", "F": "n't", "pos": "RB"}, {"L": "have", "F": "'ve", "pos": "VB"}], "wouldn't": [{"F": "would"}, {"L": "not", "F": "n't", "pos": "RB"}], "must've": [{"F": "must"}, {"L": "have", "F": "'ve", "pos": "VB"}], "a.": [{"F": "a."}], "Couldn't": [{"F": "Could", "pos": "MD"}, {"L": "not", "F": "n't", "pos": "RB"}], "z.": [{"F": "z."}], "^_^": [{"F": "^_^"}], "Mustve": [{"F": "Must"}, {"L": "have", "F": "ve", "pos": "VB"}], "Mightve": [{"F": "Might"}, {"L": "have", "F": "ve", "pos": "VB"}], "itdve": [{"L": "-PRON-", "F": "it"}, {"L": "would", "F": "d", "pos": "MD"}, {"L": "have", "F": "ve", "pos": "VB"}], "Ive": [{"L": "-PRON-", "F": "I"}, {"L": "have", "F": "ve", "pos": "VB"}], "Cannot": [{"L": "can", "F": "Can", "pos": "MD"}, {"L": "not", "F": "not", "pos": "RB"}], "Couldn't've": [{"F": "Could", "pos": "MD"}, {"L": "not", "F": "n't", "pos": "RB"}, {"L": "have", "F": "'ve", "pos": "VB"}], "Jul.": [{"F": "Jul."}], "Okla.": [{"F": "Okla."}], "Dr.": [{"F": "Dr."}], "Where'd": [{"F": "Where"}, {"L": "would", "F": "'d", "pos": "MD"}], "Hadn't've": [{"L": "have", "F": "Had", "pos": "VBD"}, {"L": "not", "F": "n't", "pos": "RB"}, {"L": "have", "F": "'ve", "pos": "VB"}], "Mass.": [{"F": "Mass."}], "werent": [{"F": "were"}, {"L": "not", "F": "nt", "pos": "RB"}], "4a.m.": [{"F": "4"}, {"F": "a.m."}], "Whyre": [{"F": "Why"}, {"F": "re"}], "Theyll": [{"L": "-PRON-", "F": "They"}, {"L": "will", "F": "ll", "pos": "MD"}], "Whatve": [{"F": "What"}, {"L": "have", "F": "ve", "pos": "VB"}], "it'd": [{"L": "-PRON-", "F": "it"}, {"L": "would", "F": "'d", "pos": "MD"}], "Theyd": [{"L": "-PRON-", "F": "They"}, {"L": "would", "F": "d", "pos": "MD"}], "mightntve": [{"F": "might"}, {"L": "not", "F": "nt", "pos": "RB"}, {"L": "have", "F": "ve", "pos": "VB"}], "what're": [{"F": "what"}, {"F": "'re"}], "You're": [{"L": "-PRON-", "F": "You"}, {"F": "'re"}], "Ms.": [{"F": "Ms."}], "Whys": [{"F": "Why"}, {"F": "s"}], "aint": [{"L": "be", "F": "ai", "pos": "VBP", "number": 2}, {"L": "not", "F": "nt", "pos": "RB"}], "How'd": [{"F": "How"}, {"L": "would", "F": "'d", "pos": "MD"}], ":-P": [{"F": ":-P"}], "Ill.": [{"F": "Ill."}], "9a.m.": [{"F": "9"}, {"F": "a.m."}], "Oct.": [{"F": "Oct."}], "I'ma": [{"L": "-PRON-", "F": "I"}, {"F": "'ma"}], "Notve": [{"L": "not", "F": "Not", "pos": "RB"}, {"L": "have", "F": "ve", "pos": "VB"}], "Shouldnt": [{"F": "Should"}, {"L": "not", "F": "nt", "pos": "RB"}], "Howd": [{"F": "How"}, {"L": "would", "F": "d", "pos": "MD"}], "4pm": [{"F": "4"}, {"L": "p.m.", "F": "pm"}], "V_V": [{"F": "V_V"}], "Wont": [{"F": "Wo"}, {"L": "not", "F": "nt", "pos": "RB"}], "Weren't": [{"F": "Were"}, {"L": "not", "F": "n't", "pos": "RB"}], "N.Y.": [{"F": "N.Y."}], "Where've": [{"F": "Where"}, {"L": "have", "F": "'ve", "pos": "VB"}], "He'd": [{"L": "-PRON-", "F": "He"}, {"L": "would", "F": "'d", "pos": "MD"}], "Theydve": [{"L": "-PRON-", "F": "They"}, {"L": "would", "F": "d", "pos": "MD"}, {"L": "have", "F": "ve", "pos": "VB"}], "who've": [{"F": "who"}, {"L": "have", "F": "'ve", "pos": "VB"}], "1am": [{"F": "1"}, {"L": "a.m.", "F": "am"}], "Don't": [{"L": "do", "F": "Do"}, {"L": "not", "F": "n't", "pos": "RB"}], "shan't": [{"F": "sha"}, {"L": "not", "F": "n't", "pos": "RB"}], "Hedve": [{"L": "-PRON-", "F": "He"}, {"L": "would", "F": "d", "pos": "MD"}, {"L": "have", "F": "ve", "pos": "VB"}], "f.": [{"F": "f."}], "w.": [{"F": "w."}], "Kans.": [{"F": "Kans."}], "Cant": [{"L": "can", "F": "Ca", "pos": "MD"}, {"L": "not", "F": "nt", "pos": "RB"}], "-_-": [{"F": "-_-"}], "shedve": [{"L": "-PRON-", "F": "she"}, {"L": "would", "F": "d", "pos": "MD"}, {"L": "have", "F": "ve", "pos": "VB"}], "What's": [{"F": "What"}, {"F": "'s"}], "we've": [{"F": "we"}, {"L": "have", "F": "'ve", "pos": "VB"}], "N.D.": [{"F": "N.D."}], "6a.m.": [{"F": "6"}, {"F": "a.m."}], "wasnt": [{"F": "was"}, {"L": "not", "F": "nt", "pos": "RB"}], "who're": [{"F": "who"}, {"F": "'re"}], "Whove": [{"F": "Who"}, {"L": "have", "F": "ve", "pos": "VB"}], "haven't": [{"F": "have", "pos": "VB"}, {"L": "not", "F": "n't", "pos": "RB"}], ";(": [{"F": ";("}], "We'd've": [{"F": "We"}, {"L": "would", "F": "'d", "pos": "MD"}, {"L": "have", "F": "'ve", "pos": "VB"}], "didn't": [{"L": "do", "F": "did", "pos": "VBD"}, {"L": "not", "F": "n't", "pos": "RB"}], "10pm": [{"F": "10"}, {"L": "p.m.", "F": "pm"}], "y.": [{"F": "y."}], "Tenn.": [{"F": "Tenn."}], "Wis.": [{"F": "Wis."}], "Whos": [{"F": "Who"}, {"F": "s"}], "theredve": [{"F": "there"}, {"L": "would", "F": "d", "pos": "MD"}, {"L": "have", "F": "ve", "pos": "VB"}], "wont": [{"F": "wo"}, {"L": "not", "F": "nt", "pos": "RB"}], "Aint": [{"L": "be", "F": "Ai", "pos": "VBP", "number": 2}, {"L": "not", "F": "nt", "pos": "RB"}], "Wholl": [{"F": "Who"}, {"L": "will", "F": "ll", "pos": "MD"}], "youve": [{"L": "-PRON-", "F": "you"}, {"L": "have", "F": "ve", "pos": "VB"}], "couldn't've": [{"F": "could", "pos": "MD"}, {"L": "not", "F": "n't", "pos": "RB"}, {"L": "have", "F": "'ve", "pos": "VB"}], "theyve": [{"L": "-PRON-", "F": "they"}, {"L": "have", "F": "ve", "pos": "VB"}], "hes": [{"L": "-PRON-", "F": "he"}, {"F": "s"}], "Shouldve": [{"F": "Should"}, {"L": "have", "F": "ve", "pos": "VB"}], "would've": [{"F": "would"}, {"L": "have", "F": "'ve", "pos": "VB"}], "whos": [{"F": "who"}, {"F": "s"}], "let's": [{"F": "let"}, {"F": "'s"}], ";-p": [{"F": ";-p"}], "Bros.": [{"F": "Bros."}], "when's": [{"F": "when"}, {"F": "'s"}], "Youdve": [{"L": "-PRON-", "F": "You"}, {"L": "would", "F": "d", "pos": "MD"}, {"L": "have", "F": "ve", "pos": "VB"}], "q.": [{"F": "q."}], "i'd": [{"L": "-PRON-", "F": "i"}, {"L": "would", "F": "'d", "pos": "MD"}], "ive": [{"L": "-PRON-", "F": "i"}, {"L": "have", "F": "ve", "pos": "VB"}], "Wasn't": [{"F": "Was"}, {"L": "not", "F": "n't", "pos": "RB"}], "Del.": [{"F": "Del."}], "where'd": [{"F": "where"}, {"L": "would", "F": "'d", "pos": "MD"}], "=]": [{"F": "=]"}], "shouldn't've": [{"F": "should"}, {"L": "not", "F": "n't", "pos": "RB"}, {"L": "have", "F": "'ve", "pos": "VB"}], "weve": [{"F": "we"}, {"L": "have", "F": "ve", "pos": "VB"}], "Mustn't": [{"F": "Must"}, {"L": "not", "F": "n't", "pos": "RB"}], "xD": [{"F": "xD"}], "You'll": [{"L": "-PRON-", "F": "You"}, {"L": "will", "F": "'ll", "pos": "MD"}], "=)": [{"F": "=)"}], "hasnt": [{"F": "has"}, {"L": "not", "F": "nt", "pos": "RB"}], "what'll": [{"F": "what"}, {"L": "will", "F": "'ll", "pos": "MD"}], "hedve": [{"L": "-PRON-", "F": "he"}, {"L": "would", "F": "d", "pos": "MD"}, {"L": "have", "F": "ve", "pos": "VB"}], "wouldnt": [{"F": "would"}, {"L": "not", "F": "nt", "pos": "RB"}], "N.J.": [{"F": "N.J."}], "We'll": [{"F": "We"}, {"L": "will", "F": "'ll", "pos": "MD"}], "whatll": [{"F": "what"}, {"L": "will", "F": "ll", "pos": "MD"}], "its": [{"L": "-PRON-", "F": "it"}, {"F": "s"}], "'S": [{"L": "'s", "F": "'S"}], "Calif.": [{"F": "Calif."}], "d.": [{"F": "d."}], "Wouldve": [{"F": "Would"}, {"L": "have", "F": "ve", "pos": "VB"}], "9p.m.": [{"F": "9"}, {"F": "p.m."}], "Theyve": [{"L": "-PRON-", "F": "They"}, {"L": "have", "F": "ve", "pos": "VB"}], "E.g.": [{"F": "E.g."}], "how's": [{"F": "how"}, {"F": "'s"}], ":>": [{"F": ":>"}], "Must've": [{"F": "Must"}, {"L": "have", "F": "'ve", "pos": "VB"}], "can't": [{"L": "can", "F": "ca", "pos": "MD"}, {"L": "not", "F": "n't", "pos": "RB"}], "10am": [{"F": "10"}, {"L": "a.m.", "F": "am"}], "how'll": [{"F": "how"}, {"L": "will", "F": "'ll", "pos": "MD"}], "I.E.": [{"F": "I.E."}], "It'd": [{"L": "-PRON-", "F": "It"}, {"L": "would", "F": "'d", "pos": "MD"}], "Apr.": [{"F": "Apr."}], "isn't": [{"L": "be", "F": "is", "pos": "VBZ"}, {"L": "not", "F": "n't", "pos": "RB"}], "Mo.": [{"F": "Mo."}], "g.": [{"F": "g."}], "shouldve": [{"F": "should"}, {"L": "have", "F": "ve", "pos": "VB"}], "What're": [{"F": "What"}, {"F": "'re"}], ";D": [{"F": ";D"}], "a.m.": [{"F": "a.m."}], "There'd": [{"F": "There"}, {"L": "would", "F": "'d", "pos": "MD"}], "Shan't": [{"F": "Sha"}, {"L": "not", "F": "n't", "pos": "RB"}], "Itd": [{"L": "-PRON-", "F": "It"}, {"L": "would", "F": "d", "pos": "MD"}], "she'd've": [{"L": "-PRON-", "F": "she"}, {"L": "would", "F": "'d", "pos": "MD"}, {"L": "have", "F": "'ve", "pos": "VB"}], ":p": [{"F": ":p"}], "Va.": [{"F": "Va."}], "We've": [{"F": "We"}, {"L": "have", "F": "'ve", "pos": "VB"}], "couldn't": [{"F": "could", "pos": "MD"}, {"L": "not", "F": "n't", "pos": "RB"}], "Whereve": [{"F": "Where"}, {"L": "have", "F": "ve", "pos": "VB"}], "Thered": [{"F": "There"}, {"L": "would", "F": "d", "pos": "MD"}], ":')": [{"F": ":')"}], "hadn't": [{"L": "have", "F": "had", "pos": "VBD"}, {"L": "not", "F": "n't", "pos": "RB"}], "(=": [{"F": "(="}], "11am": [{"F": "11"}, {"L": "a.m.", "F": "am"}], "they'll": [{"L": "-PRON-", "F": "they"}, {"L": "will", "F": "'ll", "pos": "MD"}], "e.g.": [{"F": "e.g."}], "4am": [{"F": "4"}, {"L": "a.m.", "F": "am"}], "couldve": [{"F": "could", "pos": "MD"}, {"L": "have", "F": "ve", "pos": "VB"}], "Didn't": [{"L": "do", "F": "Did", "pos": "VBD"}, {"L": "not", "F": "n't", "pos": "RB"}], "Sen.": [{"F": "Sen."}], "don't": [{"L": "do", "F": "do"}, {"L": "not", "F": "n't", "pos": "RB"}], "neednt": [{"F": "need"}, {"L": "not", "F": "nt", "pos": "RB"}], "mustn't": [{"F": "must"}, {"L": "not", "F": "n't", "pos": "RB"}], "4p.m.": [{"F": "4"}, {"F": "p.m."}], "Dec.": [{"F": "Dec."}], "7p.m.": [{"F": "7"}, {"F": "p.m."}], "Whens": [{"F": "When"}, {"F": "s"}], ":))": [{"F": ":))"}], "2pm": [{"F": "2"}, {"L": "p.m.", "F": "pm"}], "She'd": [{"L": "-PRON-", "F": "She"}, {"L": "would", "F": "'d", "pos": "MD"}], "Rep.": [{"F": "Rep."}], "Jan.": [{"F": "Jan."}], " ": [{"F": " ", "pos": "SP"}], "Shes": [{"L": "-PRON-", "F": "She"}, {"F": "s"}], "o_O": [{"F": "o_O"}], "Wheres": [{"F": "Where"}, {"F": "s"}], "im": [{"L": "-PRON-", "F": "i"}, {"L": "be", "tenspect": 1, "pos": "VBP", "number": 1, "F": "m"}], "<333": [{"F": "<333"}], "-__-": [{"F": "-__-"}], "They'd've": [{"L": "-PRON-", "F": "They"}, {"L": "would", "F": "'d", "pos": "MD"}, {"L": "have", "F": "'ve", "pos": "VB"}], "12a.m.": [{"F": "12"}, {"F": "a.m."}], "Ky.": [{"F": "Ky."}], "wholl": [{"F": "who"}, {"L": "will", "F": "ll", "pos": "MD"}], "Werent": [{"F": "Were"}, {"L": "not", "F": "nt", "pos": "RB"}], "=D": [{"F": "=D"}], "Wash.": [{"F": "Wash."}], "shouldntve": [{"F": "should"}, {"L": "not", "F": "nt", "pos": "RB"}, {"L": "have", "F": "ve", "pos": "VB"}], "He'll": [{"L": "-PRON-", "F": "He"}, {"L": "will", "F": "'ll", "pos": "MD"}], "arent": [{"L": "be", "F": "are", "pos": "VBP", "number": 2}, {"L": "not", "F": "nt", "pos": "RB"}], "11pm": [{"F": "11"}, {"L": "p.m.", "F": "pm"}], "5pm": [{"F": "5"}, {"L": "p.m.", "F": "pm"}], "What've": [{"F": "What"}, {"L": "have", "F": "'ve", "pos": "VB"}], "mightve": [{"F": "might"}, {"L": "have", "F": "ve", "pos": "VB"}], "Whats": [{"F": "What"}, {"F": "s"}], "Youve": [{"L": "-PRON-", "F": "You"}, {"L": "have", "F": "ve", "pos": "VB"}], "mightnt": [{"F": "might"}, {"L": "not", "F": "nt", "pos": "RB"}], "Might've": [{"F": "Might"}, {"L": "have", "F": "'ve", "pos": "VB"}], "Colo.": [{"F": "Colo."}], "Shedve": [{"L": "-PRON-", "F": "She"}, {"L": "would", "F": "d", "pos": "MD"}, {"L": "have", "F": "ve", "pos": "VB"}], "what's": [{"F": "what"}, {"F": "'s"}], "=[[": [{"F": "=[["}], "You'd've": [{"L": "-PRON-", "F": "You"}, {"L": "would", "F": "'d", "pos": "MD"}, {"L": "have", "F": "'ve", "pos": "VB"}], "Sep.": [{"F": "Sep."}], "e.": [{"F": "e."}], "I'm": [{"L": "-PRON-", "F": "I"}, {"L": "be", "tenspect": 1, "pos": "VBP", "number": 1, "F": "'m"}], "xDD": [{"F": "xDD"}], "She'd've": [{"L": "-PRON-", "F": "She"}, {"L": "would", "F": "'d", "pos": "MD"}, {"L": "have", "F": "'ve", "pos": "VB"}], "whod": [{"F": "who"}, {"L": "would", "F": "d", "pos": "MD"}], "Thats": [{"F": "That"}, {"F": "s"}], "He's": [{"L": "-PRON-", "F": "He"}, {"F": "'s"}], "p.": [{"F": "p."}], "Itll": [{"L": "-PRON-", "F": "It"}, {"L": "will", "F": "ll", "pos": "MD"}], "not've": [{"L": "not", "F": "not", "pos": "RB"}, {"L": "have", "F": "'ve", "pos": "VB"}], ";p": [{"F": ";p"}], "7a.m.": [{"F": "7"}, {"F": "a.m."}], "Mt.": [{"L": "Mount", "F": "Mt."}], "Its": [{"L": "-PRON-", "F": "It"}, {"F": "s"}], "didnt": [{"L": "do", "F": "did", "pos": "VBD"}, {"L": "not", "F": "nt", "pos": "RB"}], "Dont": [{"L": "do", "F": "Do"}, {"L": "not", "F": "nt", "pos": "RB"}], "It'll": [{"L": "-PRON-", "F": "It"}, {"L": "will", "F": "'ll", "pos": "MD"}], "i.e.": [{"F": "i.e."}], "you've": [{"L": "-PRON-", "F": "you"}, {"L": "have", "F": "'ve", "pos": "VB"}], "theyd": [{"L": "-PRON-", "F": "they"}, {"L": "would", "F": "d", "pos": "MD"}], "howll": [{"F": "how"}, {"L": "will", "F": "ll", "pos": "MD"}], "Hasn't": [{"F": "Has"}, {"L": "not", "F": "n't", "pos": "RB"}], "6pm": [{"F": "6"}, {"L": "p.m.", "F": "pm"}], "Isn't": [{"L": "be", "F": "Is", "pos": "VBZ"}, {"L": "not", "F": "n't", "pos": "RB"}], "what've": [{"F": "what"}, {"L": "have", "F": "'ve", "pos": "VB"}], "Theyre": [{"L": "-PRON-", "F": "They"}, {"F": "re"}], "Nev.": [{"F": "Nev."}], "we'd": [{"F": "we"}, {"L": "would", "F": "'d", "pos": "MD"}], "Shouldntve": [{"F": "Should"}, {"L": "not", "F": "nt", "pos": "RB"}, {"L": "have", "F": "ve", "pos": "VB"}], "ima": [{"L": "-PRON-", "F": "i"}, {"F": "ma"}], "thered": [{"F": "there"}, {"L": "would", "F": "d", "pos": "MD"}], "Who'll": [{"F": "Who"}, {"L": "will", "F": "'ll", "pos": "MD"}], "Mrs.": [{"F": "Mrs."}], "Itdve": [{"L": "-PRON-", "F": "It"}, {"L": "would", "F": "d", "pos": "MD"}, {"L": "have", "F": "ve", "pos": "VB"}], ":0": [{"F": ":0"}], "Minn.": [{"F": "Minn."}], "i'll": [{"L": "-PRON-", "F": "i"}, {"L": "will", "F": "'ll", "pos": "MD"}], "Ala.": [{"F": "Ala."}], "Doesnt": [{"L": "do", "F": "Does", "pos": "VBZ"}, {"L": "not", "F": "nt", "pos": "RB"}], "Isnt": [{"L": "be", "F": "Is", "pos": "VBZ"}, {"L": "not", "F": "nt", "pos": "RB"}], "\")": [{"F": "\")"}], "she'd": [{"L": "-PRON-", "F": "she"}, {"L": "would", "F": "'d", "pos": "MD"}], "notve": [{"L": "not", "F": "not", "pos": "RB"}, {"L": "have", "F": "ve", "pos": "VB"}], "j.": [{"F": "j."}], "who's": [{"F": "who"}, {"F": "'s"}], "<33": [{"F": "<33"}], "It's": [{"L": "-PRON-", "F": "It"}, {"F": "'s"}], "they'd": [{"L": "-PRON-", "F": "they"}, {"L": "would", "F": "'d", "pos": "MD"}], "whereve": [{"F": "where"}, {"L": "have", "F": "ve", "pos": "VB"}], "9pm": [{"F": "9"}, {"L": "p.m.", "F": "pm"}], "2p.m.": [{"F": "2"}, {"F": "p.m."}], "Ima": [{"L": "-PRON-", "F": "I"}, {"F": "ma"}], "Conn.": [{"F": "Conn."}], "should've": [{"F": "should"}, {"L": "have", "F": "'ve", "pos": "VB"}], "(:": [{"F": "(:"}], "Aren't": [{"L": "be", "F": "Are", "pos": "VBP", "number": 2}, {"L": "not", "F": "n't", "pos": "RB"}], "s.": [{"F": "s."}], "La.": [{"F": "La."}], ":(((": [{"F": ":((("}], "There'd've": [{"F": "There"}, {"L": "would", "F": "'d", "pos": "MD"}, {"L": "have", "F": "'ve", "pos": "VB"}], "Should've": [{"F": "Should"}, {"L": "have", "F": "'ve", "pos": "VB"}], "Hows": [{"F": "How"}, {"F": "s"}], "cannot": [{"L": "can", "F": "can", "pos": "MD"}, {"L": "not", "F": "not", "pos": "RB"}], "Md.": [{"F": "Md."}], "wasn't": [{"F": "was"}, {"L": "not", "F": "n't", "pos": "RB"}], "itll": [{"L": "-PRON-", "F": "it"}, {"L": "will", "F": "ll", "pos": "MD"}], "why're": [{"F": "why"}, {"F": "'re"}], "N.H.": [{"F": "N.H."}], "Hadn't": [{"L": "have", "F": "Had", "pos": "VBD"}, {"L": "not", "F": "n't", "pos": "RB"}], "whys": [{"F": "why"}, {"F": "s"}], "Hadnt": [{"L": "have", "F": "Had", "pos": "VBD"}, {"L": "not", "F": "nt", "pos": "RB"}], "Nov.": [{"F": "Nov."}], "he'd": [{"L": "-PRON-", "F": "he"}, {"L": "would", "F": "'d", "pos": "MD"}], "8p.m.": [{"F": "8"}, {"F": "p.m."}], "he'd've": [{"L": "-PRON-", "F": "he"}, {"L": "would", "F": "'d", "pos": "MD"}, {"L": "have", "F": "'ve", "pos": "VB"}], "could've": [{"F": "could", "pos": "MD"}, {"L": "have", "F": "'ve", "pos": "VB"}], "6p.m.": [{"F": "6"}, {"F": "p.m."}], "Can't": [{"L": "can", "F": "Ca", "pos": "MD"}, {"L": "not", "F": "n't", "pos": "RB"}], "Youll": [{"L": "-PRON-", "F": "You"}, {"L": "will", "F": "ll", "pos": "MD"}], "shes": [{"L": "-PRON-", "F": "she"}, {"F": "s"}], "8a.m.": [{"F": "8"}, {"F": "a.m."}], "Wedve": [{"F": "We"}, {"L": "would", "F": "d", "pos": "MD"}, {"L": "have", "F": "ve", "pos": "VB"}], "couldntve": [{"F": "could", "pos": "MD"}, {"L": "not", "F": "nt", "pos": "RB"}, {"L": "have", "F": "ve", "pos": "VB"}], "there'd've": [{"F": "there"}, {"L": "would", "F": "'d", "pos": "MD"}, {"L": "have", "F": "'ve", "pos": "VB"}], "i've": [{"L": "-PRON-", "F": "i"}, {"L": "have", "F": "'ve", "pos": "VB"}], "youre": [{"L": "-PRON-", "F": "you"}, {"F": "re"}], "D.C.": [{"F": "D.C."}], "8am": [{"F": "8"}, {"L": "a.m.", "F": "am"}], "t.": [{"F": "t."}], "she's": [{"L": "-PRON-", "F": "she"}, {"F": "'s"}], "He'd've": [{"L": "-PRON-", "F": "He"}, {"L": "would", "F": "'d", "pos": "MD"}, {"L": "have", "F": "'ve", "pos": "VB"}], "aren't": [{"L": "be", "F": "are", "pos": "VBP", "number": 2}, {"L": "not", "F": "n't", "pos": "RB"}], "whyll": [{"F": "why"}, {"L": "will", "F": "ll", "pos": "MD"}], "Howll": [{"F": "How"}, {"L": "will", "F": "ll", "pos": "MD"}], "5am": [{"F": "5"}, {"L": "a.m.", "F": "am"}], "hasn't": [{"F": "has"}, {"L": "not", "F": "n't", "pos": "RB"}], "Rev.": [{"F": "Rev."}], "12p.m.": [{"F": "12"}, {"F": "p.m."}], "m.": [{"F": "m."}], "N.M.": [{"F": "N.M."}], "Shouldn't": [{"F": "Should"}, {"L": "not", "F": "n't", "pos": "RB"}], "i'd've": [{"L": "-PRON-", "F": "i"}, {"L": "would", "F": "'d", "pos": "MD"}, {"L": "have", "F": "'ve", "pos": "VB"}], "k.": [{"F": "k."}], "5a.m.": [{"F": "5"}, {"F": "a.m."}], "Why'll": [{"F": "Why"}, {"L": "will", "F": "'ll", "pos": "MD"}], "shouldn't": [{"F": "should"}, {"L": "not", "F": "n't", "pos": "RB"}], "Youd": [{"L": "-PRON-", "F": "You"}, {"L": "would", "F": "d", "pos": "MD"}], "theyll": [{"L": "-PRON-", "F": "they"}, {"L": "will", "F": "ll", "pos": "MD"}], "Hes": [{"L": "-PRON-", "F": "He"}, {"F": "s"}], "'s": [{"L": "'s", "F": "'s"}], "1p.m.": [{"F": "1"}, {"F": "p.m."}], "whyre": [{"F": "why"}, {"F": "re"}], "Weve": [{"F": "We"}, {"L": "have", "F": "ve", "pos": "VB"}], "Didnt": [{"L": "do", "F": "Did", "pos": "VBD"}, {"L": "not", "F": "nt", "pos": "RB"}], "Mightn't": [{"F": "Might"}, {"L": "not", "F": "n't", "pos": "RB"}], "3pm": [{"F": "3"}, {"L": "p.m.", "F": "pm"}], "Who've": [{"F": "Who"}, {"L": "have", "F": "'ve", "pos": "VB"}]} \ No newline at end of file