A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/ropensci/onboarding/issues/127 below:

googleLanguageR · Issue #127 · ropensci/software-review · GitHub

Summary

This package contains functions for analysing language through the Google Cloud Machine Learning APIs

Package: googleLanguageR
This package lets you call the 'Google Cloud Translation API' for detection and 
  translation of text.  It also allows you to analyse text using the 
'Google Natural Language API' 
  for analysing sentiment, entities or syntax.  
You can also analyse sound files and transcribe them
  to text via the 'Google Cloud Speech API'.

Data extraction for the translation and Speech to text API calls, text analysis for the entity detection API call.

Analysts working with sound files and/or text that need translation and/or text analysis such as sentiment, entity detection etc.

The Natural Language API is replicated by many R packages such as tidytext but it does offer a bigger trained dataset to work from than what an analyst can supply themselves.

The Speech to text I'm not aware of any R packages that do this, especially with the Google one as its pretty new. there may be other APIs that are called via R that do it.

The Translation API, the recently released cld2 does language detection offline (and was the prompt I came across rOpenSci again) and is recommend way to detect language first to see if its text that needs translation, but then the translation itself I'm not aware of any R packages, again I'm fairly sure none call the new Google Translate API as its fairly new - note this is the one that uses neural nets and not the older one used online and has been available for ages.

Requirements

Confirm each of the following by checking the box. This package:

Publication options Detail

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4