Package: conText
Version: 3.0.0
Title: 'a la Carte' on Text (ConText) Embedding Regression
Description: A fast, flexible and transparent framework to estimate context-specific word and short document embeddings using the 'a la carte' 
    embeddings approach developed by Khodak et al. (2018) <doi:10.48550/arXiv.1805.05388> and evaluate hypotheses about covariate effects on embeddings using 
    the regression framework developed by Rodriguez et al. (2021)<doi:10.1017/S0003055422001228>. New version of the package applies a new estimator to measure the distance between word embeddings as described in Green et al. (2025) <doi:10.1017/pan.2024.22>.
Authors@R: c(
    person("Pedro L.", "Rodriguez", email = "pedro.rodriguezsosa@gmail.com", role = c("aut", "cph"), comment = c(ORCID = "0000-0003-4762-4550")),
    person("Arthur", "Spirling", email = "as9934@nyu.edu", role = "aut", comment = c(ORCID = "0000-0001-9959-1805")),
    person("Brandon", "Stewart", email = "bms4@princeton.edu", role = "aut", comment = c(ORCID = "0000-0002-7657-3089")),
    person("Christopher", "Barrie", email = "christopher.barrie@ed.ac.uk", role = "ctb", comment = c(ORCID = "0000-0002-9156-990X")),
    person("Sofia", "Avila", email = "sofiaavila@princeton.edu", role = c("cre","aut"), comment = c(ORCID = "0009-0007-8746-6688"))
    )
License: GPL-3
Depends: R (>= 3.6.0)
Imports: dplyr, Matrix (>= 1.3-2), quanteda (>= 3.0.0), text2vec (>=
        0.6), reshape2 (>= 1.4.4), fastDummies (>= 1.6.3), stringr (>=
        1.4.0), tidyr (>= 1.1.3), ggplot2, broom, foreach, methods,
        estimatr, utils, stats, tidyselect
URL: https://github.com/prodriguezsosa/conText
BugReports: https://github.com/prodriguezsosa/ConText/issues
Maintainer: Sofia Avila <sofiaavila@princeton.edu>
Encoding: UTF-8
LazyData: true
VignetteBuilder: knitr
Language: en-US
RoxygenNote: 7.3.2
Suggests: SnowballC (>= 0.7.0), hunspell, knitr, rmarkdown, formatR,
        testthat (>= 3.0.0), doParallel, data.table, RcppParallel
Config/testthat/edition: 3
NeedsCompilation: no
Packaged: 2025-09-02 19:37:30 UTC; sa9973
Author: Pedro L. Rodriguez [aut, cph] (ORCID:
    <https://orcid.org/0000-0003-4762-4550>),
  Arthur Spirling [aut] (ORCID: <https://orcid.org/0000-0001-9959-1805>),
  Brandon Stewart [aut] (ORCID: <https://orcid.org/0000-0002-7657-3089>),
  Christopher Barrie [ctb] (ORCID:
    <https://orcid.org/0000-0002-9156-990X>),
  Sofia Avila [cre, aut] (ORCID: <https://orcid.org/0009-0007-8746-6688>)
Repository: CRAN
Date/Publication: 2025-09-03 06:50:18 UTC
Built: R 4.5.2; ; 2025-11-08 04:31:29 UTC; windows
