{"documentation": "Settings that generate the Makefile for the corpus pipeline", "order": ["struct_tag", "struct_tag_simple", "title", "title_sv", "documentation", "type", "properties"], "properties": {"corpus": {"default": "untitled", "description": "The corpus identifier", "description_sv": "Korpusidentifierare", "title": "Corpus name", "title_sv": "Korpusnamn", "type": "string"}, "lang": {"default": "de", "enum": ["de"], "title": "Analysis mode", "title_sv": "Analysmode", "type": "string"}, "order": ["corpus", "lang", "textmode", "positional_attributes", "text_attributes"], "positional_attributes": {"default": {"lexical_attributes": ["pos", "msd", "lemma"], "order": ["lexical_attributes"]}, "description": "Positional attributes to generate in the analysis. Attributes already present in the word tag must not appear here again.", "description_sv": "Positionella attribut som ska genereras i analysen. Attribut som har valts under 'ordtagg' f\u00e5r inte f\u00f6rekomma h\u00e4r.", "properties": {"lexical_attributes": {"default": ["pos", "msd", "lemma"], "description": "Attributes for the lexical analysis", "description_sv": "Attribut f\u00f6r lexikalanalysen", "items": {"enum": ["pos", "msd", "lemma"], "title": "Attribute", "title_sv": "Attribut", "type": "string"}, "title": "Lexical analysis", "title_sv": "Lexikalanalys", "type": "array"}, "order": ["lexical_attributes"]}, "title": "Positional attributes", "title_sv": "Positionella attribut", "type": "object"}, "text_attributes": {"default": {"order": ["readability_metrics"], "readability_metrics": ["lix", "ovix", "nk"]}, "description": "Text attributes to generate in the analysis. Attributes already present under 'Document element > Structural attributes' must not appear here again.", "description_sv": "Textattribut som ska genereras i analysen. Attribut som har valts under 'Dokumentelement > Strukturella attribut' f\u00e5r inte f\u00f6rekomma h\u00e4r.", "properties": {"order": ["readability_metrics"], "readability_metrics": {"default": ["lix", "ovix", "nk"], "description": "Attributes for different readability metrics", "description_sv": "Attribut f\u00f6r olika sorters l\u00e4sbarhetsv\u00e4rden", "items": {"enum": ["lix", "ovix", "nk"], "title": "Attribute", "title_sv": "Attribut", "type": "string"}, "title": "Readability metrics", "title_sv": "L\u00e4sbarhetsv\u00e4rden", "type": "array"}}, "title": "Text attributes", "title_sv": "Textattribut", "type": "object"}, "textmode": {"default": "plain", "description": "Input format for the pipeline", "description_sv": "Indataformatet till importkedjan", "enum": ["plain"], "title": "Text input mode", "title_sv": "Textl\u00e4ge", "type": "string"}}, "struct_tag": {"description": "A tag for a structral element", "description_sv": "En tagg f\u00f6r ett strukturellt element", "properties": {"attributes": {"default": [], "description": "The attributes of this tag in the XML", "description_sv": "Attribut inom den taggen som ska f\u00e5ngas in fr\u00e5n XML:en", "items": {"title": "Structural attribute", "title_sv": "Strukturellt attribut", "type": "string"}, "title": "Structural attributes", "title_sv": "Strukturella attribut", "type": "array"}, "order": ["tag", "attributes"], "tag": {"description": "The identifer of the tag in the XML", "description_sv": "Taggens identifierare i XML:en", "title": "Tag", "title_sv": "Tagg", "type": "string"}}, "title": "Structural element tag", "title_sv": "Strukturellt-element-tagg", "type": "object"}, "struct_tag_simple": {"description": "Attribute tag which segmentation is based on", "description_sv": "Attribut-tagg som segmenteringen \u00e4r baserad p\u00e5", "title": "Costum attribute tag", "title_sv": "Egen attribut-tagg", "type": "string"}, "title": "Corpus pipeline makefile settings", "title_sv": "Makefilsinst\u00e4llningar till korpusimportkedjan", "type": "object"}