Learn R Programming

MoLE (version 1.0.1)

NOUNS: Generate nominal lexicon

Description

Generate nominal lexicon for founding agents

Usage

NOUNS(n = world$nNouns, local = world$local)

Arguments

n

Number of nominal lexemes

local

Should agents have lexemes to refer to speech-act participants (i.e. 'I/me' and 'you')?

Value

data frame with randomly generated forms, their meaning representations in terms of numeric vectors, and frequency counters.

Details

Minimally 2 entries are necessary to create a dataframe.

See Also

VERBS, FIRSTSPEAKER, SEMUPDATE

Examples

Run this code
# NOT RUN {
NOUNS(10)
# }

Run the code above in your browser using DataLab