Datasets:
Add source: 1000_novels (1000 Novels Corpus, CLARIN-PL, CC BY 4.0)
#1
by bartoszkobylinski1 - opened
data/1000_novels/1000_novels.md
ADDED
|
@@ -0,0 +1,42 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
# 1000_novels
|
| 2 |
+
|
| 3 |
+
1000 Novels Corpus (CLARIN-PL) — Polish prose
|
| 4 |
+
|
| 5 |
+
## Dataset description
|
| 6 |
+
- **Source (upstream):** https://clarin-pl.eu/dspace/handle/11321/312
|
| 7 |
+
- **Domain:** literature
|
| 8 |
+
- **Language:** Polish (pl)
|
| 9 |
+
- **License:** `CC-BY-4.0`
|
| 10 |
+
- **Created (range):** 1785-01-01, 2013-12-31
|
| 11 |
+
- **Added:** 2026-06-26
|
| 12 |
+
|
| 13 |
+
## Licensing — traceable basis
|
| 14 |
+
The 1000 Novels Corpus is released under Creative Commons Attribution 4.0 International
|
| 15 |
+
(CC BY 4.0) via the CLARIN-PL digital repository (handle 11321/312). Attribution:
|
| 16 |
+
Eder, Maciej; Rybicki, Jan; Młynarczyk, Ksenia; Oleksy, Marcin; Borys, Robert; Maryl, Maciej;
|
| 17 |
+
Piasecki, Maciej (Wrocław University of Technology). License: https://creativecommons.org/licenses/by/4.0/
|
| 18 |
+
|
| 19 |
+
## Note on dates
|
| 20 |
+
The corpus-level range above is derived from the per-document edition
|
| 21 |
+
years encoded in the source filenames (e.g. `andersen_cos_1899.txt`); per-document
|
| 22 |
+
publication years are recoverable from each item's source URL.
|
| 23 |
+
|
| 24 |
+
## Provenance
|
| 25 |
+
Pulled from SpeakLeash's public redistribution (`speakleash-ds-pub`, key `1000_novels_corpus_CLARIN-PL`) of the
|
| 26 |
+
upstream source above. SpeakLeash credited as intermediate aggregator; upstream license/attribution preserved.
|
| 27 |
+
|
| 28 |
+
## Statistics
|
| 29 |
+
| documents | characters | tokens (tiktoken proxy) |
|
| 30 |
+
|---:|---:|---:|
|
| 31 |
+
| 1,000 | 151,610,758 | 60,517,363 |
|
| 32 |
+
|
| 33 |
+
## Filters applied (build_dynaword.py)
|
| 34 |
+
Minimal, per Dynaword guidelines (heavy filtering left to downstream use):
|
| 35 |
+
- drop documents < 200 chars: **0**
|
| 36 |
+
- drop non-Polish (diacritic ratio): **0**
|
| 37 |
+
- exact cross-source dedup (sha1): **0**
|
| 38 |
+
- OCR alpha-ratio < 0.70 (OCR sources only): **0**
|
| 39 |
+
- read 1,000 → kept 1,000
|
| 40 |
+
|
| 41 |
+
Token counts are a fast tiktoken (cl100k) proxy (~1% off Llama-3); the canonical
|
| 42 |
+
Llama-3 count is computed at release.
|
data/1000_novels/1000_novels.parquet
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:5dc160b487397260e0dfd974048354f65f5f0118baaf9d66bf03d0dd53769f04
|
| 3 |
+
size 105016776
|
data/1000_novels/1000_novels.stats.json
ADDED
|
@@ -0,0 +1 @@
|
|
|
|
|
|
|
| 1 |
+
{"read": 1000, "kept": 1000, "drop_short": 0, "drop_lang": 0, "drop_dup": 0, "drop_ocr": 0, "chars": 151610758, "tokens": 60517363, "secs": 0.0, "license": "CC-BY-4.0"}
|