mirror of https://github.com/explosion/spaCy.git
* Add smart-quotes to lemma rules
This commit is contained in:
parent
7e7f28e1fd
commit
57b3cd4661
|
@ -31,6 +31,8 @@
|
|||
|
||||
"punct": [
|
||||
["“", "\""],
|
||||
["”", "\""]
|
||||
["”", "\""],
|
||||
['\u2018', "'"],
|
||||
['\u2019', "'"]
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue