Skip to content

Commit

Permalink
Merge pull request #1333 from galaxyh/master
Browse files Browse the repository at this point in the history
Add Chinese punctuation
  • Loading branch information
honnibal committed Sep 19, 2017
2 parents 4bee261 + 188b439 commit aa728b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spacy/language_data/punctuation.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,13 @@

_QUOTES = r"""
' '' " ” “ `` ` ‘ ´ ‚ , „ » «
「 」 『 』 ( ) 〔 〕 【 】 《 》 〈 〉
"""


_PUNCT = r"""
… , : ; \! \? ¿ ¡ \( \) \[ \] \{ \} < > _ # \* &
。 ? ! , 、 ; : ~
"""


Expand Down

0 comments on commit aa728b3

Please sign in to comment.