Learn R Programming

MoLE (version 1.0.1)

SUCCESS: Determine communicative success

Description

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

Usage

SUCCESS(proposition, interpretation, situation)

Arguments

proposition

Intended/speaker meaning

interpretation

Interpretation/hearer meaning

situation

Contextual situation in which communication took place.

Value

Logical: 1 for success; 0 for failure

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.

See Also

TURN

Examples

Run this code
# NOT RUN {
FOUND()
situation=SITUATION(1)
(proposition=PROPOSITION(1, situation))
utterance=PRODUCE(1, proposition)
(interpretation=INTERPRET(2, utterance, situation))
SUCCESS(proposition, interpretation, situation)
# }

Run the code above in your browser using DataLab