Skip to content

Commit fe7498d

Browse files
committed
SUPPO-1256: Add logo. Fewer words.
1 parent 312e219 commit fe7498d

File tree

1 file changed

+13
-18
lines changed

1 file changed

+13
-18
lines changed

README.md

Lines changed: 13 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
[![Build Status](https://travis-ci.org/rosette-api/java.svg?branch=master)](https://travis-ci.org/rosette-api/java)
2-
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.basistech.rosette/rosette-api-java-binding/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.basistech.rosette/rosette-api-java-binding)
1+
<a href="https://www.rosette.com"><img src="https://s3.amazonaws.com/styleguide.basistech.com/logos/rosette-logo.png" width="181" height="47" /></a>
2+
3+
---
34

4-
# Java client binding for Rosette API #
5+
[![Build Status](https://travis-ci.org/rosette-api/java.svg?branch=master)](https://travis-ci.org/rosette-api/java)
6+
[![Maven Central](https://maven-badges.herokuapp.com/maven-central/com.basistech.rosette/rosette-api/badge.svg)](https://maven-badges.herokuapp.com/maven-central/com.basistech.rosette/rosette-api-java-binding)
57

68
## Rosette API
79
The Rosette Text Analytics Platform uses natural language processing, statistical modeling, and machine learning to
@@ -15,9 +17,7 @@ comparing the similarity of names, categorizing and adding linguistic tags to te
1517

1618
## Quick Start
1719

18-
### Installation ##
19-
If you use Maven, include this dependency in your `pom.xml`:
20-
20+
#### Maven
2121
```xml
2222
<dependency>
2323
<groupId>com.basistech.rosette</groupId>
@@ -26,21 +26,16 @@ If you use Maven, include this dependency in your `pom.xml`:
2626
</dependency>
2727
```
2828

29-
where `${rosette.api.java.binding.version}` is the [latest version available from Maven Central](https://search.maven.org/#search%7Cga%7C1%7Cg%3A%22com.basistech.rosette%22%20AND%20a%3A%22rosette-api%22).
30-
31-
The version will change as new versions of the binding are released. Note that versions of the form `x.y.Nxx`, where `N` is greater than 100, are internal testing versions; do not use them without consultation with Basis Technology Corp.
32-
33-
If the version you are using is not the latest from Maven Central. Please check for its
34-
[**compatibilty with api.rosette.com**](https://developer.rosette.com/features-and-functions?java).
35-
If you have an on-premise version of Rosette API server, please contact support for binding
36-
compatibility with your installation.
29+
Set `${rosette.api.java.binding.version}` in the `<properties>` block. The latest version available is displayed
30+
in the Maven Central badge at the top of this page.
3731

38-
The source code on the master branch is the current state of development; it is not recommended for general use.
39-
If you prefer to build from source, please use an appropriate release tag.
32+
#### Test Releases
33+
Versions, of the form `x.y.z`, where `z` is greater than or equal to `100`, are internal testing versions. Do not use
34+
them without consultation with Basis Technology Corp.
4035

4136
#### Examples
42-
View small example programs for each Rosette endpoint
43-
in the [examples](https://github.com/rosette-api/java/tree/master/examples/src/main/java/com/basistech/rosette/examples) directory.
37+
View small example programs for each Rosette endpoint in the
38+
[examples](https://github.com/rosette-api/java/tree/master/examples/src/main/java/com/basistech/rosette/examples) directory.
4439

4540
#### Documentation & Support
4641
- [Binding API](https://rosette-api.github.io/java/)

0 commit comments

Comments
 (0)