Skip to content

Commit d6f992c

Browse files
committed
Merge branch 'ko_itn_staging_v2' of https://github.com/tbartley94/NeMo-text-processing into ko_itn_staging_v2
2 parents 8eacc27 + cf75152 commit d6f992c

2 files changed

Lines changed: 2 additions & 6 deletions

File tree

nemo_text_processing/inverse_text_normalization/ko/taggers/cardinal.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,7 @@
1515
import pynini
1616
from pynini.lib import pynutil
1717

18-
from nemo_text_processing.inverse_text_normalization.ko.graph_utils import (
19-
NEMO_DIGIT,
20-
GraphFst,
21-
delete_space,
22-
)
18+
from nemo_text_processing.inverse_text_normalization.ko.graph_utils import NEMO_DIGIT, GraphFst, delete_space
2319
from nemo_text_processing.inverse_text_normalization.ko.utils import get_abs_path
2420

2521

nemo_text_processing/inverse_text_normalization/ko/taggers/time.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def __init__(self):
5050

5151
# 1-12 for hours
5252
graph_hours = pynini.string_file(get_abs_path("data/time/time_hours.tsv"))
53-
53+
5454
# Adding space if there are one
5555
spacing = pynini.closure(pynini.accep(NEMO_SPACE), 0, 1)
5656

0 commit comments

Comments
 (0)