get_example_task_files
get_example_task_files(task_name)Return the standard file paths for a bundled example task.
Parameters
| Name | Type | Description | Default |
|---|---|---|---|
| task_name | str | Bundled task directory name. | required |
Returns
| Name | Type | Description |
|---|---|---|
| dict[str, Path] | Dictionary containing task_dir, codebook_path, and |
|
| dict[str, Path] | ground_truth_csv paths. |