Skip to content

Commit a2996ba

Browse files
committed
Merge branch 'Draft/-Korean-Cardinal-ITN' of https://github.com/hmlee245/NeMo-text-processing into Draft/-Korean-Cardinal-ITN
Signed-off-by: hmlee245 <hmlee245@gmail.com>
2 parents 090dac4 + c42be15 commit a2996ba

File tree

3 files changed

+2
-7
lines changed

3 files changed

+2
-7
lines changed

nemo_text_processing/inverse_text_normalization/ko/taggers/tokenize_and_classify.py

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,7 @@
1919
import pynini
2020
from pynini.lib import pynutil
2121

22-
from nemo_text_processing.inverse_text_normalization.ko.graph_utils import (
23-
INPUT_LOWER_CASED,
24-
GraphFst,
25-
generator_main,
26-
)
22+
from nemo_text_processing.inverse_text_normalization.ko.graph_utils import INPUT_LOWER_CASED, GraphFst, generator_main
2723
from nemo_text_processing.inverse_text_normalization.ko.taggers.cardinal import CardinalFst
2824
from nemo_text_processing.inverse_text_normalization.ko.taggers.word import WordFst
2925

nemo_text_processing/inverse_text_normalization/ko/verbalizers/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
# distributed under the License is distributed on an "AS IS" BASIS,
1111
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
1212
# See the License for the specific language governing permissions and
13-
# limitations under the License.
13+
# limitations under the License.

nemo_text_processing/inverse_text_normalization/ko/verbalizers/verbalize_final.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@
2020

2121
from nemo_text_processing.inverse_text_normalization.ko.graph_utils import GraphFst, delete_space, generator_main
2222
from nemo_text_processing.inverse_text_normalization.ko.verbalizers.verbalize import VerbalizeFst
23-
from nemo_text_processing.inverse_text_normalization.ko.graph_utils import GraphFst, generator_main, delete_space
2423

2524

2625
class VerbalizeFinalFst(GraphFst):

0 commit comments

Comments
 (0)