zhifu gao
2025-09-09 c0b2079fb1ef40b9ea1d67353335b0ebd7e31d5f
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):