游雁
2024-09-25 fc00476a25d11ee1e9c70e1a1e04c33d996b59dc
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):