Update README.md
Browse files
README.md
CHANGED
@@ -13,13 +13,13 @@ size_categories:
|
|
13 |
- 10K<n<100K
|
14 |
---
|
15 |
|
16 |
-
#
|
17 |
|
18 |
-
This dataset contains extracted text from the FBI's case files on the infamous "DB Cooper" skyjacking (NORJAK investigation). The files are sourced from the
|
19 |
|
20 |
## Dataset Details
|
21 |
|
22 |
-
- **Source:** FBI NORJAK (
|
23 |
- **Format:** Each entry contains a chunk of extracted text, the source page, and file metadata.
|
24 |
- **Rows:** 44,138
|
25 |
- **Size:** ~63.7 MB (raw); ~26.8 MB (Parquet)
|
@@ -32,10 +32,6 @@ This dataset was created to facilitate research and exploration of one of the mo
|
|
32 |
- Text mining, entity extraction, and timeline reconstruction.
|
33 |
- Comparative analysis with other historical FBI files (e.g., the JFK assassination records).
|
34 |
|
35 |
-
## Similar Datasets
|
36 |
-
|
37 |
-
- [JFK Files Text](https://huggingface.co/datasets/mysocratesnote/jfk-files-text): Extracted text from the JFK assassination records, processed in a similar fashion. See also [jfk-files-text GitHub](https://github.com/noops888/jfk-files-text)[3][5][7].
|
38 |
-
|
39 |
## Data Structure
|
40 |
|
41 |
Each row in the dataset contains:
|
|
|
13 |
- 10K<n<100K
|
14 |
---
|
15 |
|
16 |
+
# D.B. Cooper FBI Files Text Dataset
|
17 |
|
18 |
+
This dataset contains extracted text from the FBI's case files on the infamous "DB Cooper" skyjacking (NORJAK investigation). [The files are sourced from the FBI](https://vault.fbi.gov/D-B-Cooper%20) and are provided here for open research and analysis.
|
19 |
|
20 |
## Dataset Details
|
21 |
|
22 |
+
- **Source:** FBI NORJAK (D.B. Cooper) case files, as released and processed in the [db-cooper-files-text project](https://github.com/noops888/db-cooper-files-text).
|
23 |
- **Format:** Each entry contains a chunk of extracted text, the source page, and file metadata.
|
24 |
- **Rows:** 44,138
|
25 |
- **Size:** ~63.7 MB (raw); ~26.8 MB (Parquet)
|
|
|
32 |
- Text mining, entity extraction, and timeline reconstruction.
|
33 |
- Comparative analysis with other historical FBI files (e.g., the JFK assassination records).
|
34 |
|
|
|
|
|
|
|
|
|
35 |
## Data Structure
|
36 |
|
37 |
Each row in the dataset contains:
|