From d8bc279e0c121bdec63ceb0bfe484381685699dd Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Thu, 16 Jul 2015 01:28:32 +0200 Subject: [PATCH] * Fix 'you' contraction capitals in specials.json --- lang_data/en/specials.json | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/lang_data/en/specials.json b/lang_data/en/specials.json index c4a477c24..5bf4ac2b2 100644 --- a/lang_data/en/specials.json +++ b/lang_data/en/specials.json @@ -394,16 +394,13 @@ "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"}], "you've": [{"F": "you", "L": "-PRON-"}, {"F": "'ve", "L": "have", "pos": "VB"}],