PRODUCE {MoLE} | R Documentation |
Produce utterance
Description
Turns proposition into actual utterance.
Usage
PRODUCE(speakerID, prep)
Arguments
speakerID |
Pointer to speaker agent |
prep |
Proposition to be uttered |
Details
Internal markers are produced closest to verb (cf. Dryer); not exploited by hearer.
Value
Character string
Author(s)
Sander Lestrade
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
FOUND()
situation=SITUATION(1)
proposition=PROPOSITION(1, situation)
PRODUCE(1, proposition)
[Package MoLE version 1.0.1 Index]