add ellipsis character to sentence ending punctuation list
This commit is contained in:
@@ -47,6 +47,7 @@ SENTENCE_ENDING_PUNCTUATION: FrozenSet[str] = frozenset(
|
|||||||
"!",
|
"!",
|
||||||
"?",
|
"?",
|
||||||
";",
|
";",
|
||||||
|
"…",
|
||||||
# East Asian punctuation (Chinese (Traditional & Simplified), Japanese, Korean)
|
# East Asian punctuation (Chinese (Traditional & Simplified), Japanese, Korean)
|
||||||
"。", # Ideographic full stop
|
"。", # Ideographic full stop
|
||||||
"?", # Full-width question mark
|
"?", # Full-width question mark
|
||||||
|
|||||||
Reference in New Issue
Block a user