Documentation

Linglib.Theories.Syntax.DependencyGrammar.Core.LexicalRules

A lexical entry: word form + category + features + argument structure. Uses the shared Features bundle from Core/Basic.lean. The inv field is DG-specific (auxiliary inversion state).

Instances For
    Equations
    • One or more equations did not get rendered due to their size.
    Instances For

      Auxiliary verb (non-inverted): subject left, main verb right

      Equations
      • One or more equations did not get rendered due to their size.
      Instances For

        Auxiliary verb (inverted): subject right, main verb right

        Equations
        • One or more equations did not get rendered due to their size.
        Instances For

          A lexical rule transforms one lexical entry into another

          Instances For

            Auxiliary Inversion Rule: V+aux,-inv → V+aux,+inv The subject moves from left to right position

            Equations
            • One or more equations did not get rendered due to their size.
            Instances For

              Passive Rule: VN → V+passive Object is removed (promoted to subject), by-phrase added as optional

              Equations
              • One or more equations did not get rendered due to their size.
              Instances For

                Apply a lexical rule if it matches

                Equations
                Instances For

                  Apply all applicable rules to generate derived entries

                  Equations
                  Instances For