Package: wordsalad
Title: Provide Tools to Extract and Analyze Word Vectors
Version: 0.2.0
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
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
NeedsCompilation: no
Packaged: 2020-09-15 20:34:24 UTC; emilhvitfeldthansen
Author: Emil Hvitfeldt [aut, cre] (<https://orcid.org/0000-0002-0679-1945>)
Maintainer: Emil Hvitfeldt <emilhhvitfeldt@gmail.com>
Repository: CRAN
Date/Publication: 2020-09-23 08:10:03 UTC
Built: R 4.2.0; ; 2022-04-27 21:41:01 UTC; unix
