Skip to content
Snippets Groups Projects
Select Git revision
  • 42f75de935ca791ba1369116429cd3e3e0c55b5b
  • main default protected
2 results

config_global_2.json

Blame
  • user avatar
    laura.riviere authored
    4c24c831
    History
    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
        }
    }