We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
It seems that the words.txt generated in the following section of the prepare.sh script is overwritten and ultimately unused:
words.tx
prepare.sh
https://github.com/k2-fsa/icefall/blob/master/egs/gigaspeech/ASR/prepare.sh#L219-L242
This happens because the words.txt file is later overwritten by another one generated from lexicon.txt in this step:
words.txt
lexicon.txt
https://github.com/k2-fsa//icefall/blob/master/egs/gigaspeech/ASR/prepare.sh#L255
Specific logic can be observed in:
https://github.com/k2-fsa//icefall/blob/master/egs/librispeech/ASR/local/prepare_lang.py#L377
The text was updated successfully, but these errors were encountered:
csukuangfj
pkufool
No branches or pull requests
It seems that the
words.tx
t generated in the following section of theprepare.sh
script is overwritten and ultimately unused:https://github.com/k2-fsa/icefall/blob/master/egs/gigaspeech/ASR/prepare.sh#L219-L242
This happens because the
words.txt
file is later overwritten by another one generated fromlexicon.txt
in this step:https://github.com/k2-fsa//icefall/blob/master/egs/gigaspeech/ASR/prepare.sh#L255
Specific logic can be observed in:
https://github.com/k2-fsa//icefall/blob/master/egs/librispeech/ASR/local/prepare_lang.py#L377
The text was updated successfully, but these errors were encountered: