游雁
2024-06-06 64941d99cc0f914de3c54eea49eaee385af30152
fun_text_processing/text_normalization/es/utils.py
@@ -1,6 +1,3 @@
import csv
import os
@@ -14,7 +11,7 @@
    Returns absolute path
    """
    return os.path.dirname(os.path.abspath(__file__)) + '/' + rel_path
    return os.path.dirname(os.path.abspath(__file__)) + "/" + rel_path
def load_labels(abs_path):