iiegn commited on
Commit
d1dcf01
·
verified ·
1 Parent(s): 74d94b5

Add ar_nyuad, ja_bccwj

Browse files
Files changed (1) hide show
  1. tools/blocked_treebanks.yaml +9 -0
tools/blocked_treebanks.yaml CHANGED
@@ -21,6 +21,15 @@ pt_cintil:
21
  license: "CC BY-NC-ND 4.0"
22
  alternative: "Load directly from UD release using trust_remote_code=True"
23
 
 
 
 
 
 
 
 
 
 
24
  # Add additional blocked treebanks here following the format above.
25
  # The parquet generation script will skip these treebanks.
26
  # They will still be accessible through the dataset loader when loading
 
21
  license: "CC BY-NC-ND 4.0"
22
  alternative: "Load directly from UD release using trust_remote_code=True"
23
 
24
+ ar_nyuad:
25
+ reason: "The underlying text is not included"
26
+ license: "CC BY-SA 4.0"
27
+ alternative: "User must obtain text separately and then merge with the UD annotation using a script distributed with UD"
28
+
29
+ ja_bccwj:
30
+ reason: "The underlying text is not included"
31
+ license: "CC BY-NC-SA 4.0"
32
+ alternative: "User must obtain text separately and then merge with the UD annotation using a script distributed with UD"
33
  # Add additional blocked treebanks here following the format above.
34
  # The parquet generation script will skip these treebanks.
35
  # They will still be accessible through the dataset loader when loading