WiSe22/23: Constraint-based Semantics 2: Difference between revisions

From Lexical Resource Semantics
Jump to navigation Jump to search
No edit summary
Line 1: Line 1:
= HPSG-neutral notation for LRS =
= HPSG-neutral notation for LRS =
== Constraints ==


Metavariables: α, β, ɣ, ..., φ, ψ, ...
Metavariables: α, β, ɣ, ..., φ, ψ, ...
Line 15: Line 17:
# all constraints on the combining signs' semantic representation also apply to the resulting combination, and
# all constraints on the combining signs' semantic representation also apply to the resulting combination, and
# additional constraints may be added through principles of grammar.
# additional constraints may be added through principles of grammar.
=== Internal content ===
internal content: The scopally lowest contributed element, marked as {...}
* ''call'': {'''call'''(x)}
* ''everyone'': ∀x({'''person'''(x)} : β[x])
=== External content ===
=== Combinatorially added constraints ===

Revision as of 21:54, 25 October 2022

HPSG-neutral notation for LRS

Constraints

Metavariables: α, β, ɣ, ..., φ, ψ, ...

Contribution constraints:

  • call(x)
    The semantic representation of a sign with a contribution constraint of the form call(x) must be an expression containing call(x) as a subexpression
  • ¬α
    The semantic representation of a sign with a contribution constraint of the form ¬α must be an expression containing ¬α as a subexpression where α can be any expression.

Embedding constraints:

  • α[call(x)]
    The metavariable α is any expression containing call(x) as a subexpression.

Combinatorial semantics

When two signs combine,

  1. all constraints on the combining signs' semantic representation also apply to the resulting combination, and
  2. additional constraints may be added through principles of grammar.

Internal content

internal content: The scopally lowest contributed element, marked as {...}

  • call: {call(x)}
  • everyone: ∀x({person(x)} : β[x])

External content

Combinatorially added constraints