Skip to content

Commit 0e19fdc

Browse files
authored
Merge pull request #87 from rosette-api/WS-3314-update-key-header-and-urls
Ws 3314 update key header and urls
2 parents fde30e1 + 64649fb commit 0e19fdc

41 files changed

Lines changed: 119 additions & 74 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 26 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,30 @@
1-
<a href="https://www.babelstreet.com/rosette"><img src="https://charts.babelstreet.com/icon.png" width="47" height="60"/></a>
2-
# Rosette by Babel Street
1+
<a href="https://www.babelstreet.com/rosette">
2+
<picture>
3+
<source media="(prefers-color-scheme: light)" srcset="https://charts.babelstreet.com/icon-dark.png">
4+
<source media="(prefers-color-scheme: dark)" srcset="https://charts.babelstreet.com/icon-light.png">
5+
<img alt="Babel Street Logo" width="48" height="48">
6+
</picture>
7+
</a>
8+
9+
# Analytics by Babel Street
310

411
[![Packagist](https://img.shields.io/packagist/v/rosette/api.svg?colorB=bright%20green&style=flat)](https://packagist.org/packages/rosette/api)
512

6-
Rosette uses natural language processing, statistical modeling, and machine learning to analyze unstructured and semi-structured text across hundreds of language-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 Server is the on-premises installation of Rosette, with access to Rosette's functions as RESTful web service endpoints. This solves cloud security worries and allows customization (models/indexes) as needed for your business.
13+
Our product is a full text processing pipeline from data preparation to extracting the most relevant information and
14+
analysis utilizing precise, focused AI that has built-in human understanding. Text Analytics provides foundational
15+
linguistic analysis for identifying languages and relating words. The result is enriched and normalized text for
16+
high-speed search and processing without translation.
17+
18+
Text Analytics extracts events and entities — people, organizations, and places — from unstructured text and adds the
19+
structure of associating those entities into events that deliver only the necessary information for near real-time
20+
decision making. Accompanying tools shorten the process of training AI models to recognize domain-specific events.
21+
22+
The product delivers a multitude of ways to sharpen and expand search results. Semantic similarity expands search
23+
beyond keywords to words with the same meaning, even in other languages. Sentiment analysis and topic extraction help
24+
filter results to what’s relevant.
725

8-
## Rosette API Access
9-
- Rosette Cloud [Sign Up](https://developer.rosette.com/signup)
26+
## Analytics API Access
27+
- Analytics Cloud [Sign Up](https://developer.babelstreet.com/signup)
1028

1129
## Quick Start
1230

@@ -16,14 +34,14 @@ composer require "rosette/api"
1634
```
1735

1836
#### Examples
19-
View small example programs for each Rosette endpoint
37+
View small example programs for each Analytics endpoint
2038
in the [examples](https://github.com/rosette-api/php/tree/develop/examples) directory.
2139

2240
#### Documentation & Support
2341
- [Binding API](https://rosette-api.github.io/php/)
24-
- [Rosette Platform API](https://docs.babelstreet.com/API/en/index-en.html)
42+
- [Analytics Platform API](https://docs.babelstreet.com/API/en/index-en.html)
2543
- [Binding Release Notes](https://github.com/rosette-api/php/wiki/Release-Notes)
26-
- [Rosette Platform Release Notes](https://babelstreet.my.site.com/support/s/article/Rosette-Cloud-Release-Notes)
44+
- [Analytics Platform Release Notes](https://docs.babelstreet.com/Release/en/rosette-cloud.html)
2745
- [Support](https://babelstreet.my.site.com/support/s/)
2846
- [Binding License: Apache 2.0](https://github.com/rosette-api/php/blob/develop/LICENSE.txt)
2947

composer.json

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "rosette/api",
33
"version": "1.30.0",
4-
"description": "PHP Interface for Rosette Text Analytics",
4+
"description": "PHP Interface for Babel Street Text Analytics",
55
"type": "library",
66
"license": "Apache-2.0",
77
"keywords": [
@@ -26,7 +26,6 @@
2626
"parts of speech",
2727
"record similarity",
2828
"relationships",
29-
"rosette",
3029
"semantic similarity",
3130
"semantic vectors",
3231
"sentiment analysis",
@@ -38,11 +37,11 @@
3837
{
3938
"name": "Babel Street Rosette Ltd",
4039
"email": "rosette-php@babelstreet.com",
41-
"homepage": "https://babelstreet.com/rosette"
40+
"homepage": "https://www.babelstreet.com/rosette"
4241
}
4342
],
4443
"support": {
45-
"email": "helpdesk@babelstreet.com",
44+
"email": "analyticssupport@babelstreet.com",
4645
"issues": "https://babelstreet.my.site.com/support/s/",
4746
"source": "https://github.com/rosette-api/php"
4847
},

examples/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
## Endpoint Examples
2-
These examples are scripts that can be run independently to demonstrate the Rosette API functionality.
2+
These examples are scripts that can be run independently to demonstrate the Babel Street Analytics API functionality.
33

4-
Each example file demonstrates one of the capabilities of the Rosette Platform. Each example, when run, prints its output to the console.
4+
Each example file demonstrates one of the capabilities of the Analytics Platform. Each example, when run, prints its output to the console.
55

66
Here are some methods for running the examples. Each example will also accept an optional `--url=` parameter for
77
overriding the default URL.
88

99
Also, the examples are dual purpose in that they're used to test both source and packagist. The instructions include steps to address this depending on what you are testing.
1010

11-
A note on prerequisites. Rosette API only supports TLS 1.2 so ensure your toolchain also supports it.
11+
A note on prerequisites. Analytics API only supports TLS 1.2 so ensure your toolchain also supports it.
1212

1313
#### Docker/Latest Version From Packagist
1414

examples/address_similarity.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* Example code to call Rosette API to get similarity score for two addresses.
4+
* Example code to call Analytics API to get similarity score for two addresses.
55
**/
66
require_once dirname(__FILE__) . '/../vendor/autoload.php';
77
use rosette\api\Api;

examples/categories.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* Example code to call Rosette API to get a document's (located at given URL) category.
4+
* Example code to call Analytics API to get a document's (located at given URL) category.
55
**/
66
require_once dirname(__FILE__) . '/../vendor/autoload.php';
77
use rosette\api\Api;

examples/entities.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* Example code to call Rosette API to get entities from a piece of text.
4+
* Example code to call Analytics API to get entities from a piece of text.
55
**/
66
require_once dirname(__FILE__) . '/../vendor/autoload.php';
77
use rosette\api\Api;

examples/events.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* Example code to call Rosette API to get events from a piece of text.
4+
* Example code to call Analytics API to get events from a piece of text.
55
**/
66
require_once dirname(__FILE__) . '/../vendor/autoload.php';
77
use rosette\api\Api;

examples/info.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* Example code to call Rosette API to get information such as version and build.
4+
* Example code to call Analytics API to get information such as version and build.
55
**/
66
require_once dirname(__FILE__) . '/../vendor/autoload.php';
77
use rosette\api\Api;

examples/language.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* Example code to call Rosette API to detect possible languages for a piece of text.
4+
* Example code to call Analytics API to detect possible languages for a piece of text.
55
**/
66
require_once dirname(__FILE__) . '/../vendor/autoload.php';
77
use rosette\api\Api;

examples/language_multilingual.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?php
22

33
/**
4-
* Example code to call Rosette API to detect possible languages for a piece of text.
4+
* Example code to call Analytics API to detect possible languages for a piece of text.
55
**/
66
require_once dirname(__FILE__) . '/../vendor/autoload.php';
77
use rosette\api\Api;

0 commit comments

Comments
 (0)