Skip to content

Commit

Permalink
documentation updates
Browse files Browse the repository at this point in the history
  • Loading branch information
scivey committed Oct 13, 2015
1 parent 6270c7b commit 6352ce3
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
9 changes: 7 additions & 2 deletions docs/clients/java.md → docs/clients/jvm.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# Java Client
# JVM Clients

## Installation

The Java client is available from Sonatype OSS.
Relevanced has a Java client which can also be used from any other JVM language. It's hosted on Sonatype OSS.

To add it to a Maven project, add the following dependency to your `pom.xml` file:
```xml
Expand Down Expand Up @@ -56,3 +56,8 @@ public class Main {
}
}
```


Also see the Java [binary classifier](../examples/java-binary-classifier.md) and [multi-class classifier](../examples/java-multiclass-classifier.md) examples for more practical use.

There is also a [Scala version](../examples/scala-binary-classifier.md) of the binary classifier example.
2 changes: 2 additions & 0 deletions docs/clients/ruby.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,5 @@ some_score = client.get_document_similarity(
)

```

Also see the Ruby [binary classifier](../examples/ruby-binary-classifier.md) example for more practical use.
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@ pages:
- Javascript: clients/javascript.md
- Python: clients/python.md
- Ruby: clients/ruby.md
- Java: clients/java.md
- JVM: clients/jvm.md

0 comments on commit 6352ce3

Please sign in to comment.