FaheemBEG commited on
Commit
9e1efab
·
verified ·
1 Parent(s): 7b18560

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -1
README.md CHANGED
@@ -97,7 +97,8 @@ The following fields were extracted and/or transformed from the original source:
97
  - `number` / `text_number`: article or act number when applicable.
98
  - `category`: type of the related document (e.g. `LOI`, `DECRET`, etc.).
99
  - `link_type`: nature of the relationship (e.g. `TXT_SOURCE`, `CITATION`).
100
- - `link_direction`: direction of the relation (`source` when the current article cites another text, `cible` when it is cited by another text).
 
101
  - `nor`: NOR identifier of the related act, when available.
102
  - `text_signature_date`: signature date of the related text (YYYY-MM-DD), when available.
103
 
 
97
  - `number` / `text_number`: article or act number when applicable.
98
  - `category`: type of the related document (e.g. `LOI`, `DECRET`, etc.).
99
  - `link_type`: nature of the relationship (e.g. `TXT_SOURCE`, `CITATION`).
100
+ - `link_direction`: direction of the relation, indicates whether the element carrying the link corresponds to the source or target of the link.
101
+ (e.g. `source` when the current article cites another text, `cible` when it is cited by another text).
102
  - `nor`: NOR identifier of the related act, when available.
103
  - `text_signature_date`: signature date of the related text (YYYY-MM-DD), when available.
104