Future implementations for date.py - Hindi ITN#255
Conversation
Signed-off-by: Tarushi V <tarushiv@nvidia.com>
for more information, see https://pre-commit.ci
Signed-off-by: Tarushi V <tarushiv@nvidia.com>
Signed-off-by: Tarushi V <tarushiv@nvidia.com>
Signed-off-by: Tarushi V <tarushiv@nvidia.com>
Signed-off-by: Tarushi V <tarushiv@nvidia.com>
for more information, see https://pre-commit.ci
Signed-off-by: Tarushi V <tarushiv@nvidia.com>
Signed-off-by: Tarushi V <tarushiv@nvidia.com>
for more information, see https://pre-commit.ci
Signed-off-by: Tarushi V <tarushiv@nvidia.com>
for more information, see https://pre-commit.ci
Signed-off-by: Tarushi V <tarushiv@nvidia.com>
for more information, see https://pre-commit.ci
Signed-off-by: Tarushi V <tarushiv@nvidia.com>
Signed-off-by: Tarushi V <tarushiv@nvidia.com>
for more information, see https://pre-commit.ci
Signed-off-by: Tarushi V <tarushiv@nvidia.com>
| from nemo_text_processing.inverse_text_normalization.hi.graph_utils import ( | ||
| NEMO_HI_DIGIT, | ||
| GraphFst, | ||
| delete_extra_space, | ||
| delete_space, | ||
| insert_space, | ||
| ) |
Check notice
Code scanning / CodeQL
Unused import Note
| delete_space, | ||
| insert_space, | ||
| ) | ||
| from nemo_text_processing.inverse_text_normalization.hi.utils import apply_fst, get_abs_path |
Check notice
Code scanning / CodeQL
Unused import Note
| graph_landline_with_three_digit_extension = ( | ||
| delete_zero + delete_space + self.city_three_digit_extension + delete_space + self.landline_three | ||
| ) | ||
| graph_landline_with_four_digit_extension = ( |
Check notice
Code scanning / CodeQL
Unused local variable Note
| import pynini | ||
| from pynini.lib import pynutil | ||
|
|
||
| from nemo_text_processing.inverse_text_normalization.hi.utils import apply_fst |
Check notice
Code scanning / CodeQL
Unused import Note
| from parameterized import parameterized | ||
|
|
||
| from nemo_text_processing.inverse_text_normalization.inverse_normalize import InverseNormalizer | ||
| from nemo_text_processing.text_normalization.normalize import Normalizer |
Check notice
Code scanning / CodeQL
Unused import Note test
Signed-off-by: Tarushi V <tarushiv@nvidia.com>
for more information, see https://pre-commit.ci
Signed-off-by: Tarushi V <tarushiv@nvidia.com>
Signed-off-by: Tarushi V <tarushiv@nvidia.com>
for more information, see https://pre-commit.ci
|
This PR is stale because it has been open for 14 days with no activity. Remove stale label or comment or update or this will be closed in 7 days. |
|
This PR was closed because it has been inactive for 7 days since being marked as stale. |
What does this PR do?
This PR incorporates the future implementations for the Date Semiotic class. The changes included are:
This PR also includes the development of the Telephone semiotic class which provides for:
Before your PR is "Ready for review"
Pre checks:
git commit -sto sign.pytestor (if your machine does not have GPU)pytest --cpufrom the root folder (given you marked your test cases accordingly@pytest.mark.run_only_on('CPU')).bash tools/text_processing_deployment/export_grammars.sh --MODE=test ...pytestand Sparrowhawk here.__init__.pyfor every folder and subfolder, includingdatafolder which has .TSV files?Copyright (c) 2023, NVIDIA CORPORATION & AFFILIATES. All rights reserved.to all newly added Python files?Copyright 2015 and onwards Google, Inc.. See an example here.try import: ... except: ...) if not already done.PR Type:
If you haven't finished some of the above items you can still open "Draft" PR.