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

From Lexical Resource Semantics
Jump to navigation Jump to search
No edit summary
Line 5: Line 5:
Contribution constraints:  
Contribution constraints:  
* '''call'''(x)<br>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
* '''call'''(x)<br>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
* ¬α
* ¬α<br>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)]
Embedding constraints: α['''call'''(x)]

Revision as of 21:47, 25 October 2022

HPSG-neutral notation for LRS

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)]