We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e58be4f commit 09090b3Copy full SHA for 09090b3
nemo_text_processing/text_normalization/hi/taggers/date.py
@@ -84,9 +84,7 @@ def __init__(self, cardinal: GraphFst):
84
85
graph_mm_dd_yyyy += pynutil.insert(" preserve_order: true ")
86
87
- graph_mm_yyyy = (
88
- months_graph + delete_dash + insert_space + years_graph
89
- )
+ graph_mm_yyyy = months_graph + delete_dash + insert_space + years_graph
90
91
graph_year_suffix = era_graph
92
0 commit comments