Description Usage Arguments Value References Examples
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.
1 | load_words(wordLength)
|
wordLength |
A character vector of either "easy", "medium", or "hard" which determines the number of syllables to use. |
A vector of character strings of length 5000 or 5865 representing English nouns.
http://www.ashley-bovan.co.uk/words/partsofspeech.html
1 2 | load_words(wordLength = "easy")
load_words(wordLength = "hard")
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.