Closed pablodz closed 1 year ago
Related to #64
https://github.com/allo-media/text2num/blob/master/text_to_num/lang/spanish.py --> Line 50
Actual code: --> Unit variants
UNITS["un"] = 1
This should be added: --> Unit variants
UNITS["uno"] = 1
There is a regression in the PR. See comment there.
Sorry about that, I made a fork because I couldn't find a way to split both cases.
https://github.com/pablodz/text2num
Related to #64
https://github.com/allo-media/text2num/blob/master/text_to_num/lang/spanish.py --> Line 50
Actual code: --> Unit variants
This should be added: --> Unit variants