MCPcopy
hub / github.com/typedgrammar/typed-japanese / PerItem

Interface PerItem

playground/src/components/Eval.tsx:16–24  ·  view source on GitHub ↗

* Eval view — renders the committed parsing-accuracy benchmark results as-is. * * Data source: playground/eval/history/bench-*.json, imported eagerly via * import.meta.glob. Each future round commits a new bench-NNN.json (+ updates * benchmark-scoreboard.md); once that PR merges and the playgrou

Source from the content-addressed store, hash-verified

14 * the new round appears here automatically — no code change needed.
15 */
16interface PerItem {
17 id: string;
18 source: string;
19 chapter: string | null;
20 jp: string;
21 total: number;
22 verdict: "conforms" | "needs-work";
23 issueCount: number;
24}
25interface Proposal {
26 target: "ts-def" | "prompt" | "content";
27 title: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected