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

This package can be loaded by Renjin but 1 out 12 tests failed.

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 for detection and translation of text, the 'Natural Language' API to analyse text for sentiment, entities or syntax, the 'Cloud Speech' API to transcribe sound files to text and the 'Cloud Text-to-Speech' API to turn text into sound files.

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>

View build log

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.

Source

R

View GitHub Mirror

Release History