Skip to content

rosette-api/java

Repository files navigation

Rosette by Babel Street


Maven Central

Rosette uses natural language processing, statistical modeling, and machine learning to analyze unstructured and semi-structured text across hundreds of language-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 Server is the on-premises installation of Rosette, with access to Rosette's functions as RESTful web service endpoints. This solves cloud security worries and allows customization (models/indexes) as needed for your business.

Rosette API Access

Quick Start

Maven

<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.

Test Releases

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.

Examples

View small example programs for each Rosette endpoint in the examples directory.

Documentation & Support

Binding Developer Information

If you are modifying the binding code, please refer to the developer README file.