--- title: "Rosette API R Binding" author: "Basis Technology Corp." date: "`r Sys.Date()`" output: rmarkdown::html_vignette vignette: > %\VignetteIndexEntry{Rosette API R Binding} %\VignetteEngine{knitr::rmarkdown} %\VignetteEncoding{UTF-8} --- ## Introduction Welcome to the Rosette API suite of linguistic tools and services for R. The Rosette Text Analytics Platform uses natural language processing, statistical modeling, and machine learning to analyze unstructured and semi-structured text across 364 language-encoding-script combinations, revealing valuable information and actionable data. Rosette provides endpoints for extracting entities and relationships, translating and comparing the similarity of names, categorizing and adding linguistic tags to text and more. ## Rosette API Access - Rosette Cloud [Sign Up](https://developer.rosette.com/signup) - Rosette Enterprise [Evaluation](https://www.rosette.com/product-eval/) ## Examples View small example programs for each Rosette endpoint in the [examples](https://github.com/rosette-api/R-Binding/tree/develop/examples) directory. ## Documentation & Support - [Binding API](https://cran.r-project.org/package=rosetteApi/rosetteApi.pdf) - [Rosette Platform API](https://developer.rosette.com/features-and-functions) - [Binding Release Notes](https://github.com/rosette-api/R-Binding/wiki/Release-Notes) - [Rosette Platform Release Notes](https://support.rosette.com/hc/en-us/articles/360018354971-Release-Notes) - [Binding/Rosette Platform Compatibility](https://developer.rosette.com/features-and-functions?r#) - [Support](https://support.rosette.com) - [Binding License: Apache 2.0](https://github.com/rosette-api/R-Binding/blob/develop/LICENSE)