From e735dc360f7f83904e38087fa503cda64271aa5c Mon Sep 17 00:00:00 2001 From: Dnomd343 Date: Thu, 15 Dec 2022 17:59:20 +0800 Subject: [PATCH] =?UTF-8?q?update:=20allow=20ending=20with=20`=EF=BC=9A`?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/punctuation/check.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/punctuation/check.py b/src/punctuation/check.py index 47fb992..f26b059 100755 --- a/src/punctuation/check.py +++ b/src/punctuation/check.py @@ -15,7 +15,10 @@ punctuationPairs = [ ] endingPunctuations = [ - '。', '?', '!', '”', '’', '~', '……', '——', + '。', '?', '!', + '~', '”', '’', + '……', '——', + ':', # special: letter beginning ] defaultPath = os.path.join(