Update README.md
Browse files
README.md
CHANGED
@@ -18,6 +18,10 @@ The files in this dataset are as follows:
|
|
18 |
- `metadata.csv`: a CSV containing document metadata for each document we have collected. **This metadata may not be the same as what's stored in the source databases** – we have cleaned and added metadata where it's corrupted or missing.
|
19 |
- `full_text.jsonl`: a jsonlines file containing the full text of each document we have parsed. Each row is a text block (paragraph) with all the associated text block and document metadata.
|
20 |
|
|
|
|
|
|
|
|
|
21 |
## Fields
|
22 |
|
23 |
TODO
|
@@ -26,3 +30,7 @@ TODO
|
|
26 |
|
27 |
* Author names are sometimes corrupted
|
28 |
* Text blocks in non-English languages are currently missing or marked as `nan`
|
|
|
|
|
|
|
|
|
|
18 |
- `metadata.csv`: a CSV containing document metadata for each document we have collected. **This metadata may not be the same as what's stored in the source databases** – we have cleaned and added metadata where it's corrupted or missing.
|
19 |
- `full_text.jsonl`: a jsonlines file containing the full text of each document we have parsed. Each row is a text block (paragraph) with all the associated text block and document metadata.
|
20 |
|
21 |
+
## Citing this data
|
22 |
+
|
23 |
+
TODO
|
24 |
+
|
25 |
## Fields
|
26 |
|
27 |
TODO
|
|
|
30 |
|
31 |
* Author names are sometimes corrupted
|
32 |
* Text blocks in non-English languages are currently missing or marked as `nan`
|
33 |
+
|
34 |
+
## Usage in Python
|
35 |
+
|
36 |
+
TODO
|