* Add smart-quote possessive marker in generate_specials

This commit is contained in:
Matthew Honnibal 2015-10-10 14:06:09 +11:00
parent 3bf50ab830
commit 7e7f28e1fd

View File

@ -115,6 +115,8 @@ hardcoded_specials = {
"'s": [{"F": "'s", "L": "'s"}],
"'S": [{"F": "'S", "L": "'s"}],
u"\u2018s": [{"F": u"\u2018s", "L": "'s"}],
u"\u2018S": [{"F": u"\u2018S", "L": "'s"}],
"'em": [{"F": "'em"}],