You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
9
7
10
8
## Rosette API Access
@@ -13,19 +11,20 @@ Rosette uses natural language processing, statistical modeling, and machine lear
13
11
## Quick Start
14
12
15
13
#### Installation
16
-
`composer require "rosette/api"`
14
+
```
15
+
composer require "rosette/api"
16
+
```
17
17
18
18
#### Examples
19
19
View small example programs for each Rosette endpoint
20
20
in the [examples](https://github.com/rosette-api/php/tree/develop/examples) directory.
0 commit comments