The hardware and bandwidth for this mirror is donated by dogado GmbH, the Webhosting and Full Service-Cloud Provider. Check out our Wordpress Tutorial.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]dogado.de.
Nahar Albudoor
childeswordfreq is an R package for extracting word and
phrase frequencies from the CHILDES database using the
childesr API. It enables users to:
word_counts().phrase_counts().The primary functions are:
word_counts() for type- or token-based frequencies by
speaker role, with optional stemming, MOR-tier filtering, wildcard
matching, normalization, and Zipf scaling.phrase_counts() for surface phrase counts in utterance
text, with optional wildcard patterns and per-utterance
normalization.childeswordfreq does not require CLAN or local copies of
CHILDES corpora. All queries go through childesr. Optional
on-disk caching can be enabled to speed up repeated CHILDES queries.
# CRAN
install.packages("childeswordfreq")
# Or install the development version from GitHub
remotes::install_github("n-albudoor/childeswordfreq")Then load the package:
library(childeswordfreq)The package depends on childesr and its requirements. An
active internet connection is required as all queries are executed
through the TalkBank API.
For more detailed guidance on using the package, see the vignette:
browseVignettes("childeswordfreq-best-practices")MIT.
These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.
Health stats visible at Monitor.