Learn R Programming

MoLE (version 1.0.1)

PRODUCE: Produce utterance

Description

Turns proposition into actual utterance.

Usage

PRODUCE(speakerID, prep)

Arguments

speakerID

Pointer to speaker agent

prep

Proposition to be uttered

Value

Character string

Details

Internal markers are produced closest to verb (cf. Dryer); not exploited by hearer.

References

Matthew S. Dryer. 2013. Order of Subject, Object and Verb. In: Dryer, Matthew S. & Haspelmath, Martin (eds.) The World Atlas of Language Structures Online.

See Also

TURN

Examples

Run this code
# NOT RUN {
FOUND()
situation=SITUATION(1)
proposition=PROPOSITION(1, situation)
PRODUCE(1, proposition)
# }

Run the code above in your browser using DataLab