mirror of
https://github.com/GrammaticalFramework/comp-syntax-gu-mlt.git
synced 2026-02-08 22:41:05 -07:00
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
|
|
}
|
|
}
|
|
}
|
|
} |