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