mirror of
https://github.com/explosion/spaCy.git
synced 2024-12-26 01:46:28 +03:00
* Add smart-quote possessive marker in generate_specials
This commit is contained in:
parent
3bf50ab830
commit
7e7f28e1fd
|
@ -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"}],
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user