游雁
2024-06-13 5de8bfdcd8a617ac13c13478505401bbf4e57472
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):