forked from jonthegeek/textfoolr
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDESCRIPTION
More file actions
29 lines (29 loc) · 1.15 KB
/
DESCRIPTION
File metadata and controls
29 lines (29 loc) · 1.15 KB
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 = "jonthegeek@gmail.com",
role = c("aut", "cre")),
person("Jonathan", "Bratt", email = "jbratt.001@gmail.com",
role = "aut"),
person("Di", "Jin", email = "jindi15@mit.edu", role = "cph",
comment = "Paper and original Python code."),
person("Zhijin", "Jin", email = "zhijing.jin@connect.hku.hk",
role = "cph", comment = "Paper and original Python code."),
person("Joey Tianyi", "Zhou", email = "zhouty@ihpc.a-star.edu.sg",
role = "cph", comment = "Paper and original Python code."),
person("Peter", "Szolovits", email = "psz@mit.edu", 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