https://github.com/rosette-api/curl-examples
cUrl examples for Babel Street Analytics
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: about 1 month ago
JSON representation
cUrl examples for Babel Street Analytics
- Host: GitHub
- URL: https://github.com/rosette-api/curl-examples
- Owner: rosette-api
- Created: 2016-05-09T17:40:01.000Z (about 9 years ago)
- Default Branch: develop
- Last Pushed: 2024-11-18T18:25:31.000Z (7 months ago)
- Last Synced: 2025-04-07T07:51:41.000Z (2 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
- Homepage:
- Size: 73.2 KB
- Stars: 1
- Watchers: 14
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
---
## Analytics by Babel Street
Our product is a full text processing pipeline from data preparation to extracting the most relevant information and
analysis utilizing precise, focused AI that has built-in human understanding. Text Analytics provides foundational
linguistic analysis for identifying languages and relating words. The result is enriched and normalized text for
high-speed search and processing without translation.Text Analytics extracts events and entities — people, organizations, and places — from unstructured text and adds the
structure of associating those entities into events that deliver only the necessary information for near real-time
decision making. Accompanying tools shorten the process of training AI models to recognize domain-specific events.The product delivers a multitude of ways to sharpen and expand search results. Semantic similarity expands search
beyond keywords to words with the same meaning, even in other languages. Sentiment analysis and topic extraction help
filter results to what’s relevant.
## Analytics API Access
- Analytics Cloud [Sign Up](https://developer.babelstreet.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.babelstreet.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
- [Analytics Platform API](https://developer.babelstreet.com/features-and-functions)
- [Analytics Platform Release Notes](https://docs.babelstreet.com/Release/en/rosette-cloud.html)
- [Support](https://babelstreet.my.site.com/support/s/)