kongdeqiang
2026-03-13 28ccfbfc51068a663a80764e14074df5edf2b5ba
fun_text_processing/inverse_text_normalization/ja/verbalizers/ordinal.py
@@ -1,6 +1,10 @@
import pynini
from fun_text_processing.inverse_text_normalization.ja.graph_utils import DAMO_NOT_QUOTE, DAMO_SIGMA, GraphFst, delete_space
from fun_text_processing.inverse_text_normalization.ja.graph_utils import (
    DAMO_NOT_QUOTE,
    DAMO_SIGMA,
    GraphFst,
    delete_space,
)
from pynini.lib import pynutil
@@ -16,11 +20,11 @@
        graph = (
            pynutil.delete("integer:")
            + delete_space
            + pynutil.delete("\"")
            + pynutil.delete('"')
            + pynutil.insert("第", weight=0.01)
            # + DAMO_NOT_QUOTE
            + pynini.closure(DAMO_NOT_QUOTE, 1)
            + pynutil.delete("\"")
            + pynutil.delete('"')
        )
        # convert_hundred = pynini.cross("第百", "第100")
        # convert_eleven = pynini.cross("11", "十一")
@@ -29,7 +33,6 @@
        # convert_one = pynini.cross("1", "第一")
        # convert_two = pynini.cross("2", "第二")
        # convert_three = pynini.cross("3", "第三")
        # suffix = pynini.cdrewrite(
        #     convert_hundred