# dziennik_ustaw Dziennik Ustaw + Monitor Polski (Polish primary legislation) ## Dataset description - **Source (upstream):** https://api.sejm.gov.pl/eli/acts - **Domain:** legal - **Language:** Polish (pl) - **License:** `public-domain (official documents)` - **Created (range):** 1918-01-01, 2025-12-31 - **Added:** 2026-06-15 ## Licensing — traceable basis Normative acts and their official drafts are not subject to copyright (PL art. 4 ustawy o prawie autorskim). Published by the state; reuse unrestricted. ## Provenance Fetched directly from the Sejm ELI API (text.html per act) by src/fetch_eli.py — a native source, not redistributed via SpeakLeash. Full provenance: each act's `meta.url` is its ELI address, resolvable on api.sejm.gov.pl. ## Statistics | documents | characters | tokens (tiktoken proxy) | |---:|---:|---:| | 35,442 | 1,226,137,838 | 486,126,575 | ## Filters applied (build_dynaword.py) Minimal, per Dynaword guidelines (heavy filtering left to downstream use): - drop documents < 200 chars: **0** - drop non-Polish (diacritic ratio): **0** - exact cross-source dedup (sha1): **0** - OCR alpha-ratio < 0.70 (OCR sources only): **0** - read 35,442 → kept 35,442 Token counts are a fast tiktoken (cl100k) proxy (~1% off Llama-3); the canonical Llama-3 count is computed at release.