* Restore accidentally clobbered updates to specials.json

This commit is contained in:
Matthew Honnibal 2015-07-20 12:19:46 +02:00
parent 14e9e6ec6c
commit 9cae1b4cad

View File

@ -392,6 +392,10 @@
"you'll": [{"F": "you", "L": "-PRON-"}, "you'll": [{"F": "you", "L": "-PRON-"},
{"F": "'ll", "L": "will", "pos": "MD"}], {"F": "'ll", "L": "will", "pos": "MD"}],
"You'll": [{"F": "You", "L": "-PRON-"},
{"F": "'ll", "L": "will", "pos": "MD"}],
"you're": [{"F": "you", "L": "-PRON-"}, "you're": [{"F": "you", "L": "-PRON-"},
{"F": "'re"}], {"F": "'re"}],
"You're": [{"F": "You", "L": "-PRON-"}, "You're": [{"F": "You", "L": "-PRON-"},
@ -401,6 +405,10 @@
"you've": [{"F": "you", "L": "-PRON-"}, "you've": [{"F": "you", "L": "-PRON-"},
{"F": "'ve", "L": "have", "pos": "VB"}], {"F": "'ve", "L": "have", "pos": "VB"}],
"You've": [{"F": "You", "L": "-PRON-"},
{"F": "'ve", "L": "have", "pos": "VB"}],
"'em": [{"F": "'em"}], "'em": [{"F": "'em"}],
"'ol": [{"F": "'ol"}], "'ol": [{"F": "'ol"}],
@ -618,5 +626,8 @@
"I.E.": [{"F": "I.E."}], "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."}],
"E.G.": [{"F": "E.G."}] "E.G.": [{"F": "E.G."}],
"\n": [{"F": "\n", "pos": "SP"}],
"\t": [{"F": "\t", "pos": "SP"}],
" ": [{"F": " ", "pos": "SP"}]
} }