forked from GitHub/comp-syntax-gu-mlt
17 lines
406 B
JSON
17 lines
406 B
JSON
{
|
|
"compsyn": {
|
|
"train_data_path": "PATH-TO-YOUR-TRAIN-SPLIT",
|
|
"dev_data_path": "PATH-TO-YOUR-DEV-SPLIT",
|
|
"word_idx": 1,
|
|
"tasks": {
|
|
"upos": {
|
|
"task_type": "seq",
|
|
"column_idx": 3
|
|
},
|
|
"dependency": {
|
|
"task_type": "dependency",
|
|
"column_idx": 6
|
|
}
|
|
}
|
|
}
|
|
} |