Add Chinese punctuation

Add Chinese punctuation.
This commit is contained in:
Yu-chun Huang 2017-09-19 16:57:24 +08:00 committed by GitHub
parent 7692b8c071
commit 1f1f35dcd0

View File

@ -19,11 +19,13 @@ _CURRENCY = r"""
_QUOTES = r"""
' '' " ” “ `` ` ´ , „ » «
"""
_PUNCT = r"""
, : ; \! \? ¿ ¡ \( \) \[ \] \{ \} < > _ # \* &
"""