Update prepare_lexicon.py
This commit is contained in:
parent
cf08faa2f3
commit
f1d4a3f174
@ -59,6 +59,7 @@ def prepare_lexicon(manifests_dir: str, lang_dir: str):
|
|||||||
The lexicon.txt file and the train.text in lang_dir.
|
The lexicon.txt file and the train.text in lang_dir.
|
||||||
"""
|
"""
|
||||||
import gzip
|
import gzip
|
||||||
|
|
||||||
phones = set()
|
phones = set()
|
||||||
|
|
||||||
supervisions_train = (
|
supervisions_train = (
|
||||||
|
|||||||
Reference in New Issue
Block a user