TYPEMATCH: Determine role qualification

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

Description

Determine event-role distribution of participants on the basis of role qualification.

Usage

1
TYPEMATCH(hearerID, analysis)

Arguments

hearerID

Pointer to hearer agent

analysis

Analyzed utterance in which verb and participants have been identified

Details

Typematch is only necessary if explicit markers and/or grammar are not sufficiently informative

Value

Analysis with event-role assignment (if possible on the basis of role qualifications)

Author(s)

Sander Lestrade

References

Aristar, A. R. 1997. "Marking and hierarchy. Types and the grammaticalization of case markers". Studies in Language 21:2.313-368.

See Also

PROTOINTERPRETATION

Examples

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

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