mirror of https://github.com/explosion/spaCy.git
* Fix quote marks in lemma_rules
This commit is contained in:
parent
2153067958
commit
c12d36d5f4
|
@ -32,7 +32,7 @@
|
|||
"punct": [
|
||||
["“", "\""],
|
||||
["”", "\""],
|
||||
['\u2018', "'"],
|
||||
['\u2019', "'"]
|
||||
["\u2018", "'"],
|
||||
["\u2019", "'"]
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue