Datasets:
docs: short README (structure overview + file-map)
Browse files
README.md
ADDED
|
@@ -0,0 +1,24 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: other
|
| 3 |
+
language:
|
| 4 |
+
- en
|
| 5 |
+
tags:
|
| 6 |
+
- itu
|
| 7 |
+
- itu-t
|
| 8 |
+
- telecom
|
| 9 |
+
- standards
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
+
# ITU-T source mirror
|
| 13 |
+
|
| 14 |
+
This dataset mirrors the ITU Telecommunication Standardization Sector (ITU-T) Recommendations. Every source is kept twice: `original/` is the Recommendation as ITU-T released it (PDF), and `marked/` is that same document converted to Markdown for search and retrieval, one `raw.md` per document with any figures extracted beside it. The two trees share identical paths, so a file in `original/` has a parsed twin at the matching path under `marked/`; both are grouped by ITU-T Recommendation series, the single-letter folders A through Z. `manifest.jsonl` carries one row per file (path, SHA-256, parse status), and `STATUS.md` reports how much of the corpus has been parsed.
|
| 15 |
+
|
| 16 |
+
```text
|
| 17 |
+
itu/
|
| 18 |
+
original/ # Recommendations as published, by series
|
| 19 |
+
G/ H/ Q/ Y/ ...
|
| 20 |
+
marked/ # Markdown mirror of original/, same paths
|
| 21 |
+
Y/.../raw.md # one per document, images beside it
|
| 22 |
+
manifest.jsonl # one row per file: path, sha256, parse status
|
| 23 |
+
STATUS.md # parse-coverage summary
|
| 24 |
+
```
|