Merge pull request #1351 from hscspring/patch-4

Update punctuation.py
This commit is contained in:
Matthew Honnibal 2017-09-24 12:16:39 +02:00 committed by GitHub
commit 2f8d535f65

View File

@ -36,7 +36,7 @@ _HYPHENS = r"""
LIST_ELLIPSES = [ LIST_ELLIPSES = [
r'\.\.+', r'\.\.+',
"" " ……"
] ]