Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rosette-api/python
Rosette API Client Library for Python
https://github.com/rosette-api/python
categorization entity-extraction fuzzy-matching language-detection language-identification lemmatization machine-learning morphology name-generation name-similarity name-translation natural-language-processing nlp python relation-extraction sentiment-analysis text text-analysis text-mining tokenization
Last synced: 3 months ago
JSON representation
Rosette API Client Library for Python
- Host: GitHub
- URL: https://github.com/rosette-api/python
- Owner: rosette-api
- License: other
- Created: 2015-07-10T00:29:35.000Z (over 9 years ago)
- Default Branch: develop
- Last Pushed: 2024-07-10T09:36:02.000Z (4 months ago)
- Last Synced: 2024-07-10T11:35:48.186Z (4 months ago)
- Topics: categorization, entity-extraction, fuzzy-matching, language-detection, language-identification, lemmatization, machine-learning, morphology, name-generation, name-similarity, name-translation, natural-language-processing, nlp, python, relation-extraction, sentiment-analysis, text, text-analysis, text-mining, tokenization
- Language: Python
- Size: 1.64 MB
- Stars: 37
- Watchers: 17
- Forks: 91
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
[![PyPI version](https://badge.fury.io/py/rosette-api.svg)](https://badge.fury.io/py/rosette-api)
[![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)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
`pip install rosette_api`#### Examples
View small example programs for each Rosette endpoint
in the [examples](https://github.com/rosette-api/python/tree/develop/examples) directory.#### Documentation & Support
- [Binding API](https://rosette-api.github.io/python/)
- [Rosette Platform API](https://docs.babelstreet.com/API/en/index-en.html)
- [Binding Release Notes](https://github.com/rosette-api/python/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/python/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/python/tree/develop/DEVELOPER.md) file.