Skip to content

rosette-api/shell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 

Repository files navigation


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

Quick Start

Examples

To run a single example file:

cd examples; ./ping.sh $API_KEY

To run all of the example files:

cd examples; for example in $(ls *.sh); do ./${example} $API_KEY; echo; done

You can view the example call for each endpoint in the examples directory.

Documentation & Support