You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@rtxm I would also love to have the newer improvements from upstream in a release.
Regarding parsing "um" (1), I'd argue that Portuguese suffers from same ambiguity then English/French (#42). Take as an example this sentence: "tome como um exemplo essa sentença".
Hi there! Before all, great work!!! This lib helps a lot <3
As it happens with Spanish, in "pt" there some numerals which the alpha2digit function is not recognizing. Here is some examples:
_text = "dezenove"
alpha2digit(_text, "pt")
expected: 19
return: "dezenove"
To reproduce just create a env from zero and install text2num==2.4.0.
Until now I found those numbers:
In the case of "um" I see this issue for "ones" problems, but in Portuguese I don't think this happens...
Some prints to exemplify better:
The text was updated successfully, but these errors were encountered: