FORMS: Generate forms

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

Description

Generates set of unique forms for initial generation of speakers.

Usage

1
FORMS(n, length = world$wordLength, vowels = world$vowels, consonants = world$consonants)

Arguments

n

Number of word forms to be generated

length

Length (range) within which word forms have to fall.

vowels

Vowels that are used in the language

consonants

Vowels that are used in the language

Details

Allows for CV and VC

Value

character vector

Author(s)

Sander Lestrade

See Also

VERBS, NOUNS, FOUND, FUSE, PROCREATE

Examples

1
2
world$vowels; world$consonants; world$wordLength
FORMS(10)

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