Update punctuation.py

In Chinese, `~` and `——` is hyphens,   
`·` is intermittent symbol
This commit is contained in:
Yam 2017-09-20 23:02:22 +08:00 committed by GitHub
parent aa728b33ca
commit 978b24ccd4

View File

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