Skip to content
Snippets Groups Projects
config_global_2.json 993 B
{
    "usecase_description": "Config file for usecase_2",
    "input": {
        "name": "fra.sdrt.annodis_dev",
        "file": ".ttok",
        "language": "fr"
    },
    "steps":{
        "main": "annotation",
        "pre-processing": {
            "tokenization": false,
            "tokenization_tool" : "spacy",
            "sentence_split": true,
            "sentence_split_splitor": "stanza",
            "syntactic_parsing": false, 
            "NER_format_initialisation": true
        },
        "discourse_segmenter": {
            "model": "tony",
            "training": {
                "toolkit": null,
                "pre_trained_lm": null,
                "config_file": null,
                "train_data_path": null,
                "validation_data_path": null
            }
        },
        "post-processing": {
            "json_to_tab": true,
            "tab_to_bracket":true
        },
        "evaluation": false,
        "gold_test_data_path": null
    }
}