INTERPRET.INT {MoLE} | R Documentation |
Develop an interpretation
Description
Translates utterance analysis into a proposition (i.e., an interpretation) and determines match with ongoing events.
Usage
INTERPRET.INT(hearerID, analysis, situation)
Arguments
hearerID |
Pointer to the hearer agent that is interpreting an analysis |
analysis |
The analysis to be translated |
situation |
Situation in which utterance is interpreted. |
Details
INTERPRET.INT
works internal to INTERPRET
, which compares the interpretations of the different possible analyses.
VerbAdpositions overrule verbSuffixes...
Value
external |
representation of the external argument |
internal |
representation of the internal argument, if identified |
verb |
representation of the action argument |
target |
target event identified on the basis of interpretation, including matching scores |
Author(s)
Sander Lestrade
See Also
INTERPRET
Examples
FOUND()
situation=SITUATION(1)
proposition=PROPOSITION(1, situation)
utterance=PRODUCE(1, proposition)
analysis=ANALYZE(2, utterance, situation)
(analysis=PROTOINTERPRETATION(2, analysis))
INTERPRET.INT(2, analysis, situation)
[Package MoLE version 1.0.1 Index]