forked from ropensci/googleLanguageR
-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
44 lines (44 loc) · 1.6 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
Package: googleLanguageR
Title: Call Google's 'Natural Language' API, 'Cloud Translation' API and 'Cloud Speech' API
Version: 0.1.1.9000
Authors@R: c(person("Mark", "Edmondson", email = "[email protected]", role = c("aut", "cre")),
person("Neal", "Richardson", email = "[email protected]", role = "rev",
comment = "Neal reviewed the package for ropensci,
see <https://github.com/ropensci/onboarding/issues/127>"),
person("Julia", "Gustavsen", email = "[email protected]", role = "rev",
comment = "Julia reviewed the package for ropensci,
see <https://github.com/ropensci/onboarding/issues/127>")
)
Description: Call 'Google Cloud' machine learning APIs for text and speech tasks.
Call the 'Cloud Translation' API <https://cloud.google.com/translate/> for detection
and translation of text, the 'Natural Language' API <https://cloud.google.com/natural-language/> to
analyse text for sentiment, entities or syntax or the 'Cloud Speech' API
<https://cloud.google.com/speech/> to transcribe sound files to text.
URL: http://code.markedmondson.me/googleLanguageR/
BugReports: https://github.com/MarkEdmondson1234/googleLanguageR/issues
Depends: R (>= 3.3.2)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 6.0.1
VignetteBuilder: knitr
Imports:
assertthat,
base64enc,
googleAuthR,
jsonlite,
magrittr,
purrr,
stats,
tibble
Suggests:
cld2,
httptest,
knitr,
rmarkdown,
rvest,
stringdist,
shinyjs,
tidyr,
tuneR,
xml2