occurR
Tools for working with word frequency lists and calculating lexical statistical measures. The main aim is to offer a streamlined and idiomatic interface while keeping it simple, fast, and light on dependencies.
This package is consistent with, collects from, and improves upon some R code popular among linguists, e.g. Flach (2022) collexemes
package (currently archived), Gries’ (2022) Coll.analysis.R
, and Gries’ (2010) dispersions.R
, and functionality of Evert’s UCS/R (2005)
Install
install.packages("remotes")
remotes::install_github("alex-raw/occurR")