Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rosette-api/ruby
Rosette API Client Library for Ruby
https://github.com/rosette-api/ruby
deduplication entity-extraction language-identification machine-learning morphology named-entity-recognition natural-language-processing nlp ruby sentiment-analysis text-analytics text-embedding tokenization
Last synced: 3 months ago
JSON representation
Rosette API Client Library for Ruby
- Host: GitHub
- URL: https://github.com/rosette-api/ruby
- Owner: rosette-api
- License: other
- Created: 2016-01-27T17:37:53.000Z (almost 9 years ago)
- Default Branch: develop
- Last Pushed: 2024-04-12T20:38:34.000Z (7 months ago)
- Last Synced: 2024-04-16T11:06:29.629Z (7 months ago)
- Topics: deduplication, entity-extraction, language-identification, machine-learning, morphology, named-entity-recognition, natural-language-processing, nlp, ruby, sentiment-analysis, text-analytics, text-embedding, tokenization
- Language: Ruby
- Homepage:
- Size: 959 KB
- Stars: 4
- Watchers: 13
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
[![Gem Version](https://badge.fury.io/rb/rosette_api.svg)](https://badge.fury.io/rb/rosette_api)
## 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
`gem install rosette_api`
#### Examples
View small example programs for each Rosette endpoint
in the [examples](https://github.com/rosette-api/ruby/tree/develop/examples) directory.#### Documentation & Support
- [Binding API](https://rosette-api.github.io/ruby/)
- [Rosette Platform API](https://developer.rosette.com/features-and-functions)
- [Binding Release Notes](https://github.com/rosette-api/ruby/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?ruby#)
- [Support](https://support.rosette.com)
- [Binding License: Apache 2.0](https://github.com/rosette-api/ruby/blob/develop/LICENSE)## Binding Developer Information
If you are modifying the binding code, please refer to the [developer README](https://github.com/rosette-api/ruby/tree/develop/DEVELOPER.md) file.