Skip to content

Commit 828e7d5

Browse files
authored
Update README.md
Update links and logo formatting.
1 parent 2683272 commit 828e7d5

1 file changed

Lines changed: 8 additions & 9 deletions

File tree

README.md

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
1-
<a href="https://www.babelstreet.com/rosette"><img src="https://charts.babelstreet.com/icon.png" width="181" height="47" /></a>
2-
3-
---
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
43

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

7-
## Rosette API
86
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.
97

108
## Rosette API Access
@@ -13,19 +11,20 @@ Rosette uses natural language processing, statistical modeling, and machine lear
1311
## Quick Start
1412

1513
#### Installation
16-
`composer require "rosette/api"`
14+
```
15+
composer require "rosette/api"
16+
```
1717

1818
#### Examples
1919
View small example programs for each Rosette endpoint
2020
in the [examples](https://github.com/rosette-api/php/tree/develop/examples) directory.
2121

2222
#### Documentation & Support
2323
- [Binding API](https://rosette-api.github.io/php/)
24-
- [Rosette Platform API](https://developer.rosette.com/features-and-functions)
24+
- [Rosette Platform API](https://docs.babelstreet.com/API/en/index-en.html)
2525
- [Binding Release Notes](https://github.com/rosette-api/php/wiki/Release-Notes)
26-
- [Rosette Platform Release Notes](https://support.rosette.com/hc/en-us/articles/360018354971-Release-Notes)
27-
- [Binding/Rosette Platform Compatibility](https://developer.rosette.com/features-and-functions?php#)
28-
- [Support](https://support.rosette.com)
26+
- [Rosette Platform Release Notes](https://babelstreet.my.site.com/support/s/article/Rosette-Cloud-Release-Notes)
27+
- [Support](https://babelstreet.my.site.com/support/s/)
2928
- [Binding License: Apache 2.0](https://github.com/rosette-api/php/blob/develop/LICENSE.txt)
3029

3130
## Binding Developer Information

0 commit comments

Comments
 (0)