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
- Rosette Enterprise Evaluation
<dependency>
<groupId>com.basistech.rosette</groupId>
<artifactId>rosette-api</artifactId>
<version>${rosette.api.java.binding.version}</version>
</dependency>
Set ${rosette.api.java.binding.version}
in the <properties>
block. The latest version available is displayed
in the Maven Central badge at the top of this page.
Versions, of the form x.y.z
, where z
is greater than or equal to 100
, are internal testing versions. Do not use
them without consultation with Basis Technology Corp.
View small example programs for each Rosette endpoint in the examples directory.
- Binding API
- Rosette Platform API
- Binding Release Notes
- Rosette Platform Release Notes
- Binding/Rosette Platform Compatibility
- Support
- Binding License: Apache 2.0
If you are modifying the binding code, please refer to the developer README file.