/** * @copyright Sister Software * @license AGPL-3.0 * @author Teffen Ellis, et al. * * `cz-pcfirst-preposition` — the Czech pc-first prepositional-locality shard, fourth orthography * of the #901 leading-name-boundary family. The #897 close-out read all 8 residual CZ rows as one * class: a LEADING postcode mis-assigned as house_number while the multi-word "nad/pod/u X" * locality shatters ("51244 Rokytnice nad Jizerou, Dolní Rokytnice 111" → street * 'RokytnicenadJizerou' + house_number '51244'). That leading-5-digit confusion is the * anchor-pollution class whose decode-time OVERRIDE was correctly killed in #723 — this shard is * the model-first fix as DATA: real prepositional localities in the order that breaks, so the * model learns that a leading postcode before a multi-word name is a postcode. pc-first leads the * cycle (the lesson); canonical and city-first keep the polarity balanced (the v1.9.9 lesson). */ import { type ShardRecipe } from "./scaffold.ts"; /** * Shard recipe registered with the corpus builder — see the file header for the parse behaviour it exists to exercise, * and `description` below for the surface form it generates. */ export declare const czPcFirstPrepositionRecipe: ShardRecipe; //# sourceMappingURL=cz-pcfirst-preposition.d.ts.map