Kun Zou
2024-12-21 b5ad7c81be2e24f255cac3d0ef0037bf88228366
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):