PRODUCE: Produce utterance

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

Description

Turns proposition into actual utterance.

Usage

1
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

1
2
3
4
FOUND()
situation=SITUATION(1)
proposition=PROPOSITION(1, situation)
PRODUCE(1, proposition)

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