https://github.com/rosette-api/java
Rosette API Client Library for Java
https://github.com/rosette-api/java
entity-extraction entity-linking fuzzy-matching java machine-learning name-translation natural-language-processing nlp rosette text-analytics text-mining tokenization
Last synced: about 2 months ago
JSON representation
Rosette API Client Library for Java
- Host: GitHub
- URL: https://github.com/rosette-api/java
- Owner: rosette-api
- License: apache-2.0
- Created: 2015-12-23T14:02:47.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T15:15:23.000Z (7 months ago)
- Last Synced: 2024-10-29T16:07:56.212Z (7 months ago)
- Topics: entity-extraction, entity-linking, fuzzy-matching, java, machine-learning, name-translation, natural-language-processing, nlp, rosette, text-analytics, text-mining, tokenization
- Language: Java
- Homepage:
- Size: 64.6 MB
- Stars: 10
- Watchers: 22
- Forks: 36
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Analytics by Babel Street
---
[](https://maven-badges.herokuapp.com/maven-central/com.basistech.rosette/rosette-api-java-binding)
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
- Analytics Cloud [Sign Up](https://developer.babelstreet.com/signup)
## Quick Start#### Maven
```xmlcom.basistech.rosette
rosette-api
${rosette.api.java.binding.version}```
Set `${rosette.api.java.binding.version}` in the `` 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](examples/src/main/java/com/basistech/rosette/examples) directory.#### Documentation & Support
- [Binding API](https://rosette-api.github.io/java/)
- [Analytics Platform API](https://docs.babelstreet.com/API/en/index-en.html)
- [Binding Release Notes](https://github.com/rosette-api/java/wiki/Release-Notes)
- [Analytics Platform Release Notes](https://docs.babelstreet.com/Release/en/rosette-cloud.html)
- [Support](https://babelstreet.my.site.com/support/s/)
- [Binding License: Apache 2.0](LICENSE.txt)## Binding Developer Information
If you are modifying the binding code, please refer to the [developer README](DEVELOPER.md) file.