load_words: Load words

Description Usage Arguments Value References Examples

Description

Imports a file of every English nouns that are either one, two, or three syllables in length. In the case of two or three syllables, a sample of 5000 is chosen to prevent large vectors.

Usage

1
load_words(wordLength)

Arguments

wordLength

A character vector of either "easy", "medium", or "hard" which determines the number of syllables to use.

Value

A vector of character strings of length 5000 or 5865 representing English nouns.

References

http://www.ashley-bovan.co.uk/words/partsofspeech.html

Examples

1
2
load_words(wordLength = "easy")
load_words(wordLength = "hard")

KaitlanM/MemoryMeasurer-App documentation built on June 6, 2019, 2:15 p.m.