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 Cloud Sign Up
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.