From 987692df6c3a6c4d51bee675bb2073bb2332e64f Mon Sep 17 00:00:00 2001 From: Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> Date: Tue, 22 Sep 2026 13:23:47 +0900 Subject: prh.yml: 「尚」の規則を副詞の用法だけに限定する MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 人名(阿部泰尚)や大学名(尚絅学院大学)を誤検出していたため、読点が続く「尚」だけを対象にした。 --- prh.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'prh.yml') diff --git a/prh.yml b/prh.yml index e72b0cc..b4b2c15 100644 --- a/prh.yml +++ b/prh.yml @@ -844,8 +844,8 @@ rules: expected: とりあえず - pattern: /([^有])無([かくいけし])/ expected: $1な$2 - - pattern: /尚([^早徳])/ - expected: なお$1 + - pattern: /尚(?=[、,,])/ + expected: なお - pattern: - 名残 - 名残り -- cgit v1.3.1