From 9201503901716e18666979187dae6cc6cceda3ea Mon Sep 17 00:00:00 2001 From: Dnomd343 Date: Mon, 13 Mar 2023 23:09:46 +0800 Subject: [PATCH] update: add duplicate rule --- src/punctuation/sentence.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/punctuation/sentence.py b/src/punctuation/sentence.py index 6a5c501..603b26a 100755 --- a/src/punctuation/sentence.py +++ b/src/punctuation/sentence.py @@ -17,6 +17,7 @@ punctuations = [ duplicates = [ '~', '!', '?', delimiter + ',', + delimiter + '。', delimiter + '!', delimiter + '?', delimiter + '、',