-
Notifications
You must be signed in to change notification settings - Fork 2
/
DESCRIPTION
46 lines (46 loc) · 1.07 KB
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Package: dictvectoR
Title: {{ Word vectors for dictionaries }}
Version: 0.0.1
Authors@R:
person("Daniel", "Thiele", , "daniel.thiele@univie.ac.at", role = c("cre", "aut"))
Description: Implementation of 'Distributed Dictionary Representation'
(Garten et al. 2018) using fastText word vecotrs. Calculates the
similarity between a dictionary and documents, both represented as
fastText word vectors. Includes helper functions for validation and
findng keywords.
License: CC BY 4.0
URL: https://github.com/thieled,
https://thieled.github.io/dictvectoR/
BugReports: https://github.com/thieled/dictvectoR
Depends:
R (>= 2.10)
Imports:
caret,
dplyr,
fastrtext,
magrittr,
Matrix,
pbapply,
proxyC,
purrr,
quanteda,
quanteda.textstats,
RcppAlgos,
stats,
stringi,
stringr,
tibble,
tidyr
Suggests:
ggplot2,
knitr,
rmarkdown
VignetteBuilder:
knitr
Remotes:
pommedeterresautee/fastrtext
Config/testthat/edition: 3
Encoding: UTF-8
LazyData: true
Roxygen: list(markdown = TRUE)
RoxygenNote: 7.2.1