Package: sweater Title: Speedy Word Embedding Association Test and Extras Using R Version: 0.1.8 Authors@R: person(given = "Chung-hong", family = "Chan", role = c("aut", "cre"), email = "chainsawtiney@gmail.com", comment = c(ORCID = "0000-0002-6232-7530")) Description: Conduct various tests for evaluating implicit biases in word embeddings: Word Embedding Association Test (Caliskan et al., 2017), , Relative Norm Distance (Garg et al., 2018), , Mean Average Cosine Similarity (Mazini et al., 2019) , SemAxis (An et al., 2018) , Relative Negative Sentiment Bias (Sweeney & Najafian, 2019) , and Embedding Coherence Test (Dev & Phillips, 2019) . License: GPL (>= 3) Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.3.1 URL: https://github.com/gesistsa/sweater BugReports: https://github.com/gesistsa/sweater/issues LinkingTo: Rcpp Imports: Rcpp, purrr, quanteda, LiblineaR, proxy, data.table, cli, combinat Suggests: covr, testthat (>= 3.0.0) Config/testthat/edition: 3 Depends: R (>= 3.5) Config/pak/sysreqs: libicu-dev libxml2-dev Repository: https://gesistsa.r-universe.dev Date/Publication: 2025-08-18 10:57:51 UTC RemoteUrl: https://github.com/gesistsa/sweater RemoteRef: HEAD RemoteSha: c0790cb312503160d3239991e49e9e7b56f101d8 NeedsCompilation: yes Packaged: 2026-07-14 06:29:58 UTC; root Author: Chung-hong Chan [aut, cre] (ORCID: ) Maintainer: Chung-hong Chan