mirror of
https://github.com/k2-fsa/icefall.git
synced 2025-08-12 11:32:19 +00:00
formatting
This commit is contained in:
parent
1bc7f07a98
commit
68e1c3c000
1
egs/multi_ja_en/ASR/local/prepare_for_bpe_model.py
Normal file → Executable file
1
egs/multi_ja_en/ASR/local/prepare_for_bpe_model.py
Normal file → Executable file
@ -20,6 +20,7 @@
|
|||||||
# to train the BPE model later.
|
# to train the BPE model later.
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
|
import re
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
|
||||||
from tqdm.auto import tqdm
|
from tqdm.auto import tqdm
|
||||||
|
@ -25,6 +25,7 @@
|
|||||||
# Please install a version >=0.1.96
|
# Please install a version >=0.1.96
|
||||||
|
|
||||||
import argparse
|
import argparse
|
||||||
|
import re
|
||||||
import shutil
|
import shutil
|
||||||
import tempfile
|
import tempfile
|
||||||
from pathlib import Path
|
from pathlib import Path
|
||||||
|
Loading…
x
Reference in New Issue
Block a user