Description Usage Arguments Details Value Author(s) See Also Examples
Translates utterance analysis into a proposition (i.e., an interpretation) and determines match with ongoing events.
1 | INTERPRET.INT(hearerID, analysis, situation)
|
hearerID |
Pointer to the hearer agent that is interpreting an analysis |
analysis |
The analysis to be translated |
situation |
Situation in which utterance is interpreted. |
INTERPRET.INT
works internal to INTERPRET
, which compares the interpretations of the different possible analyses.
VerbAdpositions overrule verbSuffixes...
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 |
Sander Lestrade
1 2 3 4 5 6 7 | 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)
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.