rosette : Tools to Work with the Rosette API
You need to put your Rosette API key into your ~/.Renviron file. For example:
ROSETTE_API_KEY=someapikeyststringThe following functions are implemented:
rosette_api_key: Get or set ROSETTE_API_KEY valueros_categories: Rosette API categorizatioin serviceros_embedding: Rosette API text embedding serviceros_entities: Rosette API entity extraction serviceros_info: Rosette API version inforos_language: Rosette API language identification serviceros_make_name: Make a Name objectros_morph: Rosette API morphological analysis serviceros_name_similarity: Rosette API version inforos_name_translation: Rosette API name translation serviceros_ping Rosette: API availabilityros_relationships: Rosette API relationship extraction serviceros_sentences: Rosette API sentence determination serviceros_sentiment: Rosette API sentiment analysis serviceros_tokens: Rosette API tokenizatioin serviceThe following data sets are included:
devtools::install_git("https://github.com/hrbrmstr/rosette.git")options(width=120)library(rosette)
# current verison
packageVersion("rosette")## [1] '0.1.0'library(rosette)
library(testthat)
date()## [1] "Tue Oct 11 17:54:08 2016"test_dir("tests/")## testthat results ========================================================================================================
## OK: 0 SKIPPED: 0 FAILED: 0
##
## DONE ===================================================================================================================