Skip to content
Snippets Groups Projects
config_1.json 873 B
{
    "usecase_description": "Config file for usecase_1 : from a text, get the same text but with EDU bracket using ToNy segmenter.",
    "input": {
        "name": "chaperontest",
        "file": ".ss",
        "folder_path": "../data/chaperontest",
        "format": "raw_sentences",
        "language": "fr",
        "gold": false,
        "results_path": "../data/chaperontest/results"
    },
    "output": {
        "format": "bracket",
        "framework": "sdrt"
    },
    "steps":{
        "pre-processing": {
            "tokenization": true,
            "sentence_split": true,
            "syntactic_parsing": false,
            "NER_format_initialisation": true
        },
        "discourse_segmenter": {
            "model": "tony"
        },
        "post-processing": {
            "json_to_tab": true,
            "tab_to_bracket":true
        }
    }
}