Refactor: rename text_processing to nlp
"text_processing" is clearer, but the import statement is longer. "nlp" is shorter and makes it clear that it is natural language processing.
This commit is contained in:
@@ -9,7 +9,7 @@ from tqdm import tqdm
|
||||
|
||||
from config import config
|
||||
from style_bert_vits2.logging import logger
|
||||
from style_bert_vits2.text_processing import clean_text
|
||||
from style_bert_vits2.nlp import clean_text
|
||||
from style_bert_vits2.utils.stdout_wrapper import SAFE_STDOUT
|
||||
|
||||
preprocess_text_config = config.preprocess_text_config
|
||||
|
||||
Reference in New Issue
Block a user