Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/rosette-api/curl-examples
- Owner: rosette-api
- Created: 2016-05-09T17:40:01.000Z (over 8 years ago)
- Default Branch: develop
- Last Pushed: 2024-06-07T18:21:56.000Z (8 months ago)
- Last Synced: 2024-06-07T19:43:24.753Z (8 months ago)
- Topics: categorization, curl, entity-extraction, lemmatization, morphology, natural-language-processing, nlp, relation-extraction, sentiment, text-analytics, text-embedding, text-mining, tokenization
- Language: Shell
- Size: 62.5 KB
- Stars: 1
- Watchers: 14
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)