From 9cae1b4cad5f9a4cc9c740d836c949fd638731e8 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Mon, 20 Jul 2015 12:19:46 +0200 Subject: [PATCH] * Restore accidentally clobbered updates to specials.json --- lang_data/en/specials.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/lang_data/en/specials.json b/lang_data/en/specials.json index 9b8fb2867..1c080b512 100644 --- a/lang_data/en/specials.json +++ b/lang_data/en/specials.json @@ -392,6 +392,10 @@ "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-"}, @@ -401,6 +405,10 @@ "you've": [{"F": "you", "L": "-PRON-"}, {"F": "'ve", "L": "have", "pos": "VB"}], +"You've": [{"F": "You", "L": "-PRON-"}, + {"F": "'ve", "L": "have", "pos": "VB"}], + + "'em": [{"F": "'em"}], "'ol": [{"F": "'ol"}], @@ -618,5 +626,8 @@ "I.E.": [{"F": "I.E."}], "e.g.": [{"F": "e.g."}], "E.g.": [{"F": "E.g."}], -"E.G.": [{"F": "E.G."}] +"E.G.": [{"F": "E.G."}], +"\n": [{"F": "\n", "pos": "SP"}], +"\t": [{"F": "\t", "pos": "SP"}], +" ": [{"F": " ", "pos": "SP"}] }