From 9e8c07857c5131330f440c88b64121f4855ded14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E3=82=B3=E3=83=9E=E3=83=AA=E3=83=B3=E8=A6=AA=E8=A1=9B?= =?UTF-8?q?=E9=9A=8A?= Date: Tue, 10 Sep 2024 09:21:07 +0900 Subject: [PATCH] Update norm.rs --- sbv2_core/src/norm.rs | 7 ------- 1 file changed, 7 deletions(-) diff --git a/sbv2_core/src/norm.rs b/sbv2_core/src/norm.rs index 7897d57..f9989fa 100644 --- a/sbv2_core/src/norm.rs +++ b/sbv2_core/src/norm.rs @@ -69,13 +69,6 @@ __PUNCTUATION_CLEANUP_PATTERN = re.compile( ) */ -pub const ZH_SYMBOLS: [&str; 65] = [ - "E", "En", "a", "ai", "an", "ang", "ao", "b", "c", "ch", "d", "e", "ei", "en", "eng", "er", - "f", "g", "h", "i", "i0", "ia", "ian", "iang", "iao", "ie", "in", "ing", "iong", "ir", "iu", - "j", "k", "l", "m", "n", "o", "ong", "ou", "p", "q", "r", "s", "sh", "t", "u", "ua", "uai", - "uan", "uang", "ui", "un", "uo", "v", "van", "ve", "vn", "w", "x", "y", "z", "zh", "AA", "EE", - "OO", -]; pub const JP_SYMBOLS: [&str; 42] = [ "N", "a", "a:", "b", "by", "ch", "d", "dy", "e", "e:", "f", "g", "gy", "h", "hy", "i", "i:", "j", "k", "ky", "m", "my", "n", "ny", "o", "o:", "p", "py", "q", "r", "ry", "s", "sh", "t",