carlosrosas commited on
Commit
8b135ff
·
verified ·
1 Parent(s): 69e39be

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
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