Skip to content

Commit 69b8291

Browse files
author
Adam Soos
committed
WS-3314: update readme and package description
1 parent ea8bbc3 commit 69b8291

File tree

2 files changed

+28
-10
lines changed

2 files changed

+28
-10
lines changed

README.md

Lines changed: 26 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,46 @@
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
[![PyPI version](https://badge.fury.io/py/rosette-api.svg)](https://badge.fury.io/py/rosette-api)
512
[![Python Versions](https://img.shields.io/pypi/pyversions/rosette-api.svg?color=dark%20green&label=Python%20Versions)](https://img.shields.io/pypi/pyversions/rosette-api.svg?color=dark%20green&label=Python%20Versions)
613

7-
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.
14+
Our product is a full text processing pipeline from data preparation to extracting the most relevant information and
15+
analysis utilizing precise, focused AI that has built-in human understanding. Text Analytics provides foundational
16+
linguistic analysis for identifying languages and relating words. The result is enriched and normalized text for
17+
high-speed search and processing without translation.
18+
19+
Text Analytics extracts events and entities — people, organizations, and places — from unstructured text and adds the
20+
structure of associating those entities into events that deliver only the necessary information for near real-time
21+
decision making. Accompanying tools shorten the process of training AI models to recognize domain-specific events.
22+
23+
The product delivers a multitude of ways to sharpen and expand search results. Semantic similarity expands search
24+
beyond keywords to words with the same meaning, even in other languages. Sentiment analysis and topic extraction help
25+
filter results to what’s relevant.
826

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

1230
## Quick Start
1331

1432
#### Installation
1533
`pip install rosette_api`
1634

1735
#### Examples
18-
View small example programs for each Rosette endpoint
36+
View small example programs for each Analytics endpoint
1937
in the [examples](https://github.com/rosette-api/python/tree/develop/examples) directory.
2038

2139
#### Documentation & Support
2240
- [Binding API](https://rosette-api.github.io/python/)
23-
- [Rosette Platform API](https://docs.babelstreet.com/API/en/index-en.html)
41+
- [Analytics Platform API](https://docs.babelstreet.com/API/en/index-en.html)
2442
- [Binding Release Notes](https://github.com/rosette-api/python/wiki/Release-Notes)
25-
- [Rosette Platform Release Notes](https://babelstreet.my.site.com/support/s/article/Rosette-Cloud-Release-Notes)
43+
- [Analytics Platform Release Notes](https://docs.babelstreet.com/Release/en/rosette-cloud.html)
2644
- [Support](https://babelstreet.my.site.com/support/s/)
2745
- [Binding License: Apache 2.0](https://github.com/rosette-api/python/blob/develop/LICENSE.txt)
2846

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@
66
import rosette
77

88
NAME = "rosette_api"
9-
DESCRIPTION = "Rosette API Python client SDK"
10-
AUTHOR = "Rosette by Babel Street"
9+
DESCRIPTION = "Babel Street Analytics API Python client SDK"
10+
AUTHOR = "Analytics by Babel Street"
1111
AUTHOR_EMAIL = "helpdesk@babelstreet.com"
1212
HOMEPAGE = "https://github.com/rosette-api/python"
1313
VERSION = rosette.__version__

0 commit comments

Comments
 (0)