Skip to content

Commit

Permalink
update readme + fix windows
Browse files Browse the repository at this point in the history
  • Loading branch information
ksyeo1010 committed Dec 2, 2024
1 parent dff76a6 commit f090e28
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions binding/java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,14 @@ When done resources have to be released explicitly:
cheetah.delete();
```

### Language Model

The Cheetah Java SDK comes preloaded with a default English language model (`.pv` file).
Default models for other supported languages can be found in [lib/common](../../lib/common).

Create custom language models using the [Picovoice Console](https://console.picovoice.ai/). Here you can train
language models with custom vocabulary and boost words in the existing vocabulary.

## Demo App

For example usage refer to our [Java demos](../../demo/java).
2 changes: 1 addition & 1 deletion demo/java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
repositories {
mavenCentral()
maven {
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1349/'
url 'https://s01.oss.sonatype.org/content/repositories/aipicovoice-1351/'
}
}

Expand Down
File renamed without changes.

0 comments on commit f090e28

Please sign in to comment.