alphacep / alphacep/vosk-api

Relabeled HCL does not work with test_words.py

Aperta
#907 1 commento 0 reazioni 0 assegnatari Vedi su GitHub
Lingua principale
Jupyter Notebook
Stelle
15.1k
Fork
1.8k
Metriche di merge delle PR
Nessuna PR unita negli ultimi 30g

Descrizione

Hi,

I create HCLr.fst with the following procedure:

`./utils/mkgraph_lookahead.sh --self-loop-scale 1.0 --remove-oov --compose-graph exp/chain/tdnn1g_sp_bi exp-train/chain/tdnn1g_sp_bi/graph_lookahead`

I use this HCLr with test_words.py, but it does not work because the dinamically created Gr.fst is not relabeled and not fstarcsort. If I manually create a Gr.fst including the relabeing (command below) process and use it with the HCLr.fst, then everything works fine. My question is: how do I create a HCLr.fst that can work with test_word.py?

Thank you!

`farcompilestrings --fst_type=compact --symbols=/words.txt --keep_symbols text.txt | ngramcount | ngrammake | fstrelabel --relabel_ipairs=exp-train/chain/tdnn1g_sp_bi/graph_lookahead/relabel | fstarcsort --sort_type=ilabel | fstconvert --fst_type=const > Gr.fst`

Guida per i contributori

Nessuna guida per i contributori indicizzata per questo repository

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.