Skip to content

Commit ea5773f

Browse files
author
Adam Soos
committed
ws-3314: readme updates and composer
1 parent c48d815 commit ea5773f

2 files changed

Lines changed: 20 additions & 10 deletions

File tree

README.md

Lines changed: 18 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,23 @@
11
<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
2+
# Analytics by Babel Street
33

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

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.
6+
Our product is a full text processing pipeline from data preparation to extracting the most relevant information and
7+
analysis utilizing precise, focused AI that has built-in human understanding. Text Analytics provides foundational
8+
linguistic analysis for identifying languages and relating words. The result is enriched and normalized text for
9+
high-speed search and processing without translation.
710

8-
## Rosette API Access
9-
- Rosette Cloud [Sign Up](https://developer.rosette.com/signup)
11+
Text Analytics extracts events and entities — people, organizations, and places — from unstructured text and adds the
12+
structure of associating those entities into events that deliver only the necessary information for near real-time
13+
decision making. Accompanying tools shorten the process of training AI models to recognize domain-specific events.
14+
15+
The product delivers a multitude of ways to sharpen and expand search results. Semantic similarity expands search
16+
beyond keywords to words with the same meaning, even in other languages. Sentiment analysis and topic extraction help
17+
filter results to what’s relevant.
18+
19+
## Analytics API Access
20+
- Analytics Cloud [Sign Up](https://developer.babelstreet.com/signup)
1021

1122
## Quick Start
1223

@@ -16,14 +27,14 @@ composer require "rosette/api"
1627
```
1728

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

2233
#### Documentation & Support
2334
- [Binding API](https://rosette-api.github.io/php/)
24-
- [Rosette Platform API](https://docs.babelstreet.com/API/en/index-en.html)
35+
- [Analytics Platform API](https://docs.babelstreet.com/API/en/index-en.html)
2536
- [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)
37+
- [Analytics Platform Release Notes](https://docs.babelstreet.com/Release/en/rosette-cloud.html)
2738
- [Support](https://babelstreet.my.site.com/support/s/)
2839
- [Binding License: Apache 2.0](https://github.com/rosette-api/php/blob/develop/LICENSE.txt)
2940

composer.json

Lines changed: 2 additions & 3 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,7 +37,7 @@
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": {

0 commit comments

Comments
 (0)