Learn R Programming

MoLE (version 1.0.1)

ACTOR: Determine actor role

Description

Given two verb roles, which of these is most prominent and hence the actor?

Usage

ACTOR(x, y)

Arguments

x

First verb role

y

Second verb role

Value

numeric: 1 if first role is actor, 2 if second is.

Details

Higher meaning values are more prominent. If tie, first argument is actor

References

Van Valin, R. (1999). Generalized semantic roles and the syntax-semantics interface. In F. Corblin, C. Dobrovie-Sorin, & J.-M. Marandin (Eds.), Empirical issues in formal syntax and semantics 2 (pp. 373-389). The Hague: Thesus.

See Also

SITUATION SELECTACTOR SELECTUNDERGOER PROPOSITION REFCHECK AGENTFIRST GENERALIZE CHECKSUCCESS WORDORDER VERBMORPHOLOGY INTERPRET.INT FREQUPDATE

Examples

Run this code
# NOT RUN {
a=rep(1, 4)
b=rep(0, 4)
ACTOR(a,b)
# }

Run the code above in your browser using DataLab