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:
2
style_bert_vits2/nlp/japanese/__init__.py
Normal file
2
style_bert_vits2/nlp/japanese/__init__.py
Normal file
@@ -0,0 +1,2 @@
|
||||
from style_bert_vits2.nlp.japanese.g2p import g2p # noqa: F401
|
||||
from style_bert_vits2.nlp.japanese.normalizer import normalize_text # noqa: F401
|
||||
Reference in New Issue
Block a user