Skip to content
/ shell Public
forked from rosette-api/shell

Shell scripts for accessing the Rosette API endpoints

License

Notifications You must be signed in to change notification settings

iredpath/shell

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 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

About

Shell scripts for accessing the Rosette API endpoints

Resources

License

Stars

Watchers

Forks

Packages

No packages published