shixian.shi
2023-03-09 c441eb08c44dfd4a7a8c68970fd3ebe7943d06ee
1
2
3
4
5
6
7
8
9
10
from fun_text_processing.inverse_text_normalization.id.graph_utils import GraphFst
 
 
class FractionFst(GraphFst):
    """
    Finite state transducer for verbalizing fraction, 
    """
 
    def __init__(self):
        super().__init__(name="fraction", kind="verbalize")