From 5b1fafb21922c61a2de172c472a321cc14f7dc32 Mon Sep 17 00:00:00 2001 From: Yuuki Toriyama Date: Sat, 16 Nov 2024 18:08:45 +0900 Subject: [PATCH] =?UTF-8?q?update:=20#408:=20=E3=80=8C=E7=8F=AD=E7=9B=AE?= =?UTF-8?q?=E3=80=8D=E3=81=A8=E3=80=8C=E6=96=91=E7=9B=AE=E3=80=8D=E3=81=AE?= =?UTF-8?q?=E8=A1=A8=E8=A8=98=E3=82=86=E3=82=8C=E3=81=AB=E5=AF=BE=E5=BF=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core/src/adapter/orthographical_variant_adapter.rs | 2 ++ core/src/tokenizer/read_town.rs | 1 + ...02\214\343\201\270\343\201\256\345\257\276\345\277\234.csv" | 3 +++ 3 files changed, 6 insertions(+) diff --git a/core/src/adapter/orthographical_variant_adapter.rs b/core/src/adapter/orthographical_variant_adapter.rs index 1e51c4d..da053bc 100644 --- a/core/src/adapter/orthographical_variant_adapter.rs +++ b/core/src/adapter/orthographical_variant_adapter.rs @@ -31,6 +31,7 @@ pub enum OrthographicalVariant { 國, 鉋, 鷆, + 斑, } impl OrthographicalVariant { @@ -67,6 +68,7 @@ impl OrthographicalVariant { OrthographicalVariant::國 => &['國', '国'], OrthographicalVariant::鉋 => &['鉋', '飽'], OrthographicalVariant::鷆 => &['鷆', '鷏'], + OrthographicalVariant::斑 => &['斑', '班'], } } diff --git a/core/src/tokenizer/read_town.rs b/core/src/tokenizer/read_town.rs index a10d4c7..defaffc 100644 --- a/core/src/tokenizer/read_town.rs +++ b/core/src/tokenizer/read_town.rs @@ -93,6 +93,7 @@ fn find_town(input: &str, candidates: &Vec) -> Option<(String, String)> OrthographicalVariant::國, OrthographicalVariant::鉋, OrthographicalVariant::鷆, + OrthographicalVariant::斑, ], }; if let Some(result) = adapter.apply(input, candidate) { diff --git "a/tests/test_data/\347\225\260\345\255\227\344\275\223\343\201\247\343\201\257\343\201\252\343\201\204\350\241\250\350\250\230\343\202\206\343\202\214\343\201\270\343\201\256\345\257\276\345\277\234.csv" "b/tests/test_data/\347\225\260\345\255\227\344\275\223\343\201\247\343\201\257\343\201\252\343\201\204\350\241\250\350\250\230\343\202\206\343\202\214\343\201\270\343\201\256\345\257\276\345\277\234.csv" index f19ab02..ba065e8 100644 --- "a/tests/test_data/\347\225\260\345\255\227\344\275\223\343\201\247\343\201\257\343\201\252\343\201\204\350\241\250\350\250\230\343\202\206\343\202\214\343\201\270\343\201\256\345\257\276\345\277\234.csv" +++ "b/tests/test_data/\347\225\260\345\255\227\344\275\223\343\201\247\343\201\257\343\201\252\343\201\204\350\241\250\350\250\230\343\202\206\343\202\214\343\201\270\343\201\256\345\257\276\345\277\234.csv" @@ -6,3 +6,6 @@ address,prefecture,city,town,rest # 「上氷鉋」と「上氷飽」の表記揺れへの対応 長野県長野市川中島町上氷鉋1368,長野県,長野市,川中島町上氷鉋,1368 長野県長野市川中島町上氷飽1368,長野県,長野市,川中島町上氷鉋,1368 +# 「斑目」と「班目」の表記揺れへの対応 +神奈川県南足柄市班目639,神奈川県,南足柄市,班目,639 +神奈川県南足柄市斑目639,神奈川県,南足柄市,班目,639