# Treebanks that cannot be distributed as Parquet files # # This file lists treebanks that must be excluded from Parquet generation # due to licensing restrictions or other distribution constraints. # # Format: # treebank_name: # reason: "Brief explanation" # license: "License type" # alternative: "How users can access the data" # Example - To test the blocking system, uncomment this: # fr_gsd: # reason: "Test entry - demonstrating blocklist functionality" # license: "CC BY-SA 4.0 (normally allowed)" # alternative: "Load directly from UD release using trust_remote_code=True" # Real blocked treebanks: pt_cintil: reason: "Restrictive license prohibits redistribution in derived formats" license: "CC BY-NC-ND 4.0" alternative: "Load directly from UD release using trust_remote_code=True" ar_nyuad: reason: "The underlying text is not included" license: "CC BY-SA 4.0" alternative: "User must obtain text separately and then merge with the UD annotation using a script distributed with UD" ja_bccwj: reason: "The underlying text is not included" license: "CC BY-NC-SA 4.0" alternative: "User must obtain text separately and then merge with the UD annotation using a script distributed with UD" # Add additional blocked treebanks here following the format above. # The parquet generation script will skip these treebanks. # They will still be accessible through the dataset loader when loading # from the original CoNLL-U files.