CRAN
googleLanguageR 0.2.0
Call Google's 'Natural Language' API, 'Cloud Translation' API, 'Cloud Speech' API and 'Cloud Text-to-Speech' API
Released Jun 21, 2018 by Mark Edmondson
Dependencies
purrr 0.2.5 base64enc 0.1-3 tibble 1.4.2 assertthat 0.2.0 magrittr 1.5 jsonlite 1.5 googleAuthR 0.6.3
Call 'Google Cloud' machine learning APIs for text and speech tasks. Call the 'Cloud Translation' API
Installation
Maven
This package can be included as a dependency from a Java or Scala project by including
the following your project's pom.xml
file.
Read more
about embedding Renjin in JVM-based projects.
<dependencies> <dependency> <groupId>org.renjin.cran</groupId> <artifactId>googleLanguageR</artifactId> <version>0.2.0-b1</version> </dependency> </dependencies> <repositories> <repository> <id>bedatadriven</id> <name>bedatadriven public repo</name> <url>https://nexus.bedatadriven.com/content/groups/public/</url> </repository> </repositories>
Renjin CLI
If you're using Renjin from the command line, you load this library by invoking:
library('org.renjin.cran:googleLanguageR')
Test Results
This package was last tested against Renjin 0.9.2657 on Aug 18, 2018.
- Integration_tests_-_Auth.Local_auth_working
- Integration_tests_-_NLP.NLP_returns_expected_fields
- Integration_tests_-_Speech.Speech_asynch_tests
- Integration_tests_-_Speech.Speech_recognise_expected
- Integration_tests_-_Talk.Get_filtered_list_of_talk_languages
- Integration_tests_-_Talk.Get_list_of_talk_languages
- Integration_tests_-_Talk.Simple_talk_API_call_creates_a_file
- Integration_tests_-_Talk.Specify_a_named_voice
- Integration_tests_-_Translation.Listing_translations_works
- Integration_tests_-_Translation.Translation_detection_works
- Integration_tests_-_Translation.Translation_works
- testthat