From 3c1e3e9ee84b61507e7ec776a2a92873a6204d4c Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Tue, 14 Jul 2015 23:46:31 +0200 Subject: [PATCH] * Fix capitalization problems in specials.json --- lang_data/en/specials.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/lang_data/en/specials.json b/lang_data/en/specials.json index eb3e6caaf..c4a477c24 100644 --- a/lang_data/en/specials.json +++ b/lang_data/en/specials.json @@ -391,12 +391,18 @@ "you'll": [{"F": "you", "L": "-PRON-"}, {"F": "'ll", "L": "will", "pos": "MD"}], +"You'll": [{"F": "You", "L": "-PRON-"}, + {"F": "'ll", "L": "will", "pos": "MD"}], + "you're": [{"F": "you", "L": "-PRON-"}, {"F": "'re"}], "You're": [{"F": "You", "L": "-PRON-"}, {"F": "'re"}], +"You're": [{"F": "You", "L": "-PRON-"}, + {"F": "'re"}], + "you've": [{"F": "you", "L": "-PRON-"}, {"F": "'ve", "L": "have", "pos": "VB"}],