Skip to content

紀伊細川の英字表記の綴り誤りを修正 - #1627

Merged
TinyKitten merged 2 commits into
devfrom
data/kii-hosokawa-romaji
Aug 12, 2026
Merged

紀伊細川の英字表記の綴り誤りを修正#1627
TinyKitten merged 2 commits into
devfrom
data/kii-hosokawa-romaji

Conversation

@TinyKitten

Copy link
Copy Markdown
Member

概要

紀伊細川駅(南海高野線)の英字表記が Kii-Hosoakwa になっていた綴り誤りを Kii-Hosokawa に修正する。

変更の種類

  • バグ修正
  • 新機能
  • データの修正・追加
  • リファクタリング
  • ドキュメント
  • CI/CD
  • その他

変更内容

  • data/3!stations.csvstation_cd=3200740(紀伊細川)について、station_name_r / station_name_rn をいずれも Kii-Hosoakwa から Kii-Hosokawa に修正。

Hosokawaka が入れ替わった綴り誤りで、同レコードのカタカナ キイホソカワ と住所「和歌山県伊都郡高野町大字細川732」から Hosokawa が正しいと判断した。周辺の同線区の駅(Shimokosawa / Kamikosawa / Kii-Kamiya)と同じ表記スタイルに揃う。

IPA 生成への影響

make ipa-audit で唯一の未解決名として残っていたもの。修正により romaji_to_katakana() がそのまま解決するようになり、辞書へ誤った綴りを登録せずに済む。

修正前: Kii-Hosoakwa  ->  <解決不可>(カタカナ読みへフォールバック)
修正後: Kii-Hosokawa  ->  kʲi.i hosokawa

テスト

cargo run -p data_validator を実行し [VALID] No errors reported. を確認。CSV のみの変更のためコードのチェックは省略。

  • cargo fmt --all -- --check が通ること
  • cargo clippy -- -D warnings が通ること
  • cargo testSQLX_OFFLINE=true)が通ること

省略: コード変更なし

関連Issue

スクリーンショット(任意)

station_name_r / station_name_rn がいずれも "Kii-Hosoakwa" となっており、
"Hosokawa" の k と a が入れ替わった綴り誤りだった。カタカナ (キイホソカワ)
と住所 (和歌山県伊都郡高野町大字細川) から Hosokawa が正しい。

make ipa-audit で唯一の未解決名として残っていたもので、修正により
romaji_to_katakana がそのまま解決し kʲi.i hosokawa を返すようになる。
cargo run -p data_validator は [VALID] No errors reported。

Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Px4SXdeBULB87KqD1TzKfy
@TinyKitten TinyKitten self-assigned this Aug 12, 2026
@github-actions github-actions Bot added the data label Aug 12, 2026
@coderabbitai

coderabbitai Bot commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

Important

Review skipped

Review was skipped due to path filters

⛔ Files ignored due to path filters (1)
  • data/3!stations.csv is excluded by !**/*.csv

CodeRabbit blocks several paths by default. You can override this behavior by explicitly including those paths in the path filters. For example, including **/dist/** will override the default block on the dist directory, by removing the pattern from both the lists.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: f8014607-93ee-4d85-bd33-0b409fd24598

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review

Comment @coderabbitai help to get the list of available commands.

@TinyKitten
TinyKitten merged commit 7a372ea into dev Aug 12, 2026
5 checks passed
@TinyKitten
TinyKitten deleted the data/kii-hosokawa-romaji branch August 12, 2026 00:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant