diff options
| author | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-09-22 13:23:47 +0900 |
|---|---|---|
| committer | Yasutake Yohei <61961825+yasutakeyohei@users.noreply.github.com> | 2026-09-22 13:28:12 +0900 |
| commit | 987692df6c3a6c4d51bee675bb2073bb2332e64f (patch) | |
| tree | 90c323b1410bd86f0da888ca1603b4301640055c | |
| parent | d94e893728e10276245231ef05b4c05c90bd9787 (diff) | |
prh.yml: 「尚」の規則を副詞の用法だけに限定する
人名(阿部泰尚)や大学名(尚絅学院大学)を誤検出していたため、読点が続く「尚」だけを対象にした。
| -rw-r--r-- | prh.yml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -844,8 +844,8 @@ rules: expected: とりあえず - pattern: /([^有])無([かくいけし])/ expected: $1な$2 - - pattern: /尚([^早徳])/ - expected: なお$1 + - pattern: /尚(?=[、,,])/ + expected: なお - pattern: - 名残 - 名残り |
