Typo fixes.

This commit is contained in:
Fangjun Kuang 2022-05-13 13:58:05 +08:00
parent c2583ab1e0
commit e780dccb00

View File

@ -19,7 +19,7 @@ This script checks that there are no OOV tokens in the BPE-based lexicon.
Usage example:
python3 ./local/validate_lexicon.py \
python3 ./local/validate_bpe_lexicon.py \
--lexicon /path/to/lexicon.txt \
--bpe-model /path/to/bpe.model
"""