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
- Host: GitHub
- URL: https://github.com/rosette-api/shell
- Owner: rosette-api
- License: apache-2.0
- Created: 2016-01-27T17:56:51.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2024-06-07T18:21:21.000Z (about 1 year ago)
- Last Synced: 2025-04-07T07:51:41.515Z (3 months ago)
- Topics: 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
- Homepage:
- Size: 49.8 KB
- Stars: 3
- Watchers: 13
- Forks: 8
- Open Issues: 0
-
Metadata Files:
- Readme: README.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
#### 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)