Some checks failed
CI / go-lint (push) Has been skipped
CI / python-lint (push) Has been skipped
CI / nodejs-lint (push) Has been skipped
CI / test-go-school (push) Successful in 29s
CI / test-go-edu-search (push) Successful in 27s
CI / test-python-klausur (push) Failing after 1m49s
CI / test-python-agent-core (push) Successful in 15s
CI / test-nodejs-website (push) Successful in 17s
_insert_missing_ipa was adding dictionary IPA to cells that had NO phonetic transcription on the original page (e.g. "scissors" heading, "scarf - scarves" without IPA). Now guarded by _text_has_garbled_ipa() which checks for OCR-mangled phonetic markers (stress marks, length marks, IPA special chars) before allowing insertion. Rule: if a line has no phonetics, don't add any. Where garbled IPA exists, replace it with correct IPA notation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>