EROSION {MoLE}R Documentation

Word erosion

Description

If a perceived form differs from the mental representation it is matched with and the form has not been set yet, the hearer agent adjusts its mental representation.

Usage

EROSION(hearerID, interpretation)

Arguments

hearerID

Pointer to the hearer agent whose representations might erode.

interpretation

Analysis of the utterance including the actually perceived forms.

Details

Forms will only be adjusted if they have not been frequently used (yet). Pronounced forms may differ from their representations because of reduction in pronunciation (cf. REDUCE).

Value

no actual output; the form representations of the hearer agent are updated.

Author(s)

Sander Lestrade

See Also

TURN

Examples

FOUND()
situation=SITUATION(1)
proposition=PROPOSITION(1, situation)
utterance=PRODUCE(1, proposition)
interpretation=INTERPRET(2, utterance, situation)
EROSION(2, interpretation)

[Package MoLE version 1.0.1 Index]