-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
29 lines (29 loc) · 1.15 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
Package: textfoolr
Type: Package
Title: Generation of Text Training Data
Version: 0.0.0.9000
Authors@R: c(
person("Jon", "Harmon", email = "[email protected]",
role = c("aut", "cre")),
person("Jonathan", "Bratt", email = "[email protected]",
role = "aut"),
person("Di", "Jin", email = "[email protected]", role = "cph",
comment = "Paper and original Python code."),
person("Zhijin", "Jin", email = "[email protected]",
role = "cph", comment = "Paper and original Python code."),
person("Joey Tianyi", "Zhou", email = "[email protected]",
role = "cph", comment = "Paper and original Python code."),
person("Peter", "Szolovits", email = "[email protected]", role = "cph",
comment = "Paper and original Python code.")
)
Description: An implementation of the approach outlined by Jin et al. for
attacking NLP models and generating training data.
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.0.2
URL: https://github.com/jonthegeek/textfoolr
BugReports: https://github.com/jonthegeek/textfoolr/issues
Suggests:
covr,
testthat