Documentation

Linglib.Syntax.Agreement.Target

Agreement targets #

This file defines the morphosyntactic positions where agreement surfaces, ordered by Corbett's Agreement Hierarchy: attributive > predicate > relative pronoun > personal pronoun, with semantic (rather than syntactic) agreement increasingly likely from left to right.

Main declarations #

Implementation notes #

verb is not a position of Corbett's hierarchy, and no ranking of it is encoded. [WZ00] classify verbs with the pronouns as INDEX-readers without ranking the INDEX-readers among themselves (WechslerZlatic2000.indexReaders_lowerSet), and [Com75]'s Predicate Hierarchy grades semantic-agreement likelihood among predicate sub-positions (Corbett2000.PredicateTarget); the two classifications are orthogonal. Hence the order is partial rather than linear.

References #

A morphosyntactic target where agreement can surface: the four positions of the Agreement Hierarchy ([Cor79]), plus verb for verbal gender/number agreement (off the hierarchy — see the module docstring).

  • attributive : Target

    Attributive adjective (e.g. French un bon livre).

  • predicate : Target

    Predicate adjective/verb (e.g. Russian kniga interesna).

  • relativePronoun : Target

    Relative pronoun (e.g. German der/die/das).

  • personalPronoun : Target

    Personal pronoun (e.g. English he/she/it).

  • verb : Target

    Verb (e.g. Hindi laRkaa aayaa vs laRkii aayii). A label only, not a fifth hierarchy position: hierarchyRank is none.

Instances For
    @[implicit_reducible]
    Equations
    def Agreement.instReprTarget.repr :
    TargetStd.Format
    Equations
    Instances For
      @[implicit_reducible]
      Equations

      Position on the four-point Agreement Hierarchy, higher = more syntactic (more likely to show syntactic agreement); none for verb, which is off the hierarchy.

      Equations
      Instances For
        @[implicit_reducible]
        instance Agreement.Target.instDecidableRelSumLe {α : Type u_1} {β : Type u_2} [LE α] [LE β] [DecidableRel fun (x1 x2 : α) => x1 x2] [DecidableRel fun (x1 x2 : β) => x1 x2] :
        DecidableRel fun (x1 x2 : α β) => x1 x2
        Equations
        @[implicit_reducible]

        The Agreement Hierarchy as a partial order, lifted along hierarchyCoord: the four canonical positions form a chain (so personalPronounattributive); verb, off the hierarchy, is comparable only to itself.

        Equations