mirror of https://github.com/explosion/spaCy.git
* Lemmatize smart quotes as plain quotes
This commit is contained in:
parent
2d9e5bf566
commit
1842a53e73
|
@ -30,8 +30,8 @@
|
|||
],
|
||||
|
||||
"punct": [
|
||||
["“", "``"],
|
||||
["”", "''"],
|
||||
["“", "\""],
|
||||
["”", "\""],
|
||||
["–", "--"]
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue