Skip to content

Commit

Permalink
Added note on how to use the KenLM to README
Browse files Browse the repository at this point in the history
  • Loading branch information
louiskirsch committed Apr 22, 2017
1 parent 2f689fa commit e18ba4c
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# speechT
An opensource speech-to-text software written in tensorflow.



## Installation

### Prerequisites
Expand Down Expand Up @@ -61,3 +59,12 @@ speecht-cli record
```

Use `--help` for more details.

## Using a language model

If you'd like to use KenLM as a language model for decoding you need to compile and install [tensorflow-with-kenlm](https://github.com/timediv/tensorflow-with-kenlm).

Then run:
```
speecht-cli evaluate --language-model YOUR_KENLM_FILES_DIRECTORY/
```

0 comments on commit e18ba4c

Please sign in to comment.