Update README.md
Browse files
README.md
CHANGED
|
@@ -59,10 +59,11 @@ The data is structured at **page level**: each row represents one page of a sour
|
|
| 59 |
| `license` | License of the source document (e.g. `cc-by`, `cc0`) |
|
| 60 |
| `terms` | Additional usage terms, if any |
|
| 61 |
| `discipline` | Original classification found in the repository (e.g. `Sciences humaines et sociales`, `Sciences cognitives`) |
|
| 62 |
-
| `supra` | Classification based on the OECD \- Research Areas supra categories |
|
| 63 |
| `source` | Repository or journal of origin |
|
| 64 |
| `page` | Page number within the source PDF |
|
| 65 |
| `text` | Extracted text content of the page, in Markdown format |
|
|
|
|
|
|
|
| 66 |
|
| 67 |
## **Processing Pipeline**
|
| 68 |
|
|
|
|
| 59 |
| `license` | License of the source document (e.g. `cc-by`, `cc0`) |
|
| 60 |
| `terms` | Additional usage terms, if any |
|
| 61 |
| `discipline` | Original classification found in the repository (e.g. `Sciences humaines et sociales`, `Sciences cognitives`) |
|
|
|
|
| 62 |
| `source` | Repository or journal of origin |
|
| 63 |
| `page` | Page number within the source PDF |
|
| 64 |
| `text` | Extracted text content of the page, in Markdown format |
|
| 65 |
+
| `word_count` | Entry's word count |
|
| 66 |
+
| `supra` | Classification based on the OECD \- Research Areas supra categories |
|
| 67 |
|
| 68 |
## **Processing Pipeline**
|
| 69 |
|