diff --git a/spacy/language_data/punctuation.py b/spacy/language_data/punctuation.py index fe636fa4b..6229eff21 100644 --- a/spacy/language_data/punctuation.py +++ b/spacy/language_data/punctuation.py @@ -25,7 +25,7 @@ _QUOTES = r""" _PUNCT = r""" … , : ; \! \? ¿ ¡ \( \) \[ \] \{ \} < > _ # \* & -。? ! , 、 ; : ~ +。 ? ! , 、 ; : ~ """