Commit dcc3727
fix(dict): surface 料理 and 鍵 buried below rare homophones
The conversion-quality suite flagged two everyday nouns losing the
cold-start tie to rarer same-reading kanji: 料理 (3968) sat below 良吏
(4296, archaic "good official") and 鍵 (4119) just below 鈎 (4124, rare
"hook/gaff"). Add both to PRIORITY_OVERRIDES (料理 4400, 鍵 4200) and
extend the hermetic guard.
Live (1.5B) end-to-end: case_0032 料理を作る now correct; case_0034's
noun resolves to 鍵 (was 鈎). The residual 探す→捜す is a genuine
near-synonym LLM flip on correct context, and 神/髪 (case_0030) stays
context-dependent — both deliberately left to the LLM, not force-ordered.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>1 parent 9acc4aa commit dcc3727
1 file changed
Lines changed: 6 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
| 129 | + | |
| 130 | + | |
129 | 131 | | |
130 | 132 | | |
131 | 133 | | |
| |||
1013 | 1015 | | |
1014 | 1016 | | |
1015 | 1017 | | |
1016 | | - | |
1017 | | - | |
| 1018 | + | |
| 1019 | + | |
| 1020 | + | |
| 1021 | + | |
1018 | 1022 | | |
1019 | 1023 | | |
1020 | 1024 | | |
| |||
0 commit comments