R/data.R

#' English Lexicon
#'
#' From Generic Human's wordlist. costs estimated by fitting a zipf distribution.
#' @format A large numeric vector with the costs of each word. Words themselves are element names.
#' @source \url{http://tinypaste.com/c1666a6b}
"lexicon.english"

#' Daai Chin Lexicon
#'
#' From Daai Chin descriptive grammar. Costs estimated by fitting a zipf distribution.
#' @format A named numeric vector with the costs of each word (plog).
"lexicon.daaichin"
jpcyrino/ocunR documentation built on Dec. 21, 2021, 3:12 a.m.