Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/rosette-api/R-Binding

R client binding for the Rosette API
https://github.com/rosette-api/R-Binding

categorization entity-extraction fuzzy-matching machine-learning morphology name-translation natural-language-processing nlp r relationship-extraction sentiment-analysis text-analysis tokenization transliteration

Last synced: about 1 month ago
JSON representation

R client binding for the Rosette API

Awesome Lists containing this project

README

        

---

![](https://img.shields.io/cran/v/rosetteApi.svg?colorB=bright%20green&style=flat)

## Rosette API
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)

## Quick Start

#### Installation
Install the module from [CRAN](https://CRAN.R-project.org/package=rosetteApi):
```
install.packages('rosetteApi')
```

#### 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)

## Binding Developer Information
If you are modifying the binding code, please refer to the [developer README](https://github.com/rosette-api/R-Binding/blob/develop/DEVELOPER.md) file.