From 0bbec5710507c94835499d33a2c50330f547ae08 Mon Sep 17 00:00:00 2001 From: "Chen, Chien-ting" Date: Sat, 14 Aug 2021 16:59:11 +0800 Subject: [PATCH] =?UTF-8?q?"=E4=B9=8E"=20is=20the=20archaric=20irrogative?= =?UTF-8?q?=20particle=20in=20Chinese.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pseudo-chinese.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pseudo-chinese.py b/pseudo-chinese.py index 15566aa..a242989 100644 --- a/pseudo-chinese.py +++ b/pseudo-chinese.py @@ -97,7 +97,7 @@ if __name__ == "__main__": elif "連体" in token['features'][0]: prime = "的" elif "疑問符" in token["features"][0]: - prime = "如何?" + prime = "乎?" result_list.append(hira_to_blank(prime))