Skip to content

German Barriers

Barrier templates for supported Barriers.

GermanBarrierCategory

Bases: BarrierCategorization

The category to which a barrier belongs.

Source code in src/limes/analyzers/de/barriers.py
class GermanBarrierCategory(BarrierCategorization):
    """The category to which a barrier belongs."""

    HIGH_LANGUAGE_LEVEL = "Hohes sprachliches Niveau"
    COMPLEX_VERB_CONSTRUCT = "Komplexe Verb-Konstruktion"
    NEGATION = "Verneinung"
    SENTENCE_STRUCTURE = "Satzbau"
    INFORMATION_STRUCTURE = "Informationsstruktur"
    COMPOUNDS = "Komposita"
    WORD_CHOICE = "Wortwahl"