A focus-answer datum: shows how focus placement determines question fit.
- sentence : String
The sentence (without focus marking)
- question : String
The question this answers (with focus on X)
- focusedConstituent : String
Which constituent is focused
- focusedForm : String
Focus marking (e.g., "JOHN called")
- congruent : Bool
Is this a congruent Q-A pair?
- source : String
Source citation
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
@cite{groenendijk-stokhof-1984}, p. 275: "John called Mary" with different foci
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Incongruent: wrong focus for the question
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Focus triggers exhaustification relative to the question.
"JOHN called" (answering "Who called?") implies:
- John called (assertion)
- No one else called (exhaustive implicature)
- answer : String
The focused answer
- question : String
The question
- exhaustiveReading : String
The exhaustive interpretation
- obligatory : Bool
Is this exhaustive reading obligatory or optional?
- source : String
Source
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
Equations
- Phenomena.Questions.FocusAnswer.mismatch1 = { question := "Who called Mary?", answer := "John called MARY", problem := "Focus on object, but question asks about subject", felicitous := false }
Instances For
Equations
- One or more equations did not get rendered due to their size.
Instances For
The formal congruence condition (@cite{rooth-1992}, building on G&S):
An answer A is congruent to question Q iff:
- The ordinary semantic value of A is in the question denotation
- The focus semantic value of A equals the question denotation
Informally: the alternatives generated by focus must match the alternatives denoted by the question.
Equations
- Phenomena.Questions.FocusAnswer.congruenceCondition = "⟦A⟧^f = ⟦Q⟧ (focus alternatives = question denotation)"