Skip to content

rosette-api/java

Folders and files

NameName
Last commit message
Last commit date
Jun 28, 2024
Jan 15, 2025
Jan 15, 2025
Jan 15, 2025
Jan 15, 2025
Jan 15, 2025
Jan 15, 2025
Jan 15, 2025
Jan 15, 2025
Jul 23, 2015
Jan 12, 2018
Dec 3, 2024
Apr 5, 2023
Jan 7, 2025
Jun 23, 2023
Dec 10, 2015
Nov 1, 2024
Jan 15, 2025

Repository files navigation

Babel Street Logo

Analytics by Babel Street


Maven Central

Our product is a full text processing pipeline from data preparation to extracting the most relevant information and analysis utilizing precise, focused AI that has built-in human understanding. Text Analytics provides foundational linguistic analysis for identifying languages and relating words. The result is enriched and normalized text for high-speed search and processing without translation.

Text Analytics extracts events and entities — people, organizations, and places — from unstructured text and adds the structure of associating those entities into events that deliver only the necessary information for near real-time decision making. Accompanying tools shorten the process of training AI models to recognize domain-specific events.

The product delivers a multitude of ways to sharpen and expand search results. Semantic similarity expands search beyond keywords to words with the same meaning, even in other languages. Sentiment analysis and topic extraction help filter results to what’s relevant.

Analytics 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 Babel Street.

Examples

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

Documentation & Support

Binding Developer Information

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