Documentation

Linglib.Theories.Syntax.HPSG.Core.FromFragments

HPSG Interpretation of Fragment Entries #

@cite{pollard-sag-1994}, @cite{sag-wasow-bender-2003}

Maps Fragment lexical entries to HPSG Signs (words with appropriate Synsem).

This is the theory interpretation layer: Fragment entries are theory-neutral, and this module provides the HPSG-specific interpretation.

Design #

MODE Mapping (per @cite{sag-wasow-bender-2003} Ch. 7) #

Map a VerbEntry's complement type to an HPSG Valence.

The mapping follows standard HPSG practice:

  • Intransitive: SUBJ ⟨NP⟩, COMPS ⟨⟩
  • Transitive: SUBJ ⟨NP⟩, COMPS ⟨NP⟩
  • Ditransitive: SUBJ ⟨NP⟩, COMPS ⟨NP, NP⟩
  • Clause-embedding: SUBJ ⟨NP⟩, COMPS ⟨S⟩
Equations
  • One or more equations did not get rendered due to their size.
Instances For

    Map a NounEntry to an HPSG Sign.

    Proper names are NP (saturated); common nouns are N (unsaturated, needing a determiner). All nouns are [MODE ref].

    Equations
    Instances For

      Map a QuantifierEntry to an HPSG Sign.

      Determiners select an N complement and yield an NP.

      Equations
      Instances For