-
Notifications
You must be signed in to change notification settings - Fork 42
/
DESCRIPTION
52 lines (52 loc) · 2.05 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
45
46
47
48
49
50
51
52
Package: googleLanguageR
Title: Call Google's 'Natural Language' API, 'Cloud Translation' API,
'Cloud Speech' API and 'Cloud Text-to-Speech' API
Version: 0.3.0.9000
Authors@R: c(person("Aleksander", "Dietrichson",email = "[email protected]", role=c("ctb")),
person("Mark", "Edmondson", email = "[email protected]", role = c("aut", "cre")),
person("John", "Muschelli", email = "[email protected]", role = c("ctb")),
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, the 'Cloud Speech' API
<https://cloud.google.com/speech/> to transcribe sound files to text and
the 'Cloud Text-to-Speech' API <https://cloud.google.com/text-to-speech/> to turn text
into sound files.
URL: http://code.markedmondson.me/googleLanguageR/, https://github.com/ropensci/googleLanguageR, https://docs.ropensci.org/googleLanguageR/
BugReports: https://github.com/ropensci/googleLanguageR/issues
Depends: R (>= 3.3)
License: MIT + file LICENSE
Encoding: UTF-8
LazyData: true
RoxygenNote: 7.2.3
VignetteBuilder: knitr
Imports:
assertthat,
base64enc,
googleAuthR (>= 1.1.1),
jsonlite,
magrittr,
purrr (>= 0.2.4),
stats,
tibble,
utils
Suggests:
pdftools,
cld2,
testthat,
knitr,
rmarkdown,
rvest,
shiny,
shinyjs,
stringdist,
tidyr,
tuneR,
xml2