SUCCESS: Determine communicative success

Description Usage Arguments Details Value Author(s) See Also Examples

Description

Determine communicative success by comparing intention of speaker (proposition) and interpretation of hearer.

Usage

1
SUCCESS(proposition, interpretation, situation)

Arguments

proposition

Intended/speaker meaning

interpretation

Interpretation/hearer meaning

situation

Contextual situation in which communication took place.

Details

If there are no distractor events ongoing, success is determined by comparing the speaker and hearer meanings; otherwise, communication is successful if the same target event is selected.

Value

Logical: 1 for success; 0 for failure

Author(s)

Sander Lestrade

See Also

TURN

Examples

1
2
3
4
5
6
FOUND()
situation=SITUATION(1)
(proposition=PROPOSITION(1, situation))
utterance=PRODUCE(1, proposition)
(interpretation=INTERPRET(2, utterance, situation))
SUCCESS(proposition, interpretation, situation)

MoLE documentation built on May 2, 2019, 3:02 p.m.