https://github.com/rosette-api/r-binding
Babel Street Analytics Client Library for R
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 2 months ago
JSON representation
Babel Street Analytics Client Library for R
- Host: GitHub
- URL: https://github.com/rosette-api/r-binding
- Owner: rosette-api
- License: apache-2.0
- Created: 2016-04-28T15:39:42.000Z (about 9 years ago)
- Default Branch: develop
- Last Pushed: 2024-01-12T19:17:40.000Z (over 1 year ago)
- Last Synced: 2025-04-07T07:51:41.523Z (3 months ago)
- Topics: categorization, entity-extraction, fuzzy-matching, machine-learning, morphology, name-translation, natural-language-processing, nlp, r, relationship-extraction, sentiment-analysis, text-analysis, tokenization, transliteration
- Language: R
- Homepage:
- Size: 1.05 MB
- Stars: 5
- Watchers: 17
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: NEWS.md
- License: LICENSE
Awesome Lists containing this project
README
---

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