Package: wordsalad Title: Provide Tools to Extract and Analyze Word Vectors Version: 0.2.0.9000 Authors@R: person(given = "Emil", family = "Hvitfeldt", role = c("aut", "cre"), email = "emilhhvitfeldt@gmail.com", comment = c(ORCID = "0000-0002-0679-1945")) Description: Provides access to various word embedding methods (GloVe, fasttext and word2vec) to extract word vectors using a unified framework to increase reproducibility and correctness. License: MIT + file LICENSE Encoding: UTF-8 LazyData: true Roxygen: list(markdown = TRUE) RoxygenNote: 7.1.1 Depends: R (>= 2.10) Imports: tibble, text2vec, word2vec, fastTextR Suggests: testthat URL: https://github.com/EmilHvitfeldt/wordsalad BugReports: https://github.com/EmilHvitfeldt/wordsalad/issues Config/pak/sysreqs: libicu-dev Repository: https://emilhvitfeldt.r-universe.dev Date/Publication: 2020-09-24 06:59:49 UTC RemoteUrl: https://github.com/emilhvitfeldt/wordsalad RemoteRef: HEAD RemoteSha: 7931d9ac20f1003cb91dd0176a8c476c93eff5cc NeedsCompilation: no Packaged: 2026-07-04 17:27:09 UTC; root Author: Emil Hvitfeldt [aut, cre] (ORCID: ) Maintainer: Emil Hvitfeldt