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

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

Awesome Lists containing this project

README

        



Babel Street Logo

---

## 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/)