Merge pull request #1340 from hscspring/patch-1

Update punctuation.py
This commit is contained in:
Matthew Honnibal 2017-09-20 23:57:00 +02:00 committed by GitHub
commit ea2732469b

View File

@ -25,12 +25,12 @@ _QUOTES = r"""
_PUNCT = r""" _PUNCT = r"""
, : ; \! \? ¿ ¡ \( \) \[ \] \{ \} < > _ # \* & , : ; \! \? ¿ ¡ \( \) \[ \] \{ \} < > _ # \* &
·
""" """
_HYPHENS = r""" _HYPHENS = r"""
- -- --- - -- --- ~
""" """