Skip to content

Commit

Permalink
update readme (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
csukuangfj committed Oct 1, 2023
1 parent bfd778e commit adb33d7
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,22 @@
This repository ports the C++ decoder code from [Kaldi][Kaldi]
using [OpenFst][OpenFst] without depending on [Kaldi][Kaldi].

# Usage

Please first install it using

```bash
pip install kaldi-decoder
```

and see the following examples about CTC decoding:

|Description| URL|
|---|---|
|Decoding with H|https://github.com/k2-fsa/icefall/blob/master/egs/librispeech/ASR/conformer_ctc/jit_pretrained_decode_with_H.py|
|Decoding with HL|https://github.com/k2-fsa/icefall/blob/master/egs/librispeech/ASR/conformer_ctc/jit_pretrained_decode_with_HL.py|
|Decoding with HLG|https://github.com/k2-fsa/icefall/blob/master/egs/librispeech/ASR/conformer_ctc/jit_pretrained_decode_with_HLG.py|

[Kaldi]: https://github.com/kaldi-asr/kaldi
[OpenFst]: https://www.openfst.org/

0 comments on commit adb33d7

Please sign in to comment.