From 2d386d0c497baf2f30d7d65a9713cfd088e64f0f Mon Sep 17 00:00:00 2001 From: Frank Lin Date: Mon, 19 Jan 2026 09:51:10 -0800 Subject: [PATCH] =?UTF-8?q?Fix=20s2twp=20=E5=85=83=E6=95=B0=E6=8D=AE->?= =?UTF-8?q?=E5=BE=8C=E8=A8=AD=E8=B3=87=E6=96=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- data/dictionary/STPhrases.txt | 1 + test/testcases/testcases.json | 9 +++++++++ 2 files changed, 10 insertions(+) diff --git a/data/dictionary/STPhrases.txt b/data/dictionary/STPhrases.txt index b92e2273..685c095e 100644 --- a/data/dictionary/STPhrases.txt +++ b/data/dictionary/STPhrases.txt @@ -5074,6 +5074,7 @@ 元恶 元惡 元恶大奸 元惡大奸 元恶大憝 元惡大憝 +元数据 元數據 元曲 元曲 元曲四大家 元曲四大家 元秋 元秋 diff --git a/test/testcases/testcases.json b/test/testcases/testcases.json index 6585dea3..43293c65 100755 --- a/test/testcases/testcases.json +++ b/test/testcases/testcases.json @@ -446,6 +446,15 @@ "tw2sp": "前列腺、抑郁症、胰腺的医学术语", "t2s": "摄护腺、忧郁症、胰脏的医学术语" } + }, + { + "id": "BYVoid_OpenCC_Issue_475", + "input": "元数据 元數據", + "expected": { + "s2twp": "後設資料 後設資料", + "s2tw": "元數據 元數據", + "s2t": "元數據 元數據" + } } ] }