Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rosette-api/php

Rosette API Client Library for PHP
https://github.com/rosette-api/php

entity-extraction language-identification lemma morphology named-entity-recognition natural-language-processing nlp php text-analytics text-embedding tokenization

Last synced: about 1 month ago
JSON representation

Rosette API Client Library for PHP

Awesome Lists containing this project

README

        


# Rosette by Babel Street

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

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.

## Rosette API Access
- Rosette Cloud [Sign Up](https://developer.rosette.com/signup)

## Quick Start

#### Installation
```
composer require "rosette/api"
```

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

#### Documentation & Support
- [Binding API](https://rosette-api.github.io/php/)
- [Rosette Platform API](https://docs.babelstreet.com/API/en/index-en.html)
- [Binding Release Notes](https://github.com/rosette-api/php/wiki/Release-Notes)
- [Rosette Platform Release Notes](https://babelstreet.my.site.com/support/s/article/Rosette-Cloud-Release-Notes)
- [Support](https://babelstreet.my.site.com/support/s/)
- [Binding License: Apache 2.0](https://github.com/rosette-api/php/blob/develop/LICENSE.txt)

## Binding Developer Information
If you are modifying the binding code, please refer to the [developer README](https://github.com/rosette-api/php/tree/develop/DEVELOPER.md) file.