zhifu gao
2024-04-24 861147c7308b91068ffa02724fdf74ee623a909e
fun_text_processing/text_normalization/en/utils.py
@@ -1,5 +1,3 @@
import csv
import os
@@ -13,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):