Skip to content

Commit

Permalink
[fix] import re for char_tokenizer (#2212)
Browse files Browse the repository at this point in the history
  • Loading branch information
xingchensong authored Dec 8, 2023
1 parent b517fb5 commit e0219a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wenet/text/char_tokenizer.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
import re

from os import PathLike
from typing import Dict, List, Optional, Union
from wenet.utils.file_utils import read_symbol_table, read_non_lang_symbols
Expand Down

0 comments on commit e0219a1

Please sign in to comment.