Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
laves committed Dec 1, 2023
1 parent 103bf00 commit cb6621d
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions binding/go/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ Leopard requires a valid Picovoice `AccessKey` at initialization. `AccessKey` ac
You can get your `AccessKey` for free. Make sure to keep your `AccessKey` secret.
Signup or Login to [Picovoice Console](https://console.picovoice.ai/) to get your `AccessKey`.

### Usage
## Usage

Create an instance of the engine and transcribe an audio file:

Expand All @@ -60,7 +60,7 @@ Replace `${ACCESS_KEY}` with yours obtained from [Picovoice Console](https://con
`${AUDIO_FILE_PATH}` to the path an audio file. Finally, when done be sure to explicitly release the resources using
`leopard.Delete()`.

## Language Model
### Language Model

The Leopard Go 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).
Expand Down
2 changes: 1 addition & 1 deletion binding/ios/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ with the name of the Leopard model file name, `${AUDIO_FILE_NAME}` with the name
`${AUDIO_FILE_EXTENSION}` with the extension of the audio file. Finally, when done be sure to explicitly release
the resources using `leopard.delete()`.

## Language Model
### Language Model

Default models for supported languages can be found in [lib/common](../../lib/common).

Expand Down
2 changes: 1 addition & 1 deletion binding/java/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ Replace `${ACCESS_KEY}` with yours obtained from [Picovoice Console](https://con
to the path an audio file.
Finally, when done be sure to explicitly release the resources using `leopard.delete()`.

## Language Model
### Language Model

The Leopard 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).
Expand Down
4 changes: 2 additions & 2 deletions binding/nodejs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Leopard requires a valid Picovoice `AccessKey` at initialization. `AccessKey` ac
You can get your `AccessKey` for free. Make sure to keep your `AccessKey` secret.
Signup or Login to [Picovoice Console](https://console.picovoice.ai/) to get your `AccessKey`.

### Usage
## Usage

Create an instance of the engine and transcribe an audio file:

Expand All @@ -52,7 +52,7 @@ Replace `${ACCESS_KEY}` with yours obtained from [Picovoice Console](https://con
`${AUDIO_FILE_PATH}` to the path an audio file. Finally, when done be sure to explicitly release the resources using
`leopard.release()`.

## Language Model
### Language Model

The Leopard Node.js 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).
Expand Down
4 changes: 2 additions & 2 deletions binding/python/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ Leopard requires a valid Picovoice `AccessKey` at initialization. `AccessKey` ac
You can get your `AccessKey` for free. Make sure to keep your `AccessKey` secret.
Signup or Login to [Picovoice Console](https://console.picovoice.ai/) to get your `AccessKey`.

### Usage
## Usage

Create an instance of the engine and transcribe an audio file:

Expand All @@ -57,7 +57,7 @@ Finally, when done be sure to explicitly release the resources:
leopard.delete()
```

## Language Model
### Language Model

The Leopard Python 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).
Expand Down
2 changes: 1 addition & 1 deletion binding/rust/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ Replace `${ACCESS_KEY}` with yours obtained from [Picovoice Console](https://con

The model file contains the parameters for the Leopard engine. You may create bespoke language models using [Picovoice Console](https://console.picovoice.ai/) and then pass in the relevant file.

## Language Model
### Language Model

The Leopard Rust 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).
Expand Down

0 comments on commit cb6621d

Please sign in to comment.