Package: LexFindR
Title: Find Related Items and Lexical Dimensions in a Lexicon
Version: 1.1.0
Date: 2024-6-15
Authors@R:
c(person(given = "ZhaoBin",
family = "Li",
role = c("aut", "cre"),
email = "li_zhaobin@icloud.com"),
person(given = "Anne Marie",
family = "Crinnion",
role = c("aut"),
email = "anne.crinnion@uconn.edu"),
person(given = "James S.",
family = "Magnuson",
role = c("aut", "cph"),
email = "james.magnuson@uconn.edu"))
Description: Implements code to identify lexical competitors in a given
list of words. We include many of the standard competitor types
used in spoken word recognition research, such as functions to
find cohorts, neighbors, and rhymes, amongst many others. The
package includes documentation for using a variety of lexicon
files, including those with form codes made up of multiple
letters (i.e., phoneme codes) and also basic orthographies.
Importantly, the code makes use of multiple CPU cores and
vectorization when possible, making it extremely fast and able
to handle large lexicons. Additionally, the package contains
documentation for users to easily write new functions, allowing
researchers to examine other relationships within a lexicon.
Preprint: . Open
access: . Citation: Li, Z.,
Crinnion, A.M. & Magnuson, J.S. (2021).
.
License: GPL (>= 3)
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.3.1
Suggests: tidyverse, knitr, rmarkdown, testthat, future.apply, tictoc
VignetteBuilder: knitr
Depends: R (>= 3.5.0)
URL: https://github.com/maglab-uconn/LexFindR
BugReports: https://github.com/maglab-uconn/LexFindR/issues
Repository: https://comp-cogneuro-lang.r-universe.dev
Date/Publication: 2024-06-16 13:57:29 UTC
RemoteUrl: https://github.com/comp-cogneuro-lang/lexfindr
RemoteRef: HEAD
RemoteSha: d766e526b2943045963e75abed1f3db84ea84d49
NeedsCompilation: no
Packaged: 2026-07-14 08:30:49 UTC; root
Author: ZhaoBin Li [aut, cre],
Anne Marie Crinnion [aut],
James S. Magnuson [aut, cph]
Maintainer: ZhaoBin Li