* Fix 'you' contraction capitals in specials.json

This commit is contained in:
Matthew Honnibal 2015-07-16 01:28:32 +02:00
parent 45ae1ce428
commit d8bc279e0c
1 changed files with 2 additions and 5 deletions

View File

@ -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"}],