Skip to content

japanese-verb-tower: fix README demo-verb list to match the code#42

Merged
jbeshir merged 1 commit into
mainfrom
fix/jvt-readme-demo-verbs
Jun 21, 2026
Merged

japanese-verb-tower: fix README demo-verb list to match the code#42
jbeshir merged 1 commit into
mainfrom
fix/jvt-readme-demo-verbs

Conversation

@jbeshir

@jbeshir jbeshir commented Jun 21, 2026

Copy link
Copy Markdown
Owner

The widget's README was out of sync with its code. The "10 demo verbs" table (and one teaching-note example) listed 見る, but the widget actually features 帰るFEATURED_KANJI in src/morph.ts:185 ships ['飲む','話す','行く','買う','待つ','泳ぐ','食べる','帰る','する','来る'], and src/data/verbs.sample.json carries 帰る as かえる / kaeru / godan-r / to return.

Changes (README only):

  • Replace the table row 見る | みる | miru | ichidan | see with 帰る | かえる | kaeru | godan | return.
  • Add 帰る to the "Notable edge cases" line — it looks ichidan (ends in ‑える) but conjugates godan (帰らない/帰った), which is exactly why it's the more interesting demo verb.
  • Drop 見る from the "Ichidan passive ≈ potential" example, leaving 食べる (the featured ichidan verb).

Surfaced while writing the design/frontend tutorials for this widget (#39, #40); both tutorials already follow the code, so this aligns the widget's own README with them.

🤖 Generated with Claude Code

The README's '10 demo verbs' table and ichidan teaching note listed 見る, but the widget actually features 帰る (FEATURED_KANJI in src/morph.ts). Replace the table row with 帰る (かえる/kaeru/godan/return), note its godan-in-ichidan-clothing trap in the edge-cases line, and drop 見る from the ichidan passive≈potential example (食べる is the featured ichidan verb).

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
@jbeshir jbeshir merged commit d0066b7 into main Jun 21, 2026
6 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant