diff --git a/contributors/NSchrading.md b/contributors/NSchrading.md new file mode 100644 index 000000000..cf2ece8e6 --- /dev/null +++ b/contributors/NSchrading.md @@ -0,0 +1,95 @@ +Syllogism Contributor Agreement +=============================== + +This Syllogism Contributor Agreement (“SCA”) is based on the Oracle Contributor +Agreement. The SCA applies to any contribution that you make to any product or +project managed by us (the “project”), and sets out the intellectual property +rights you grant to us in the contributed materials. The term “us” shall mean +Syllogism Co. The term "you" shall mean the person or entity identified below. +If you agree to be bound by these terms, fill in the information requested below +and include the filled-in version with your first pull-request, under the file +contrbutors/. The name of the file should be your GitHub username, with the +extension .md. For example, the user example_user would create the file +spaCy/contributors/example_user.md . + +Read this agreement carefully before signing. These terms and conditions +constitute a binding legal agreement. + +1. The term 'contribution' or ‘contributed materials’ means any source code, +object code, patch, tool, sample, graphic, specification, manual, documentation, +or any other material posted or submitted by you to the project. + +2. With respect to any worldwide copyrights, or copyright applications and registrations, +in your contribution: + * you hereby assign to us joint ownership, and to the extent that such assignment + is or becomes invalid, ineffective or unenforceable, you hereby grant to us a perpetual, + irrevocable, non-exclusive, worldwide, no-charge, royalty-free, unrestricted license + to exercise all rights under those copyrights. This includes, at our option, the + right to sublicense these same rights to third parties through multiple levels of + sublicensees or other licensing arrangements; + + * you agree that each of us can do all things in relation to your contribution + as if each of us were the sole owners, and if one of us makes a derivative work + of your contribution, the one who makes the derivative work (or has it made) will + be the sole owner of that derivative work; + + * you agree that you will not assert any moral rights in your contribution against + us, our licensees or transferees; + + * you agree that we may register a copyright in your contribution and exercise + all ownership rights associated with it; and + + * you agree that neither of us has any duty to consult with, obtain the consent + of, pay or render an accounting to the other for any use or distribution of your + contribution. + +3. With respect to any patents you own, or that you can license without payment +to any third party, you hereby grant to us a perpetual, irrevocable, non-exclusive, +worldwide, no-charge, royalty-free license to: + + * make, have made, use, sell, offer to sell, import, and otherwise transfer your + contribution in whole or in part, alone or in combination with + or included in any product, work or materials arising out of the project to + which your contribution was submitted, and + + * at our option, to sublicense these same rights to third parties through multiple + levels of sublicensees or other licensing arrangements. + +4. Except as set out above, you keep all right, title, and interest in your +contribution. The rights that you grant to us under these terms are effective on +the date you first submitted a contribution to us, even if your submission took +place before the date you sign these terms. + +5. You covenant, represent, warrant and agree that: + + * Each contribution that you submit is and shall be an original work of authorship + and you can legally grant the rights set out in this SCA; + + * to the best of your knowledge, each contribution will not violate any third + party's copyrights, trademarks, patents, or other intellectual property rights; and + + * each contribution shall be in compliance with U.S. export control laws and other + applicable export and import laws. You agree to notify us if you become aware of + any circumstance which would make any of the foregoing representations inaccurate + in any respect. Syllogism Co. may publicly disclose your participation in the project, + including the fact that you have signed the SCA. + +6. This SCA is governed by the laws of the State of California and applicable U.S. + Federal law. Any choice of law rules will not apply. + +7. Please place an “x” on one of the applicable statement below. Please do NOT +mark both statements: + +_x__ I am signing on behalf of myself as an individual and no other person or entity, including my employer, has or will have rights with respect my contributions. + +____ I am signing on behalf of my employer or a legal entity and I have the actual authority to contractually bind that entity. + +| Field | Entry | +|------------------------------- | -------------------- | +| Name | J Nicolas Schrading | +| Company's name (if applicable) | | +| Title or Role (if applicable) | | +| Date | 2015-08-24 | +| GitHub username | NSchrading | +| Website (optional) | nicschrading.com | + diff --git a/lang_data/en/generate_specials.py b/lang_data/en/generate_specials.py index 6d26d44d7..d86def177 100644 --- a/lang_data/en/generate_specials.py +++ b/lang_data/en/generate_specials.py @@ -81,7 +81,7 @@ starting_tokens = { "how": {"'d": [], "'ll": [], "'s": []}, "i": {"'d": ["contrLower", "contrUpper"], "'d've": [], "'ll": ["contrLower", "contrUpper"], "'m": [], "'ma": [], "'ve": []}, "is": {"n't": []}, - "it": {"'d": [], "'d've": [], "'ll": [], "'s": []}, + "it": {"'d": [], "'d've": [], "'ll": [], "'s": ["contrLower", "contrUpper"]}, "let": {"'s": ["contrLower", "contrUpper"]}, "might": {"n't": [], "n't've": [], "'ve": []}, "must": {"n't": [], "'ve": []}, diff --git a/lang_data/en/specials.json b/lang_data/en/specials.json index 90be871b5..93672dc10 100644 --- a/lang_data/en/specials.json +++ b/lang_data/en/specials.json @@ -1 +1 @@ -{"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 +{"i've": [{"L": "-PRON-", "F": "i"}, {"L": "have", "pos": "VB", "F": "'ve"}], "Where's": [{"F": "Where"}, {"F": "'s"}], "4p.m.": [{"F": "4"}, {"F": "p.m."}], "12am": [{"F": "12"}, {"L": "a.m.", "F": "am"}], "j.": [{"F": "j."}], "8pm": [{"F": "8"}, {"L": "p.m.", "F": "pm"}], "E.G.": [{"F": "E.G."}], "must've": [{"F": "must"}, {"L": "have", "pos": "VB", "F": "'ve"}], "D.C.": [{"F": "D.C."}], "She'd've": [{"L": "-PRON-", "F": "She"}, {"L": "would", "pos": "MD", "F": "'d"}, {"L": "have", "pos": "VB", "F": "'ve"}], "mightnt": [{"F": "might"}, {"L": "not", "pos": "RB", "F": "nt"}], "Hes": [{"L": "-PRON-", "F": "He"}, {"F": "s"}], "7a.m.": [{"F": "7"}, {"F": "a.m."}], "Idve": [{"L": "-PRON-", "F": "I"}, {"L": "would", "pos": "MD", "F": "d"}, {"L": "have", "pos": "VB", "F": "ve"}], "Ill.": [{"F": "Ill."}], ":P": [{"F": ":P"}], "\t": [{"pos": "SP", "F": "\t"}], "10a.m.": [{"F": "10"}, {"F": "a.m."}], "would've": [{"F": "would"}, {"L": "have", "pos": "VB", "F": "'ve"}], "11am": [{"F": "11"}, {"L": "a.m.", "F": "am"}], "you'd": [{"L": "-PRON-", "F": "you"}, {"L": "would", "pos": "MD", "F": "'d"}], "Thered": [{"F": "There"}, {"L": "would", "pos": "MD", "F": "d"}], "havent": [{"pos": "VB", "F": "have"}, {"L": "not", "pos": "RB", "F": "nt"}], "im": [{"L": "-PRON-", "F": "i"}, {"L": "be", "F": "m", "pos": "VBP", "tenspect": 1, "number": 1}], "Whatll": [{"F": "What"}, {"L": "will", "pos": "MD", "F": "ll"}], "there'd": [{"F": "there"}, {"L": "would", "pos": "MD", "F": "'d"}], "Mustn't": [{"F": "Must"}, {"L": "not", "pos": "RB", "F": "n't"}], "haven't": [{"pos": "VB", "F": "have"}, {"L": "not", "pos": "RB", "F": "n't"}], "hows": [{"F": "how"}, {"F": "s"}], "Doesn't": [{"L": "do", "pos": "VBZ", "F": "Does"}, {"L": "not", "pos": "RB", "F": "n't"}], "You're": [{"L": "-PRON-", "F": "You"}, {"F": "'re"}], "he's": [{"L": "-PRON-", "F": "he"}, {"F": "'s"}], "Mo.": [{"F": "Mo."}], "Theydve": [{"L": "-PRON-", "F": "They"}, {"L": "would", "pos": "MD", "F": "d"}, {"L": "have", "pos": "VB", "F": "ve"}], "We're": [{"F": "We"}, {"F": "'re"}], "can't": [{"L": "can", "pos": "MD", "F": "ca"}, {"L": "not", "pos": "RB", "F": "n't"}], "they've": [{"L": "-PRON-", "F": "they"}, {"L": "have", "pos": "VB", "F": "'ve"}], "werent": [{"F": "were"}, {"L": "not", "pos": "RB", "F": "nt"}], "i'm": [{"L": "-PRON-", "F": "i"}, {"L": "be", "F": "'m", "pos": "VBP", "tenspect": 1, "number": 1}], "Wouldve": [{"F": "Would"}, {"L": "have", "pos": "VB", "F": "ve"}], "Inc.": [{"F": "Inc."}], "Isnt": [{"L": "be", "pos": "VBZ", "F": "Is"}, {"L": "not", "pos": "RB", "F": "nt"}], "mightn't": [{"F": "might"}, {"L": "not", "pos": "RB", "F": "n't"}], "itd": [{"L": "-PRON-", "F": "it"}, {"L": "would", "pos": "MD", "F": "d"}], "^_^": [{"F": "^_^"}], "4pm": [{"F": "4"}, {"L": "p.m.", "F": "pm"}], "theyd": [{"L": "-PRON-", "F": "they"}, {"L": "would", "pos": "MD", "F": "d"}], "p.": [{"F": "p."}], "Hasnt": [{"F": "Has"}, {"L": "not", "pos": "RB", "F": "nt"}], "how'd": [{"F": "how"}, {"L": "would", "pos": "MD", "F": "'d"}], "you'll": [{"L": "-PRON-", "F": "you"}, {"L": "will", "pos": "MD", "F": "'ll"}], "how's": [{"F": "how"}, {"F": "'s"}], "e.g.": [{"F": "e.g."}], "didn't": [{"L": "do", "pos": "VBD", "F": "did"}, {"L": "not", "pos": "RB", "F": "n't"}], "6pm": [{"F": "6"}, {"L": "p.m.", "F": "pm"}], "z.": [{"F": "z."}], "Howll": [{"F": "How"}, {"L": "will", "pos": "MD", "F": "ll"}], "Shant": [{"F": "Sha"}, {"L": "not", "pos": "RB", "F": "nt"}], "Theyd": [{"L": "-PRON-", "F": "They"}, {"L": "would", "pos": "MD", "F": "d"}], "f.": [{"F": "f."}], "u.": [{"F": "u."}], "she'd": [{"L": "-PRON-", "F": "she"}, {"L": "would", "pos": "MD", "F": "'d"}], "Fla.": [{"F": "Fla."}], "Rep.": [{"F": "Rep."}], "they're": [{"L": "-PRON-", "F": "they"}, {"F": "'re"}], "you'd've": [{"L": "-PRON-", "F": "you"}, {"L": "would", "pos": "MD", "F": "'d"}, {"L": "have", "pos": "VB", "F": "'ve"}], "Mightve": [{"F": "Might"}, {"L": "have", "pos": "VB", "F": "ve"}], "Why'll": [{"F": "Why"}, {"L": "will", "pos": "MD", "F": "'ll"}], "Should've": [{"F": "Should"}, {"L": "have", "pos": "VB", "F": "'ve"}], "that's": [{"F": "that"}, {"F": "'s"}], "9pm": [{"F": "9"}, {"L": "p.m.", "F": "pm"}], "Mass.": [{"F": "Mass."}], "there's": [{"F": "there"}, {"F": "'s"}], "It'd": [{"L": "-PRON-", "F": "It"}, {"L": "would", "pos": "MD", "F": "'d"}], "hasn't": [{"F": "has"}, {"L": "not", "pos": "RB", "F": "n't"}], "shes": [{"L": "-PRON-", "F": "she"}, {"F": "s"}], "she'd've": [{"L": "-PRON-", "F": "she"}, {"L": "would", "pos": "MD", "F": "'d"}, {"L": "have", "pos": "VB", "F": "'ve"}], "o.O": [{"F": "o.O"}], "whered": [{"F": "where"}, {"L": "would", "pos": "MD", "F": "d"}], ":(((": [{"F": ":((("}], "N.C.": [{"F": "N.C."}], "you're": [{"L": "-PRON-", "F": "you"}, {"F": "'re"}], ":0": [{"F": ":0"}], "Wouldn't": [{"F": "Would"}, {"L": "not", "pos": "RB", "F": "n't"}], "'em": [{"F": "'em"}], "Whatve": [{"F": "What"}, {"L": "have", "pos": "VB", "F": "ve"}], "Corp.": [{"F": "Corp."}], "i'ma": [{"L": "-PRON-", "F": "i"}, {"F": "'ma"}], "''": [{"F": "''"}], "v.": [{"F": "v."}], "Ga.": [{"F": "Ga."}], "1am": [{"F": "1"}, {"L": "a.m.", "F": "am"}], "Wasnt": [{"F": "Was"}, {"L": "not", "pos": "RB", "F": "nt"}], "q.": [{"F": "q."}], "Hows": [{"F": "How"}, {"F": "s"}], "why're": [{"F": "why"}, {"F": "'re"}], ";-p": [{"F": ";-p"}], "Ima": [{"L": "-PRON-", "F": "I"}, {"F": "ma"}], "neednt": [{"F": "need"}, {"L": "not", "pos": "RB", "F": "nt"}], "Ariz.": [{"F": "Ariz."}], "8am": [{"F": "8"}, {"L": "a.m.", "F": "am"}], "Aren't": [{"L": "be", "pos": "VBP", "F": "Are", "number": 2}, {"L": "not", "pos": "RB", "F": "n't"}], "4am": [{"F": "4"}, {"L": "a.m.", "F": "am"}], "she'll": [{"L": "-PRON-", "F": "she"}, {"L": "will", "pos": "MD", "F": "'ll"}], "8p.m.": [{"F": "8"}, {"F": "p.m."}], "9p.m.": [{"F": "9"}, {"F": "p.m."}], "11p.m.": [{"F": "11"}, {"F": "p.m."}], "Who'd": [{"F": "Who"}, {"L": "would", "pos": "MD", "F": "'d"}], "St.": [{"F": "St."}], "It's": [{"L": "-PRON-", "F": "It"}, {"F": "'s"}], "Gen.": [{"F": "Gen."}], "Messrs.": [{"F": "Messrs."}], "Calif.": [{"F": "Calif."}], "youdve": [{"L": "-PRON-", "F": "you"}, {"L": "would", "pos": "MD", "F": "d"}, {"L": "have", "pos": "VB", "F": "ve"}], "i'll": [{"L": "-PRON-", "F": "i"}, {"L": "will", "pos": "MD", "F": "'ll"}], "whatll": [{"F": "what"}, {"L": "will", "pos": "MD", "F": "ll"}], "mightntve": [{"F": "might"}, {"L": "not", "pos": "RB", "F": "nt"}, {"L": "have", "pos": "VB", "F": "ve"}], "Couldnt": [{"pos": "MD", "F": "Could"}, {"L": "not", "pos": "RB", "F": "nt"}], "Hasn't": [{"F": "Has"}, {"L": "not", "pos": "RB", "F": "n't"}], "hasnt": [{"F": "has"}, {"L": "not", "pos": "RB", "F": "nt"}], "shouldnt": [{"F": "should"}, {"L": "not", "pos": "RB", "F": "nt"}], "Haven't": [{"pos": "VB", "F": "Have"}, {"L": "not", "pos": "RB", "F": "n't"}], "wedve": [{"F": "we"}, {"L": "would", "pos": "MD", "F": "d"}, {"L": "have", "pos": "VB", "F": "ve"}], "Must've": [{"F": "Must"}, {"L": "have", "pos": "VB", "F": "'ve"}], "Minn.": [{"F": "Minn."}], "s.": [{"F": "s."}], "isnt": [{"L": "be", "pos": "VBZ", "F": "is"}, {"L": "not", "pos": "RB", "F": "nt"}], "He'd've": [{"L": "-PRON-", "F": "He"}, {"L": "would", "pos": "MD", "F": "'d"}, {"L": "have", "pos": "VB", "F": "'ve"}], "o_o": [{"F": "o_o"}], "let's": [{"F": "let"}, {"F": "'s"}], "They've": [{"L": "-PRON-", "F": "They"}, {"L": "have", "pos": "VB", "F": "'ve"}], "Co.": [{"F": "Co."}], "p.m.": [{"F": "p.m."}], "we're": [{"F": "we"}, {"F": "'re"}], "May.": [{"F": "May."}], "Ala.": [{"F": "Ala."}], "10am": [{"F": "10"}, {"L": "a.m.", "F": "am"}], "itll": [{"L": "-PRON-", "F": "it"}, {"L": "will", "pos": "MD", "F": "ll"}], "n.": [{"F": "n."}], "5pm": [{"F": "5"}, {"L": "p.m.", "F": "pm"}], "hedve": [{"L": "-PRON-", "F": "he"}, {"L": "would", "pos": "MD", "F": "d"}, {"L": "have", "pos": "VB", "F": "ve"}], "Shan't": [{"F": "Sha"}, {"L": "not", "pos": "RB", "F": "n't"}], "Wont": [{"F": "Wo"}, {"L": "not", "pos": "RB", "F": "nt"}], "'S": [{"L": "'s", "F": "'S"}], ";(": [{"F": ";("}], "Mightn't've": [{"F": "Might"}, {"L": "not", "pos": "RB", "F": "n't"}, {"L": "have", "pos": "VB", "F": "'ve"}], "needn't": [{"F": "need"}, {"L": "not", "pos": "RB", "F": "n't"}], "Shes": [{"L": "-PRON-", "F": "She"}, {"F": "s"}], "he'll": [{"L": "-PRON-", "F": "he"}, {"L": "will", "pos": "MD", "F": "'ll"}], "Whereve": [{"F": "Where"}, {"L": "have", "pos": "VB", "F": "ve"}], "aint": [{"L": "be", "pos": "VBP", "F": "ai", "number": 2}, {"L": "not", "pos": "RB", "F": "nt"}], "Colo.": [{"F": "Colo."}], "who've": [{"F": "who"}, {"L": "have", "pos": "VB", "F": "'ve"}], "it'd": [{"L": "-PRON-", "F": "it"}, {"L": "would", "pos": "MD", "F": "'d"}], "theyll": [{"L": "-PRON-", "F": "they"}, {"L": "will", "pos": "MD", "F": "ll"}], "wont": [{"F": "wo"}, {"L": "not", "pos": "RB", "F": "nt"}], "whyre": [{"F": "why"}, {"F": "re"}], "Nev.": [{"F": "Nev."}], "Dec.": [{"F": "Dec."}], "whereve": [{"F": "where"}, {"L": "have", "pos": "VB", "F": "ve"}], "Cant": [{"L": "can", "pos": "MD", "F": "Ca"}, {"L": "not", "pos": "RB", "F": "nt"}], "1a.m.": [{"F": "1"}, {"F": "a.m."}], "i.e.": [{"F": "i.e."}], "3am": [{"F": "3"}, {"L": "a.m.", "F": "am"}], "Won't": [{"F": "Wo"}, {"L": "not", "pos": "RB", "F": "n't"}], "hes": [{"L": "-PRON-", "F": "he"}, {"F": "s"}], "Let's": [{"F": "Let"}, {"F": "'s"}], "I'll": [{"L": "-PRON-", "F": "I"}, {"L": "will", "pos": "MD", "F": "'ll"}], "We'll": [{"F": "We"}, {"L": "will", "pos": "MD", "F": "'ll"}], "who'd": [{"F": "who"}, {"L": "would", "pos": "MD", "F": "'d"}], "E.g.": [{"F": "E.g."}], "we'd": [{"F": "we"}, {"L": "would", "pos": "MD", "F": "'d"}], "Theyre": [{"L": "-PRON-", "F": "They"}, {"F": "re"}], "She's": [{"L": "-PRON-", "F": "She"}, {"F": "'s"}], "Whod": [{"F": "Who"}, {"L": "would", "pos": "MD", "F": "d"}], "Itll": [{"L": "-PRON-", "F": "It"}, {"L": "will", "pos": "MD", "F": "ll"}], "couldn't've": [{"pos": "MD", "F": "could"}, {"L": "not", "pos": "RB", "F": "n't"}, {"L": "have", "pos": "VB", "F": "'ve"}], "How'd": [{"F": "How"}, {"L": "would", "pos": "MD", "F": "'d"}], "wouldve": [{"F": "would"}, {"L": "have", "pos": "VB", "F": "ve"}], "shan't": [{"F": "sha"}, {"L": "not", "pos": "RB", "F": "n't"}], "8a.m.": [{"F": "8"}, {"F": "a.m."}], "Havent": [{"pos": "VB", "F": "Have"}, {"L": "not", "pos": "RB", "F": "nt"}], "-__-": [{"F": "-__-"}], "6am": [{"F": "6"}, {"L": "a.m.", "F": "am"}], "Hadntve": [{"L": "have", "pos": "VBD", "F": "Had"}, {"L": "not", "pos": "RB", "F": "nt"}, {"L": "have", "pos": "VB", "F": "ve"}], "10p.m.": [{"F": "10"}, {"F": "p.m."}], "Might've": [{"F": "Might"}, {"L": "have", "pos": "VB", "F": "'ve"}], "N.M.": [{"F": "N.M."}], "shouldn't": [{"F": "should"}, {"L": "not", "pos": "RB", "F": "n't"}], "(^_^)": [{"F": "(^_^)"}], "x.": [{"F": "x."}], "where've": [{"F": "where"}, {"L": "have", "pos": "VB", "F": "'ve"}], ";)": [{"F": ";)"}], "theydve": [{"L": "-PRON-", "F": "they"}, {"L": "would", "pos": "MD", "F": "d"}, {"L": "have", "pos": "VB", "F": "ve"}], "dont": [{"L": "do", "F": "do"}, {"L": "not", "pos": "RB", "F": "nt"}], "wouldn't": [{"F": "would"}, {"L": "not", "pos": "RB", "F": "n't"}], "g.": [{"F": "g."}], "Who've": [{"F": "Who"}, {"L": "have", "pos": "VB", "F": "'ve"}], "might've": [{"F": "might"}, {"L": "have", "pos": "VB", "F": "'ve"}], "Who's": [{"F": "Who"}, {"F": "'s"}], "Theyve": [{"L": "-PRON-", "F": "They"}, {"L": "have", "pos": "VB", "F": "ve"}], "2p.m.": [{"F": "2"}, {"F": "p.m."}], "shouldn't've": [{"F": "should"}, {"L": "not", "pos": "RB", "F": "n't"}, {"L": "have", "pos": "VB", "F": "'ve"}], "hed": [{"L": "-PRON-", "F": "he"}, {"L": "would", "pos": "MD", "F": "d"}], "1p.m.": [{"F": "1"}, {"F": "p.m."}], "We've": [{"F": "We"}, {"L": "have", "pos": "VB", "F": "'ve"}], "a.": [{"F": "a."}], "<333": [{"F": "<333"}], "l.": [{"F": "l."}], "It'll": [{"L": "-PRON-", "F": "It"}, {"L": "will", "pos": "MD", "F": "'ll"}], "Jun.": [{"F": "Jun."}], "Mrs.": [{"F": "Mrs."}], "what's": [{"F": "what"}, {"F": "'s"}], "N.Y.": [{"F": "N.Y."}], "Why're": [{"F": "Why"}, {"F": "'re"}], "Wis.": [{"F": "Wis."}], "Hedve": [{"L": "-PRON-", "F": "He"}, {"L": "would", "pos": "MD", "F": "d"}, {"L": "have", "pos": "VB", "F": "ve"}], "Kans.": [{"F": "Kans."}], "idve": [{"L": "-PRON-", "F": "i"}, {"L": "would", "pos": "MD", "F": "d"}, {"L": "have", "pos": "VB", "F": "ve"}], "We'd've": [{"F": "We"}, {"L": "would", "pos": "MD", "F": "'d"}, {"L": "have", "pos": "VB", "F": "'ve"}], "Dont": [{"L": "do", "F": "Do"}, {"L": "not", "pos": "RB", "F": "nt"}], ":')": [{"F": ":')"}], "(=": [{"F": "(="}], "won't": [{"F": "wo"}, {"L": "not", "pos": "RB", "F": "n't"}], "who'll": [{"F": "who"}, {"L": "will", "pos": "MD", "F": "'ll"}], "Not've": [{"L": "not", "pos": "RB", "F": "Not"}, {"L": "have", "pos": "VB", "F": "'ve"}], "Gov.": [{"F": "Gov."}], "couldntve": [{"pos": "MD", "F": "could"}, {"L": "not", "pos": "RB", "F": "nt"}, {"L": "have", "pos": "VB", "F": "ve"}], "Doesnt": [{"L": "do", "pos": "VBZ", "F": "Does"}, {"L": "not", "pos": "RB", "F": "nt"}], "11a.m.": [{"F": "11"}, {"F": "a.m."}], "I.e.": [{"F": "I.e."}], "wasn't": [{"F": "was"}, {"L": "not", "pos": "RB", "F": "n't"}], "5am": [{"F": "5"}, {"L": "a.m.", "F": "am"}], "Shouldve": [{"F": "Should"}, {"L": "have", "pos": "VB", "F": "ve"}], "Jan.": [{"F": "Jan."}], "she's": [{"L": "-PRON-", "F": "she"}, {"F": "'s"}], "We'd": [{"F": "We"}, {"L": "would", "pos": "MD", "F": "'d"}], "Itd": [{"L": "-PRON-", "F": "It"}, {"L": "would", "pos": "MD", "F": "d"}], "What's": [{"F": "What"}, {"F": "'s"}], "e.": [{"F": "e."}], "7p.m.": [{"F": "7"}, {"F": "p.m."}], "Wholl": [{"F": "Who"}, {"L": "will", "pos": "MD", "F": "ll"}], "hadntve": [{"L": "have", "pos": "VBD", "F": "had"}, {"L": "not", "pos": "RB", "F": "nt"}, {"L": "have", "pos": "VB", "F": "ve"}], "Where'd": [{"F": "Where"}, {"L": "would", "pos": "MD", "F": "'d"}], ":-)": [{"F": ":-)"}], "whos": [{"F": "who"}, {"F": "s"}], "mustn't": [{"F": "must"}, {"L": "not", "pos": "RB", "F": "n't"}], "shouldntve": [{"F": "should"}, {"L": "not", "pos": "RB", "F": "nt"}, {"L": "have", "pos": "VB", "F": "ve"}], "Youdve": [{"L": "-PRON-", "F": "You"}, {"L": "would", "pos": "MD", "F": "d"}, {"L": "have", "pos": "VB", "F": "ve"}], "mustnt": [{"F": "must"}, {"L": "not", "pos": "RB", "F": "nt"}], "Oct.": [{"F": "Oct."}], "a.m.": [{"F": "a.m."}], "wouldn't've": [{"F": "would"}, {"L": "not", "pos": "RB", "F": "n't"}, {"L": "have", "pos": "VB", "F": "'ve"}], "k.": [{"F": "k."}], "Hadn't've": [{"L": "have", "pos": "VBD", "F": "Had"}, {"L": "not", "pos": "RB", "F": "n't"}, {"L": "have", "pos": "VB", "F": "'ve"}], "who're": [{"F": "who"}, {"F": "'re"}], "6a.m.": [{"F": "6"}, {"F": "a.m."}], "Rev.": [{"F": "Rev."}], "Del.": [{"F": "Del."}], "Ind.": [{"F": "Ind."}], "couldn't": [{"pos": "MD", "F": "could"}, {"L": "not", "pos": "RB", "F": "n't"}], "La.": [{"F": "La."}], "It'd've": [{"L": "-PRON-", "F": "It"}, {"L": "would", "pos": "MD", "F": "'d"}, {"L": "have", "pos": "VB", "F": "'ve"}], "t.": [{"F": "t."}], "don't": [{"L": "do", "F": "do"}, {"L": "not", "pos": "RB", "F": "n't"}], "Mightnt": [{"F": "Might"}, {"L": "not", "pos": "RB", "F": "nt"}], ":3": [{"F": ":3"}], "shouldve": [{"F": "should"}, {"L": "have", "pos": "VB", "F": "ve"}], "notve": [{"L": "not", "pos": "RB", "F": "not"}, {"L": "have", "pos": "VB", "F": "ve"}], "Couldn't've": [{"pos": "MD", "F": "Could"}, {"L": "not", "pos": "RB", "F": "n't"}, {"L": "have", "pos": "VB", "F": "'ve"}], "Aint": [{"L": "be", "pos": "VBP", "F": "Ai", "number": 2}, {"L": "not", "pos": "RB", "F": "nt"}], "wheres": [{"F": "where"}, {"F": "s"}], "Don't": [{"L": "do", "F": "Do"}, {"L": "not", "pos": "RB", "F": "n't"}], "Theredve": [{"F": "There"}, {"L": "would", "pos": "MD", "F": "d"}, {"L": "have", "pos": "VB", "F": "ve"}], "Could've": [{"pos": "MD", "F": "Could"}, {"L": "have", "pos": "VB", "F": "'ve"}], "d.": [{"F": "d."}], "Wouldnt": [{"F": "Would"}, {"L": "not", "pos": "RB", "F": "nt"}], "They're": [{"L": "-PRON-", "F": "They"}, {"F": "'re"}], "There's": [{"F": "There"}, {"F": "'s"}], "Mr.": [{"F": "Mr."}], "shant": [{"F": "sha"}, {"L": "not", "pos": "RB", "F": "nt"}], "how'll": [{"F": "how"}, {"L": "will", "pos": "MD", "F": "'ll"}], "'s": [{"L": "'s", "F": "'s"}], "whens": [{"F": "when"}, {"F": "s"}], ";p": [{"F": ";p"}], "Youll": [{"L": "-PRON-", "F": "You"}, {"L": "will", "pos": "MD", "F": "ll"}], "Wheres": [{"F": "Where"}, {"F": "s"}], ":p": [{"F": ":p"}], ":-P": [{"F": ":-P"}], "Dr.": [{"F": "Dr."}], "they'd": [{"L": "-PRON-", "F": "they"}, {"L": "would", "pos": "MD", "F": "'d"}], "Whatre": [{"F": "What"}, {"F": "re"}], ";-)": [{"F": ";-)"}], "N.D.": [{"F": "N.D."}], "I'ma": [{"L": "-PRON-", "F": "I"}, {"F": "'ma"}], "N.H.": [{"F": "N.H."}], "Wasn't": [{"F": "Was"}, {"L": "not", "pos": "RB", "F": "n't"}], "itdve": [{"L": "-PRON-", "F": "it"}, {"L": "would", "pos": "MD", "F": "d"}, {"L": "have", "pos": "VB", "F": "ve"}], "Didnt": [{"L": "do", "pos": "VBD", "F": "Did"}, {"L": "not", "pos": "RB", "F": "nt"}], "Ark.": [{"F": "Ark."}], ":>": [{"F": ":>"}], "Wouldntve": [{"F": "Would"}, {"L": "not", "pos": "RB", "F": "nt"}, {"L": "have", "pos": "VB", "F": "ve"}], "6p.m.": [{"F": "6"}, {"F": "p.m."}], "where'd": [{"F": "where"}, {"L": "would", "pos": "MD", "F": "'d"}], ":))": [{"F": ":))"}], ":/": [{"F": ":/"}], "1pm": [{"F": "1"}, {"L": "p.m.", "F": "pm"}], "should've": [{"F": "should"}, {"L": "have", "pos": "VB", "F": "'ve"}], "2am": [{"F": "2"}, {"L": "a.m.", "F": "am"}], "ain't": [{"L": "be", "pos": "VBP", "F": "ai", "number": 2}, {"L": "not", "pos": "RB", "F": "n't"}], "Nov.": [{"F": "Nov."}], "didnt": [{"L": "do", "pos": "VBD", "F": "did"}, {"L": "not", "pos": "RB", "F": "nt"}], "4a.m.": [{"F": "4"}, {"F": "a.m."}], "co.": [{"F": "co."}], "i.": [{"F": "i."}], "when's": [{"F": "when"}, {"F": "'s"}], "wouldntve": [{"F": "would"}, {"L": "not", "pos": "RB", "F": "nt"}, {"L": "have", "pos": "VB", "F": "ve"}], "mightve": [{"F": "might"}, {"L": "have", "pos": "VB", "F": "ve"}], "howll": [{"F": "how"}, {"L": "will", "pos": "MD", "F": "ll"}], "hadn't": [{"L": "have", "pos": "VBD", "F": "had"}, {"L": "not", "pos": "RB", "F": "n't"}], "I'd've": [{"L": "-PRON-", "F": "I"}, {"L": "would", "pos": "MD", "F": "'d"}, {"L": "have", "pos": "VB", "F": "'ve"}], "Feb.": [{"F": "Feb."}], "howd": [{"F": "how"}, {"L": "would", "pos": "MD", "F": "d"}], "it'd've": [{"L": "-PRON-", "F": "it"}, {"L": "would", "pos": "MD", "F": "'d"}, {"L": "have", "pos": "VB", "F": "'ve"}], "isn't": [{"L": "be", "pos": "VBZ", "F": "is"}, {"L": "not", "pos": "RB", "F": "n't"}], "weve": [{"F": "we"}, {"L": "have", "pos": "VB", "F": "ve"}], "Sen.": [{"F": "Sen."}], "Whove": [{"F": "Who"}, {"L": "have", "pos": "VB", "F": "ve"}], "Youd": [{"L": "-PRON-", "F": "You"}, {"L": "would", "pos": "MD", "F": "d"}], "3a.m.": [{"F": "3"}, {"F": "a.m."}], "Where've": [{"F": "Where"}, {"L": "have", "pos": "VB", "F": "'ve"}], "Shouldn't": [{"F": "Should"}, {"L": "not", "pos": "RB", "F": "n't"}], "whats": [{"F": "what"}, {"F": "s"}], "Cannot": [{"L": "can", "pos": "MD", "F": "Can"}, {"L": "not", "pos": "RB", "F": "not"}], "You'd've": [{"L": "-PRON-", "F": "You"}, {"L": "would", "pos": "MD", "F": "'d"}, {"L": "have", "pos": "VB", "F": "'ve"}], "What'll": [{"F": "What"}, {"L": "will", "pos": "MD", "F": "'ll"}], "Thats": [{"F": "That"}, {"F": "s"}], "o_O": [{"F": "o_O"}], "Whats": [{"F": "What"}, {"F": "s"}], "What're": [{"F": "What"}, {"F": "'re"}], "xDD": [{"F": "xDD"}], "3pm": [{"F": "3"}, {"L": "p.m.", "F": "pm"}], "Who're": [{"F": "Who"}, {"F": "'re"}], "mustve": [{"F": "must"}, {"L": "have", "pos": "VB", "F": "ve"}], ":-/": [{"F": ":-/"}], "Apr.": [{"F": "Apr."}], "ima": [{"L": "-PRON-", "F": "i"}, {"F": "ma"}], "Whens": [{"F": "When"}, {"F": "s"}], "Kan.": [{"F": "Kan."}], "w.": [{"F": "w."}], "3p.m.": [{"F": "3"}, {"F": "p.m."}], "Whyre": [{"F": "Why"}, {"F": "re"}], "-_-": [{"F": "-_-"}], "12pm": [{"F": "12"}, {"L": "p.m.", "F": "pm"}], "Ltd.": [{"F": "Ltd."}], "wasnt": [{"F": "was"}, {"L": "not", "pos": "RB", "F": "nt"}], "Shedve": [{"L": "-PRON-", "F": "She"}, {"L": "would", "pos": "MD", "F": "d"}, {"L": "have", "pos": "VB", "F": "ve"}], "Nebr.": [{"F": "Nebr."}], "o.": [{"F": "o."}], ";D": [{"F": ";D"}], "whys": [{"F": "why"}, {"F": "s"}], "Tenn.": [{"F": "Tenn."}], "She'd": [{"L": "-PRON-", "F": "She"}, {"L": "would", "pos": "MD", "F": "'d"}], "Needn't": [{"F": "Need"}, {"L": "not", "pos": "RB", "F": "n't"}], "Hadnt": [{"L": "have", "pos": "VBD", "F": "Had"}, {"L": "not", "pos": "RB", "F": "nt"}], "m.": [{"F": "m."}], "arent": [{"L": "be", "pos": "VBP", "F": "are", "number": 2}, {"L": "not", "pos": "RB", "F": "nt"}], "Arent": [{"L": "be", "pos": "VBP", "F": "Are", "number": 2}, {"L": "not", "pos": "RB", "F": "nt"}], "<33": [{"F": "<33"}], " ": [{"pos": "SP", "F": " "}], "you've": [{"L": "-PRON-", "F": "you"}, {"L": "have", "pos": "VB", "F": "'ve"}], "mightn't've": [{"F": "might"}, {"L": "not", "pos": "RB", "F": "n't"}, {"L": "have", "pos": "VB", "F": "'ve"}], "Aug.": [{"F": "Aug."}], "=3": [{"F": "=3"}], "Miss.": [{"F": "Miss."}], "Jul.": [{"F": "Jul."}], "Werent": [{"F": "Were"}, {"L": "not", "pos": "RB", "F": "nt"}], "You'd": [{"L": "-PRON-", "F": "You"}, {"L": "would", "pos": "MD", "F": "'d"}], "How's": [{"F": "How"}, {"F": "'s"}], "2a.m.": [{"F": "2"}, {"F": "a.m."}], "youre": [{"L": "-PRON-", "F": "you"}, {"F": "re"}], "hadn't've": [{"L": "have", "pos": "VBD", "F": "had"}, {"L": "not", "pos": "RB", "F": "n't"}, {"L": "have", "pos": "VB", "F": "'ve"}], "12p.m.": [{"F": "12"}, {"F": "p.m."}], "Im": [{"L": "-PRON-", "F": "I"}, {"L": "be", "F": "m", "pos": "VBP", "tenspect": 1, "number": 1}], "not've": [{"L": "not", "pos": "RB", "F": "not"}, {"L": "have", "pos": "VB", "F": "'ve"}], "thats": [{"F": "that"}, {"F": "s"}], "Mustnt": [{"F": "Must"}, {"L": "not", "pos": "RB", "F": "nt"}], "what're": [{"F": "what"}, {"F": "'re"}], "How'll": [{"F": "How"}, {"L": "will", "pos": "MD", "F": "'ll"}], "Conn.": [{"F": "Conn."}], "it's": [{"L": "-PRON-", "F": "it"}, {"F": "'s"}], "Can't": [{"L": "can", "pos": "MD", "F": "Ca"}, {"L": "not", "pos": "RB", "F": "n't"}], "'ol": [{"F": "'ol"}], "Mustve": [{"F": "Must"}, {"L": "have", "pos": "VB", "F": "ve"}], "Couldn't": [{"pos": "MD", "F": "Could"}, {"L": "not", "pos": "RB", "F": "n't"}], "Okla.": [{"F": "Okla."}], "what'll": [{"F": "what"}, {"L": "will", "pos": "MD", "F": "'ll"}], "Whys": [{"F": "Why"}, {"F": "s"}], "it'll": [{"L": "-PRON-", "F": "it"}, {"L": "will", "pos": "MD", "F": "'ll"}], "Mt.": [{"L": "Mount", "F": "Mt."}], "Itdve": [{"L": "-PRON-", "F": "It"}, {"L": "would", "pos": "MD", "F": "d"}, {"L": "have", "pos": "VB", "F": "ve"}], "couldve": [{"pos": "MD", "F": "could"}, {"L": "have", "pos": "VB", "F": "ve"}], "wholl": [{"F": "who"}, {"L": "will", "pos": "MD", "F": "ll"}], "I've": [{"L": "-PRON-", "F": "I"}, {"L": "have", "pos": "VB", "F": "'ve"}], "thered": [{"F": "there"}, {"L": "would", "pos": "MD", "F": "d"}], "Theyll": [{"L": "-PRON-", "F": "They"}, {"L": "will", "pos": "MD", "F": "ll"}], "Neb.": [{"F": "Neb."}], "Who'll": [{"F": "Who"}, {"L": "will", "pos": "MD", "F": "'ll"}], "cannot": [{"L": "can", "pos": "MD", "F": "can"}, {"L": "not", "pos": "RB", "F": "not"}], ":(": [{"F": ":("}], "xD": [{"F": "xD"}], "10pm": [{"F": "10"}, {"L": "p.m.", "F": "pm"}], "couldnt": [{"pos": "MD", "F": "could"}, {"L": "not", "pos": "RB", "F": "nt"}], "Would've": [{"F": "Would"}, {"L": "have", "pos": "VB", "F": "'ve"}], "Mightn't": [{"F": "Might"}, {"L": "not", "pos": "RB", "F": "n't"}], "5p.m.": [{"F": "5"}, {"F": "p.m."}], "youve": [{"L": "-PRON-", "F": "you"}, {"L": "have", "pos": "VB", "F": "ve"}], ":Y": [{"F": ":Y"}], "shedve": [{"L": "-PRON-", "F": "she"}, {"L": "would", "pos": "MD", "F": "d"}, {"L": "have", "pos": "VB", "F": "ve"}], "why's": [{"F": "why"}, {"F": "'s"}], "could've": [{"pos": "MD", "F": "could"}, {"L": "have", "pos": "VB", "F": "'ve"}], "Neednt": [{"F": "Need"}, {"L": "not", "pos": "RB", "F": "nt"}], "vs.": [{"F": "vs."}], "Mont.": [{"F": "Mont."}], "Adm.": [{"F": "Adm."}], "Md.": [{"F": "Md."}], "That's": [{"F": "That"}, {"F": "'s"}], "Mar.": [{"F": "Mar."}], "they'll": [{"L": "-PRON-", "F": "they"}, {"L": "will", "pos": "MD", "F": "'ll"}], "b.": [{"F": "b."}], "Sep.": [{"F": "Sep."}], "whod": [{"F": "who"}, {"L": "would", "pos": "MD", "F": "d"}], "2pm": [{"F": "2"}, {"L": "p.m.", "F": "pm"}], "whyll": [{"F": "why"}, {"L": "will", "pos": "MD", "F": "ll"}], "hadnt": [{"L": "have", "pos": "VBD", "F": "had"}, {"L": "not", "pos": "RB", "F": "nt"}], "There'd've": [{"F": "There"}, {"L": "would", "pos": "MD", "F": "'d"}, {"L": "have", "pos": "VB", "F": "'ve"}], "He'd": [{"L": "-PRON-", "F": "He"}, {"L": "would", "pos": "MD", "F": "'d"}], "theyre": [{"L": "-PRON-", "F": "they"}, {"F": "re"}], "Ms.": [{"F": "Ms."}], "there'd've": [{"F": "there"}, {"L": "would", "pos": "MD", "F": "'d"}, {"L": "have", "pos": "VB", "F": "'ve"}], "5a.m.": [{"F": "5"}, {"F": "a.m."}], "7am": [{"F": "7"}, {"L": "a.m.", "F": "am"}], "they'd've": [{"L": "-PRON-", "F": "they"}, {"L": "would", "pos": "MD", "F": "'d"}, {"L": "have", "pos": "VB", "F": "'ve"}], "Mich.": [{"F": "Mich."}], "cant": [{"L": "can", "pos": "MD", "F": "ca"}, {"L": "not", "pos": "RB", "F": "nt"}], "Va.": [{"F": "Va."}], "11pm": [{"F": "11"}, {"L": "p.m.", "F": "pm"}], "youll": [{"L": "-PRON-", "F": "you"}, {"L": "will", "pos": "MD", "F": "ll"}], "Isn't": [{"L": "be", "pos": "VBZ", "F": "Is"}, {"L": "not", "pos": "RB", "F": "n't"}], "i'd've": [{"L": "-PRON-", "F": "i"}, {"L": "would", "pos": "MD", "F": "'d"}, {"L": "have", "pos": "VB", "F": "'ve"}], "Hadn't": [{"L": "have", "pos": "VBD", "F": "Had"}, {"L": "not", "pos": "RB", "F": "n't"}], "why'll": [{"F": "why"}, {"L": "will", "pos": "MD", "F": "'ll"}], "Jr.": [{"F": "Jr."}], "whove": [{"F": "who"}, {"L": "have", "pos": "VB", "F": "ve"}], "we'd've": [{"F": "we"}, {"L": "would", "pos": "MD", "F": "'d"}, {"L": "have", "pos": "VB", "F": "'ve"}], "Youve": [{"L": "-PRON-", "F": "You"}, {"L": "have", "pos": "VB", "F": "ve"}], "He'll": [{"L": "-PRON-", "F": "He"}, {"L": "will", "pos": "MD", "F": "'ll"}], "Wedve": [{"F": "We"}, {"L": "would", "pos": "MD", "F": "d"}, {"L": "have", "pos": "VB", "F": "ve"}], "9am": [{"F": "9"}, {"L": "a.m.", "F": "am"}], "Hed": [{"L": "-PRON-", "F": "He"}, {"L": "would", "pos": "MD", "F": "d"}], "whatve": [{"F": "what"}, {"L": "have", "pos": "VB", "F": "ve"}], "Ore.": [{"F": "Ore."}], "(:": [{"F": "(:"}], "Shouldnt": [{"F": "Should"}, {"L": "not", "pos": "RB", "F": "nt"}], "Wash.": [{"F": "Wash."}], "Weve": [{"F": "We"}, {"L": "have", "pos": "VB", "F": "ve"}], "N.J.": [{"F": "N.J."}], "Shouldntve": [{"F": "Should"}, {"L": "not", "pos": "RB", "F": "nt"}, {"L": "have", "pos": "VB", "F": "ve"}], "h.": [{"F": "h."}], "we'll": [{"F": "we"}, {"L": "will", "pos": "MD", "F": "'ll"}], "we've": [{"F": "we"}, {"L": "have", "pos": "VB", "F": "'ve"}], "doesnt": [{"L": "do", "pos": "VBZ", "F": "does"}, {"L": "not", "pos": "RB", "F": "nt"}], "who's": [{"F": "who"}, {"F": "'s"}], "he'd": [{"L": "-PRON-", "F": "he"}, {"L": "would", "pos": "MD", "F": "'d"}], "Ain't": [{"L": "be", "pos": "VBP", "F": "Ai", "number": 2}, {"L": "not", "pos": "RB", "F": "n't"}], "I'd": [{"L": "-PRON-", "F": "I"}, {"L": "would", "pos": "MD", "F": "'d"}], "theredve": [{"F": "there"}, {"L": "would", "pos": "MD", "F": "d"}, {"L": "have", "pos": "VB", "F": "ve"}], "She'll": [{"L": "-PRON-", "F": "She"}, {"L": "will", "pos": "MD", "F": "'ll"}], "They'd": [{"L": "-PRON-", "F": "They"}, {"L": "would", "pos": "MD", "F": "'d"}], "\")": [{"F": "\")"}], "Couldve": [{"pos": "MD", "F": "Could"}, {"L": "have", "pos": "VB", "F": "ve"}], "Whyll": [{"F": "Why"}, {"L": "will", "pos": "MD", "F": "ll"}], "y.": [{"F": "y."}], "12a.m.": [{"F": "12"}, {"F": "a.m."}], "wouldnt": [{"F": "would"}, {"L": "not", "pos": "RB", "F": "nt"}], "<3": [{"F": "<3"}], "\n": [{"pos": "SP", "F": "\n"}], "Whered": [{"F": "Where"}, {"L": "would", "pos": "MD", "F": "d"}], "I'm": [{"L": "-PRON-", "F": "I"}, {"L": "be", "F": "'m", "pos": "VBP", "tenspect": 1, "number": 1}], "Couldntve": [{"pos": "MD", "F": "Could"}, {"L": "not", "pos": "RB", "F": "nt"}, {"L": "have", "pos": "VB", "F": "ve"}], "Ive": [{"L": "-PRON-", "F": "I"}, {"L": "have", "pos": "VB", "F": "ve"}], "i'd": [{"L": "-PRON-", "F": "i"}, {"L": "would", "pos": "MD", "F": "'d"}], "youd": [{"L": "-PRON-", "F": "you"}, {"L": "would", "pos": "MD", "F": "d"}], "There'd": [{"F": "There"}, {"L": "would", "pos": "MD", "F": "'d"}], "He's": [{"L": "-PRON-", "F": "He"}, {"F": "'s"}], "Mightntve": [{"F": "Might"}, {"L": "not", "pos": "RB", "F": "nt"}, {"L": "have", "pos": "VB", "F": "ve"}], "When's": [{"F": "When"}, {"F": "'s"}], "doesn't": [{"L": "do", "pos": "VBZ", "F": "does"}, {"L": "not", "pos": "RB", "F": "n't"}], "=[[": [{"F": "=[["}], "Youre": [{"L": "-PRON-", "F": "You"}, {"F": "re"}], "=]": [{"F": "=]"}], "You'll": [{"L": "-PRON-", "F": "You"}, {"L": "will", "pos": "MD", "F": "'ll"}], "=)": [{"F": "=)"}], "Pa.": [{"F": "Pa."}], "he'd've": [{"L": "-PRON-", "F": "he"}, {"L": "would", "pos": "MD", "F": "'d"}, {"L": "have", "pos": "VB", "F": "'ve"}], "You've": [{"L": "-PRON-", "F": "You"}, {"L": "have", "pos": "VB", "F": "'ve"}], "They'll": [{"L": "-PRON-", "F": "They"}, {"L": "will", "pos": "MD", "F": "'ll"}], "Ky.": [{"F": "Ky."}], "c.": [{"F": "c."}], "I.E.": [{"F": "I.E."}], "V_V": [{"F": "V_V"}], "Didn't": [{"L": "do", "pos": "VBD", "F": "Did"}, {"L": "not", "pos": "RB", "F": "n't"}], "What've": [{"F": "What"}, {"L": "have", "pos": "VB", "F": "'ve"}], "Weren't": [{"F": "Were"}, {"L": "not", "pos": "RB", "F": "n't"}], ":]": [{"F": ":]"}], "Notve": [{"L": "not", "pos": "RB", "F": "Not"}, {"L": "have", "pos": "VB", "F": "ve"}], "9a.m.": [{"F": "9"}, {"F": "a.m."}], "7pm": [{"F": "7"}, {"L": "p.m.", "F": "pm"}], "Sept.": [{"F": "Sept."}], "Bros.": [{"F": "Bros."}], "Howd": [{"F": "How"}, {"L": "would", "pos": "MD", "F": "d"}], "weren't": [{"F": "were"}, {"L": "not", "pos": "RB", "F": "n't"}], "Why's": [{"F": "Why"}, {"F": "'s"}], ":((": [{"F": ":(("}], "theyve": [{"L": "-PRON-", "F": "they"}, {"L": "have", "pos": "VB", "F": "ve"}], "where's": [{"F": "where"}, {"F": "'s"}], "ive": [{"L": "-PRON-", "F": "i"}, {"L": "have", "pos": "VB", "F": "ve"}], "=D": [{"F": "=D"}], "what've": [{"F": "what"}, {"L": "have", "pos": "VB", "F": "'ve"}], "Whos": [{"F": "Who"}, {"F": "s"}], ":O": [{"F": ":O"}], "Shouldn't've": [{"F": "Should"}, {"L": "not", "pos": "RB", "F": "n't"}, {"L": "have", "pos": "VB", "F": "'ve"}], "whatre": [{"F": "what"}, {"F": "re"}], "Wouldn't've": [{"F": "Would"}, {"L": "not", "pos": "RB", "F": "n't"}, {"L": "have", "pos": "VB", "F": "'ve"}], "aren't": [{"L": "be", "pos": "VBP", "F": "are", "number": 2}, {"L": "not", "pos": "RB", "F": "n't"}], ":)": [{"F": ":)"}], "They'd've": [{"L": "-PRON-", "F": "They"}, {"L": "would", "pos": "MD", "F": "'d"}, {"L": "have", "pos": "VB", "F": "'ve"}]} \ No newline at end of file