Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rosette-api/curl-examples

cUrl examples for the Rosette API
https://github.com/rosette-api/curl-examples

categorization curl entity-extraction lemmatization morphology natural-language-processing nlp relation-extraction sentiment text-analytics text-embedding text-mining tokenization

Last synced: 2 months ago
JSON representation

cUrl examples for the Rosette API

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

#### Examples
To run all of the example files:
```
./run-examples.sh -a $API_KEY
```

To run a single example file:
```
./run-examples.sh -a $API_KEY -f ping.curl
```

To run all of the example files against an alternate url:
```
./run-examples.sh -a $API_KEY -u https://foo.rosette.com/rest/v1
```

You can view the example call for each endpoint in the [examples](https://github.com/rosette-api/curl-examples/tree/develop/examples) directory.

#### Documentation & Support
- [Rosette Platform API](https://developer.rosette.com/features-and-functions)
- [Rosette Platform Release Notes](https://support.rosette.com/hc/en-us/articles/360018354971-Release-Notes)
- [Support](https://support.rosette.com)