PROTOINTERPRETATION: Develop interpretation

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

Description

Develop interpretation of an utterance using simple heuristics only (i.e., ignoring grammatical markers and tendencies). Applies if grammar either did not develop yet, or does not suffice for disambiguation.

Usage

1
PROTOINTERPRETATION(hearerID, analysis)

Arguments

hearerID

Pointer to hearer agent

analysis

Analysis of the utterance to be interpreted (cf. ANALYZE)

Details

If only one role is unclear, it follows from simple reasoning (V has x and y role, A is x, then B must be y). If both roles are unclear, TYPEMATCH is used.

Value

a dataframe, i.e. the analysis input in which the role column is updated.

Author(s)

Sander Lestrade

See Also

VERBMORPHOLOGY, INTERPRET

Examples

1
2
3
4
5
6
FOUND()
situation=SITUATION(1)
proposition=PROPOSITION(1, situation)
utterance=PRODUCE(1, proposition)
(analysis=ANALYZE(2, utterance, situation))
PROTOINTERPRETATION(2, analysis)

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