Learn R Programming

MoLE (version 1.0.1)

SITUATION: Create situational context

Description

Create situational context that consists of set of events among which the target event to be described.

Usage

SITUATION(speakerID)

Arguments

speakerID

Pointer to speaker agent whose concepts are used to create situation.

Value

dataframe with sets of vectors that specify actions and actors, and if present undergoer participants.

Details

Events are generated on the basis of agents' world knowledge. In principle, qualified participants are more likely than unqualified ones (e.g. books are read, not eaten; cf. world$roleNoise; world$referenceNoise). Local person always known, so if world$local==T, oddsNew for Dahl numbers are adjusted. Situations with multiple events are more likely than situations with single event. Locals are animate. If none of the candidates qualifies argument criterium, only recency is used for topichood (cf. DuBois: preference for actor topic)

References

John W. DuBois (1987), The discourse basis of ergativity. Language 63 (4)

See Also

TURN

Examples

Run this code
# NOT RUN {
FOUND()
SITUATION(1)
# }

Run the code above in your browser using DataLab