Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rosette-api/nodejs
Rosette API Client Library for Node.js
https://github.com/rosette-api/nodejs
categorization entity-extraction language-detection lemmatization machine-learning morphology name-translation natural-language-processing nlp nodejs npm relationship-extraction text-analysis tokenization transliteration
Last synced: 3 months ago
JSON representation
Rosette API Client Library for Node.js
- Host: GitHub
- URL: https://github.com/rosette-api/nodejs
- Owner: rosette-api
- License: other
- Created: 2015-08-28T17:04:40.000Z (about 9 years ago)
- Default Branch: develop
- Last Pushed: 2024-01-12T19:15:56.000Z (10 months ago)
- Last Synced: 2024-07-31T00:58:59.383Z (3 months ago)
- Topics: categorization, entity-extraction, language-detection, lemmatization, machine-learning, morphology, name-translation, natural-language-processing, nlp, nodejs, npm, relationship-extraction, text-analysis, tokenization, transliteration
- Language: JavaScript
- Homepage:
- Size: 2.1 MB
- Stars: 8
- Watchers: 20
- Forks: 11
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
---
[![npm version](https://badge.fury.io/js/rosette-api.svg)](https://badge.fury.io/js/rosette-api)
![node engine](https://img.shields.io/node/v/rosette-api.svg)## Rosette API
The Rosette Text Analytics Platform uses natural language processing, statistical modeling, and machine learning to
analyze unstructured and semi-structured text across 364 language-encoding-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 API Access
- Rosette Cloud [Sign Up](https://developer.rosette.com/signup)## Quick Start
#### Installation
`npm install rosette-api`#### Examples
View small example programs for each Rosette endpoint in the [examples](https://github.com/rosette-api/nodejs/tree/develop/examples) directory.#### Documentation & Support
- [Binding API](https://rosette-api.github.io/nodejs/)
- [Rosette Platform API](https://developer.rosette.com/features-and-functions)
- [Binding Release Notes](https://github.com/rosette-api/nodejs/wiki/Release-Notes)
- [Rosette Platform Release Notes](https://support.rosette.com/hc/en-us/articles/360018354971-Release-Notes)
- [Binding/Rosette Platform Compatibility](https://developer.rosette.com/features-and-functions?javascript#)
- [Support](https://support.rosette.com)
- [Binding License: Apache 2.0](https://github.com/rosette-api/nodejs/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/nodejs/blob/develop/DEVELOPER.md) file.