NVIDIA / NeMo-text-processing

NeMo text processing for ASR and TTS
https://docs.nvidia.com/deeplearning/nemo/user-guide/docs/en/stable/nlp/text_normalization/wfst/wfst_text_normalization.html
Apache License 2.0
242 stars 76 forks source link

remove unused function from ar tn decimals #165

Closed mgrafu closed 2 months ago

mgrafu commented 2 months ago

What does this PR do ?

Address issue #162 -- function with bug is not used in the code so we can just remove it

Before your PR is "Ready for review"

Pre checks:

PR Type:

If you haven't finished some of the above items you can still open "Draft" PR.

mgrafu commented 2 months ago

@tbartley94 can you take a quick look at this too?

tbartley94 commented 2 months ago

@mgrafu where'd you move the get_quantity method?

mgrafu commented 2 months ago

@tbartley94 removed it altogether -- it's not used anywhere in the code

tbartley94 commented 2 months ago

@tbartley94 removed it altogether -- it's not used anywhere in the code

ah, weird