mirror of https://github.com/explosion/spaCy.git
* 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"}],
|
||||||
|
|
||||||
"'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"}],
|
"'em": [{"F": "'em"}],
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue