mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-12 19:42:19 +00:00
Fix a typo.
This commit is contained in:
parent
033660a4b4
commit
0dcfc4375d
@ -78,7 +78,7 @@ def get_parser():
|
|||||||
default="attention-decoder",
|
default="attention-decoder",
|
||||||
help="""Decoding method.
|
help="""Decoding method.
|
||||||
Supported values are:
|
Supported values are:
|
||||||
- (0) ctc. Use CTC decoding. It uses a sentence piece
|
- (0) ctc-decoding. Use CTC decoding. It uses a sentence piece
|
||||||
model, i.e., lang_dir/bpe.model, to convert word pieces to words.
|
model, i.e., lang_dir/bpe.model, to convert word pieces to words.
|
||||||
It needs neither a lexicon nor an n-gram LM.
|
It needs neither a lexicon nor an n-gram LM.
|
||||||
- (1) 1best. Extract the best path from the decoding lattice as the
|
- (1) 1best. Extract the best path from the decoding lattice as the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user