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

https://github.com/rosette-api/shell

Shell scripts for accessing Babel Street Analytics
https://github.com/rosette-api/shell

bash-script categorization entity-extraction entity-linking linked-entities machine-learning name-translation natural-language-processing nlp sentiment shell-script shell-scripting text-analysis text-analytics text-mining tokenization

Last synced: about 2 months ago
JSON representation

Shell scripts for accessing Babel Street Analytics

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 a single example file:
```
cd examples; ./ping.sh $API_KEY
```

To run all of the example files:
```
cd examples; for example in $(ls *.sh); do ./${example} $API_KEY; echo; done
```

You can view the example call for each endpoint in the [examples](https://github.com/rosette-api/shell/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)