forked from cloudyr/aws.comprehend
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathDESCRIPTION
23 lines (23 loc) · 915 Bytes
/
DESCRIPTION
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
Package: aws.comprehend
Type: Package
Title: 'AWS Comprehend' Client Package
Version: 0.1.3
Date: 2018-04-09
Authors@R: c(person("Thomas J.", "Leeper", role = c("aut", "cre"),
email = "[email protected]",
comment = c(ORCID = "0000-0003-4097-6326")),
person("Antoine", "Sachet", role = "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),
purrr
Suggests:
testthat
Encoding: UTF-8
RoxygenNote: 6.1.1