Description
Quantitative Text Kit.
Description
Support package for the textbook "An Introduction to Quantitative Text Analysis for Linguists: Reproducible Research Using R" (Francom, 2024) <doi:10.4324/9781003393764>. Includes functions to acquire, clean, and analyze text data as well as functions to document and share the results of text analysis. The package is designed to be used in conjunction with the book, but can also be used as a standalone package for text analysis.
README.md
Quantitative Text Kit
The goal of qtkit
is to provide a support package for the textbook “An Introduction to Quantitative Text Analysis for Linguistics: Reproducible Research using R”. It contains functions for collecting and manipulating data and datasets, documentation, and other assorted tasks associated with quantitative text analysis in R.
Getting started
You can install the released version of qtkit
from CRAN with:
install.packages("qtkit")
The development version of qtkit
is on GitHub and can be installed with:
install.packages("remotes")
remotes::install_github("qtalr/qtkit")
Then load the package with:
library(qtkit)
Please consult the package documentation for more information.