mirror of
https://github.com/explosion/spaCy.git
synced 2025-01-26 17:24:41 +03:00
Update punctuation.py
add `……`
This commit is contained in:
parent
ea2732469b
commit
923c4c2fb2
|
@ -36,7 +36,7 @@ _HYPHENS = r"""
|
|||
|
||||
LIST_ELLIPSES = [
|
||||
r'\.\.+',
|
||||
"…"
|
||||
"… ……"
|
||||
]
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user