| TURN {MoLE} | R Documentation |
Organize communicative turn
Description
Organize communicative turn in conversation. Involves generating a situation (SITUATION), developing an utterance (PROPOSITION, PREPARE, PRODUCE), interpreting the utterance (INTERPRET), and updating the lexicon (FREQUPDATE, EROSION).
Usage
TURN(speakerID, hearerID)
Arguments
speakerID |
Pointer to speaker agent |
hearerID |
Pointer to hearer agent |
Value
Character string on screen, real output: agents with updated usage history.
Author(s)
Sander Lestrade
See Also
TALK
Examples
FOUND()
TURN(1,2)
[Package MoLE version 1.0.1 Index]