You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
15
17
16
18
## Quick Start
17
19
18
-
### Installation ##
19
-
If you use Maven, include this dependency in your `pom.xml`:
20
-
20
+
#### Maven
21
21
```xml
22
22
<dependency>
23
23
<groupId>com.basistech.rosette</groupId>
@@ -26,21 +26,16 @@ If you use Maven, include this dependency in your `pom.xml`:
26
26
</dependency>
27
27
```
28
28
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.
37
31
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.
40
35
41
36
#### 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
0 commit comments