TOPICFIRST: Put topic in first position

Description Usage Arguments Value Author(s) References Examples

Description

Put topic of the utterance in first position if such a tendency was observed in and therefore generalization was made on the basis of previous utterances.

Usage

1
TOPICFIRST(speakerID, proposition)

Arguments

speakerID

Pointer to speaker agent

proposition

Proposition in which topic argument is to be moved

Value

a proposition, i.e. a list:

external

representation of the external argument, possibly including role marking

internal

representation of the internal argument, if identified, possibly including role marking

verb

representation of the action argument, possibly including person indexing

target

target event to be described

, in which the topic argument is put first

Author(s)

Sander Lestrade

References

Tomlin, R. S. (1986). Basic word order: Functional principles (Vol. 13). Routledge

Ferrer-i-Cancho, R. (2014). Why might SOV be initially preferred and then lost or recovered? a theoretical framework. In: Proceedings of the 10th international conference (evolang10), pp. 66-73.

Bates, E., & MacWhinney, B. (1987). Competition, variation, and language learning. Mechanisms of language acquisition, 157-193.

Examples

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

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