srehaag commited on
Commit
b93508e
1 Parent(s): 4b0a473

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -3
README.md CHANGED
@@ -38,13 +38,11 @@ the Refugee Law Lab's [Federal Court Bulk Decisions Dataset](https://refugeelab.
38
  - citation2 (string): For some documents multiple citations are available (e.g. for some periods
39
  the Supreme Court of Canada provided both official reported citation and neutral citation)
40
 
41
- - data_instance (string): Name of the data instance (e.g. "SCC", "FCA", "FC", etc)
42
-
43
  - year (int32): Year of the document date, which can be useful for filtering
44
 
45
  - name (string): Name of the document, typically the style of cause of a case
46
 
47
- - language (string): Language of the document, "en" for English, "fr" for French
48
 
49
  - document_date (string): Date of the document, typically the date of a decision (yyyy-mm-dd)
50
 
@@ -54,6 +52,8 @@ the Supreme Court of Canada provided both official reported citation and neutral
54
 
55
  - unofficial_text (string): Full text of the document (unofficial version, for official version see source_url)
56
 
 
 
57
  - other (string): Field for additional metadata in JSON format, currently a blank string for most datasets
58
 
59
  ### Data Languages
 
38
  - citation2 (string): For some documents multiple citations are available (e.g. for some periods
39
  the Supreme Court of Canada provided both official reported citation and neutral citation)
40
 
 
 
41
  - year (int32): Year of the document date, which can be useful for filtering
42
 
43
  - name (string): Name of the document, typically the style of cause of a case
44
 
45
+ - language (string): Language of the document, "en" for English, "fr" for French, "" for no language specified
46
 
47
  - document_date (string): Date of the document, typically the date of a decision (yyyy-mm-dd)
48
 
 
52
 
53
  - unofficial_text (string): Full text of the document (unofficial version, for official version see source_url)
54
 
55
+ - dataset (string): Name of the data instance (e.g. "SCC", "FCA", "FC", etc)
56
+
57
  - other (string): Field for additional metadata in JSON format, currently a blank string for most datasets
58
 
59
  ### Data Languages