Documentation

Linglib.Theories.Syntax.Minimalism.Formal.XBar

Bar level in X-Bar theory

  • zero: X (head, minimal projection)
  • bar: X' (intermediate projection)
  • max: XP (maximal projection, phrase)
Instances For

    An X-Bar phrase with explicit Spec-Head-Complement structure

    This captures the traditional X-Bar schema:

    • head: The lexical head X
    • complement: The sister of X (selected by X)
    • specifier: The sister of X' (in Spec position)
    • cat: The category of the phrase
    Instances For
      Equations
      • One or more equations did not get rendered due to their size.
      Instances For

        Create an X-Bar phrase from a head only (no complement or specifier)

        Equations
        Instances For

          Add a complement to an X-Bar phrase (head + complement = X')

          Equations
          Instances For

            Add a specifier to an X-Bar phrase (X' + specifier = XP)

            Equations
            Instances For

              Compute the bar level of a syntactic object relative to a root

              • A leaf is minimal (zero)
              • A node where the head projects further is intermediate (bar)
              • A node where the head doesn't project further is maximal (max)
              Equations
              Instances For

                Alternative: determine bar level from structure alone

                Equations
                Instances For

                  Get the specifier of a node (the non-projecting daughter)

                  In {Spec, X'}, the specifier is the daughter that doesn't share the label with the parent.

                  Equations
                  Instances For

                    Get the complement of a node (the selected daughter)

                    In {X, Complement}, the complement is the daughter selected by the head.

                    Equations
                    Instances For

                      Get the head of a phrase (the projecting minimal element)

                      Equations
                      Instances For

                        An X-Bar phrase is well-formed if:

                        1. The head has the appropriate category
                        2. The complement (if present) is selected by the head
                        3. Structure is binary branching
                        Equations
                        • One or more equations did not get rendered due to their size.
                        Instances For

                          Build a SyntacticObject from an XBarPhrase

                          Constructs the tree bottom-up:

                          1. Head alone = X
                          2. Head + Complement = X' (merge head with complement)
                          3. X' + Specifier = XP (merge specifier with X')
                          Equations
                          • One or more equations did not get rendered due to their size.
                          Instances For

                            Analyze a SyntacticObject as an X-Bar phrase

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

                              Selection determines complement position

                              Heads are minimal (zero bar level)

                              Phrases built from specifier+X' are maximal

                              Example: Building "the cat" as a DP

                              [D the] + [N cat] = [DP [D the] [N cat]] D selects N, so D projects

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

                                Example: "John saw Mary" as a simple clause sketch

                                V selects D (object), so in [V saw] + [D Mary]: V projects, making VP

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