forked from cloudyr/aws.comprehend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
27 lines (27 loc) · 1.14 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
Package: aws.comprehend
Type: Package
Title: Client for 'AWS Comprehend'
Version: 0.2.1.9000
Date: 2020-03-10
Authors@R: c(person("Thomas J.", "Leeper", role = c("aut"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4097-6326")),
person("Antoine", "Sachet", role = c("aut", "cre"),
email = "[email protected]"),
person("Dave", "Kincaid", role = c("ctb"),
email = "[email protected]"),
person("Robert", "Norberg", role = c("ctb"),
email = "[email protected]"))
Description: Client for 'AWS Comprehend' <https://aws.amazon.com/comprehend>, a cloud natural language processing service that can perform a number of quantitative text analyses, including language detection, sentiment analysis, and feature extraction.
License: GPL (>= 2)
URL: https://github.com/cloudyr/aws.comprehend
BugReports: https://github.com/cloudyr/aws.comprehend/issues
Imports:
httr,
jsonlite,
aws.signature (>= 0.3.4)
Suggests:
testthat (>= 2.1.0)
Depends: R (>= 3.5.0)
Encoding: UTF-8
RoxygenNote: 7.0.2